Skip to content

Commit

Permalink
fix: typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Nov 3, 2024
1 parent b1ac698 commit b2a1f0e
Show file tree
Hide file tree
Showing 3 changed files with 1,422 additions and 1,188 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,20 @@
"react-day-picker": "^8.10.1",
"react-transition-state": "^2.1.2",
"recharts": "^2.12.7",
"rollup-preserve-directives": "^1.1.2",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@chromatic-com/storybook": "^1.9.0",
"@mdx-js/react": "^2.3.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^12.1.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "github:semantic-release/github",
"@semantic-release/npm": "github:semantic-release/npm",
Expand All @@ -62,12 +63,12 @@
"@storybook/test": "^8.3.3",
"@storybook/theming": "^8.3.3",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.6.1",
"@types/react": "^18.3.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"babel-jest": "^27.5.1",
"babel-loader": "^8.4.1",
Expand All @@ -89,19 +90,18 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.3",
"rollup": "^4.24.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-preserve-directives": "^0.1.1",
"rollup-plugin-typescript-paths": "^1.5.0",
"semantic-release": "^24.1.1",
"storybook": "^8.3.3",
"storybook-source-link": "^4.0.1",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^4.9.5",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"webpack": "^5.94.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b2a1f0e

Please sign in to comment.