Skip to content

Commit

Permalink
fix: change types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbarazizi committed Aug 3, 2023
1 parent 8f7a33d commit 03a9a85
Show file tree
Hide file tree
Showing 3 changed files with 1,982 additions and 605 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"version": "1.1.4",
"main": "./dist/headless-datepicker.js",
"module": "./dist/headless-datepicker.mjs",
"types": "./dist/index.d.ts",
"types": "./dist/headless-datepicker.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/headless-datepicker.d.ts",
"module": "./dist/headless-datepicker.mjs",
"import": "./dist/headless-datepicker.mjs",
"default": "./dist/headless-datepicker.js"
Expand Down Expand Up @@ -56,42 +56,42 @@
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/addon-styling": "^1.3.4",
"@storybook/blocks": "^7.1.1",
"@storybook/manager-api": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/react-vite": "^7.1.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/addon-styling": "^1.3.5",
"@storybook/blocks": "^7.2.1",
"@storybook/manager-api": "^7.2.1",
"@storybook/react": "^7.2.1",
"@storybook/react-vite": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.1.1",
"@storybook/theming": "^7.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/jalaali-js": "^1.1.1",
"@types/react": "^18.2.17",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"husky": "^8.0.3",
"jalaali-js": "^1.2.6",
"lint-staged": "^13.2.3",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"storybook": "^7.1.1",
"storybook": "^7.2.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-plugin-dts": "^3.3.1"
"typescript": "5.0.4",
"vite": "^4.4.8",
"vite-plugin-dts": "^3.4.0"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "./.storybook/*", "testb"],
"include": ["src", "./.storybook"],
"references": [{ "path": "./tsconfig.node.json" }]
}
Loading

0 comments on commit 03a9a85

Please sign in to comment.