Skip to content

Commit f88a162

Browse files
chore: upgrade dependencies
1 parent c6ec865 commit f88a162

File tree

2 files changed

+1586
-1559
lines changed

2 files changed

+1586
-1559
lines changed

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -16,48 +16,48 @@
1616
"prepare": "husky install"
1717
},
1818
"dependencies": {
19-
"@chakra-ui/react": "^2.3.6",
20-
"@emotion/react": "^11.10.4",
21-
"@emotion/styled": "^11.10.4",
22-
"framer-motion": "^7.6.1",
23-
"next": "^13.0.0",
19+
"@chakra-ui/react": "^2.4.1",
20+
"@emotion/react": "^11.10.5",
21+
"@emotion/styled": "^11.10.5",
22+
"framer-motion": "^7.6.12",
23+
"next": "^13.0.5",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},
2727
"devDependencies": {
2828
"@testing-library/react": "^13.4.0",
29-
"@types/jest": "^29.2.0",
30-
"@types/node": "^18.11.6",
31-
"@types/react": "^18.0.23",
29+
"@types/jest": "^29.2.3",
30+
"@types/node": "^18.11.9",
31+
"@types/react": "^18.0.25",
3232
"@types/react-addons-test-utils": "^15.6.0",
33-
"@types/react-dom": "^18.0.7",
33+
"@types/react-dom": "^18.0.9",
3434
"@types/react-test-renderer": "^18.0.0",
35-
"@typescript-eslint/eslint-plugin": "^5.41.0",
36-
"@typescript-eslint/parser": "^5.41.0",
35+
"@typescript-eslint/eslint-plugin": "^5.44.0",
36+
"@typescript-eslint/parser": "^5.44.0",
3737
"cross-env": "^7.0.3",
38-
"eslint": "^8.26.0",
38+
"eslint": "^8.28.0",
3939
"eslint-config-airbnb": "19.0.4",
4040
"eslint-config-airbnb-typescript": "^17.0.0",
41-
"eslint-config-next": "^13.0.0",
41+
"eslint-config-next": "^13.0.5",
4242
"eslint-config-prettier": "^8.5.0",
4343
"eslint-config-react-app": "^7.0.1",
4444
"eslint-import-resolver-typescript": "^3.5.2",
4545
"eslint-plugin-import": "^2.26.0",
46-
"eslint-plugin-jest": "^27.1.3",
46+
"eslint-plugin-jest": "^27.1.6",
4747
"eslint-plugin-jsx-a11y": "^6.6.1",
4848
"eslint-plugin-prettier": "^4.2.1",
49-
"eslint-plugin-react": "^7.31.10",
49+
"eslint-plugin-react": "^7.31.11",
5050
"eslint-plugin-react-hooks": "^4.6.0",
5151
"eslint-plugin-sonarjs": "^0.16.0",
52-
"husky": "^8.0.1",
53-
"jest": "^29.2.2",
54-
"jest-environment-jsdom": "^29.2.2",
52+
"husky": "^8.0.2",
53+
"jest": "^29.3.1",
54+
"jest-environment-jsdom": "^29.3.1",
5555
"lint-staged": "^13.0.3",
5656
"npm-run-all": "^4.1.5",
57-
"prettier": "^2.7.1",
57+
"prettier": "^2.8.0",
5858
"rimraf": "^3.0.2",
5959
"ts-jest": "^29.0.3",
60-
"typescript": "^4.8.4",
60+
"typescript": "^4.9.3",
6161
"yarn-or-npm": "^3.0.1"
6262
}
6363
}

0 commit comments

Comments
 (0)