Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 20, 2024
1 parent 23e4b46 commit 5a04df8
Show file tree
Hide file tree
Showing 10 changed files with 948 additions and 1,486 deletions.
2 changes: 1 addition & 1 deletion apps/boilerplate-app/.storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addons } from '@storybook/addons';
import { addons } from '@storybook/manager-api';

import { theme } from './theme';

Expand Down
12 changes: 6 additions & 6 deletions apps/boilerplate-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"update-dependencies": "npx npm-check-updates -u"
},
"dependencies": {
"@tanstack/react-router": "1.19.10",
"@tanstack/router-devtools": "1.19.10",
"@tanstack/react-router": "1.20.5",
"@tanstack/router-devtools": "1.20.5",
"config-tailwind": "*",
"react-helmet": "6.1.0",
"react-parallax-tilt": "1.7.215",
"react-parallax-tilt": "1.7.216",
"ui-tailwind": "*",
"utils-version": "*"
},
"devDependencies": {
"@tanstack/router-vite-plugin": "1.19.6",
"@tanstack/router-vite-plugin": "1.20.5",
"@types/react-helmet": "6.1.11",
"@vitejs/plugin-react-swc": "3.6.0",
"config-storybook": "*",
"config-tsconfig": "*",
"utils-test": "*",
"vite": "5.1.6",
"vite-tsconfig-paths": "4.3.1"
"vite": "5.2.2",
"vite-tsconfig-paths": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion apps/boilerplate-website/.storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addons } from '@storybook/addons';
import { addons } from '@storybook/manager-api';

import { theme } from './theme';

Expand Down
2 changes: 1 addition & 1 deletion apps/boilerplate-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"config-mui": "*",
"next": "14.1.3",
"next": "14.1.4",
"ui": "*",
"ui-mui": "*",
"utils-mui": "*",
Expand Down
Loading

0 comments on commit 5a04df8

Please sign in to comment.