Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timhettler committed Dec 10, 2024
1 parent 7507855 commit 9f54faa
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 1,076 deletions.
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"@types/react-dom": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"json": "^11.0.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
},
"peerDependencies": {
"react": "*",
Expand Down
25 changes: 13 additions & 12 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc -b && storybook build",
"build": "storybook build",
"lint": "eslint .",
"storybook": "storybook dev -p 6006"
"storybook": "storybook dev -p 6006",
"typecheck": "tsc"
},
"dependencies": {
"classnames": "^2.5.1",
Expand All @@ -15,26 +16,26 @@
"sass-embedded": "^1.82.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@timhettler/radix-card": "workspace:^",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-storybook": "^0.11.1",
"globals": "^15.12.0",
"globals": "^15.13.0",
"storybook": "^8.4.7",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 9f54faa

Please sign in to comment.