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 May 7, 2023
1 parent 5ca767f commit 1c472ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/boilerplate-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"config-mui": "*",
"react-parallax-tilt": "1.7.134",
"react-parallax-tilt": "1.7.137",
"ui": "*",
"utils-mui": "*",
"utils-version": "*"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,41 +24,41 @@
"update-dependencies": "turbo update-dependencies && npx npm-check-updates -u"
},
"dependencies": {
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@hookform/resolvers": "3.1.0",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.12.3",
"@tanstack/react-query": "4.29.5",
"@tanstack/react-query-devtools": "4.29.6",
"axios": "1.4.0",
"date-fns": "2.30.0",
"next": "13.3.4",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.9",
"zod": "3.21.4"
},
"devDependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@storybook/addon-essentials": "7.0.8",
"@storybook/nextjs": "7.0.8",
"@storybook/react": "7.0.8",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@storybook/addon-essentials": "7.0.9",
"@storybook/nextjs": "7.0.9",
"@storybook/react": "7.0.9",
"@testing-library/dom": "9.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.16.3",
"@types/react": "18.2.3",
"@types/react-dom": "18.2.3",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"commitizen": "4.3.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"shx": "0.3.4",
"storybook": "7.0.8",
"storybook": "7.0.9",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsup": "6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@tanstack/eslint-plugin-query": "4.29.4",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"eslint": "8.39.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
Expand Down

0 comments on commit 1c472ec

Please sign in to comment.