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 5, 2024
1 parent 143873a commit a3e66f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.18.3",
"@tanstack/router-devtools": "1.18.3",
"@tanstack/react-router": "1.19.1",
"@tanstack/router-devtools": "1.19.1",
"config-tailwind": "*",
"react-helmet": "6.1.0",
"react-parallax-tilt": "1.7.212",
"ui-tailwind": "*",
"utils-version": "*"
},
"devDependencies": {
"@tanstack/router-vite-plugin": "1.18.1",
"@tanstack/router-vite-plugin": "1.19.0",
"@types/react-helmet": "6.1.11",
"@vitejs/plugin-react-swc": "3.6.0",
"config-storybook": "*",
"config-tsconfig": "*",
"utils-test": "*",
"vite": "5.1.4",
"vite": "5.1.5",
"vite-tsconfig-paths": "4.3.1"
}
}
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.1",
"next": "14.1.2",
"ui": "*",
"ui-mui": "*",
"utils-mui": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.20.1",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -18,7 +18,7 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-array-reduce": "1.0.62",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-storybook": "0.8.0",
Expand Down

0 comments on commit a3e66f4

Please sign in to comment.