Skip to content

Commit

Permalink
dependencies mayor versions upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHotz committed Nov 29, 2024
1 parent a1729ab commit 6507f35
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 490 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@eslint/js": "^9.15.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-docs": "^8.4.6",
"@storybook/addon-essentials": "^8.4.6",
Expand Down Expand Up @@ -98,7 +98,7 @@
"tslib": "^2.8.1",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.6",
"vite": "^6.0.1",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.6"
},
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "types",

"noEmit": false,
"baseUrl": "./src",
Expand Down
Loading

0 comments on commit 6507f35

Please sign in to comment.