Skip to content

Commit b01e93e

Browse files
committed
chore: update dev deps
1 parent 5404d56 commit b01e93e

File tree

2 files changed

+1636
-1815
lines changed

2 files changed

+1636
-1815
lines changed

package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,31 @@
3939
},
4040
"homepage": "https://github.com/uploadcare/nextjs-loader#readme",
4141
"devDependencies": {
42-
"@babel/core": "^7.15.5",
43-
"@babel/preset-env": "^7.15.6",
44-
"@babel/preset-react": "^7.14.5",
45-
"@babel/preset-typescript": "^7.15.0",
46-
"@testing-library/jest-dom": "^5.16.4",
47-
"@testing-library/react": "^12.1.2",
48-
"@testing-library/react-hooks": "^7.0.2",
49-
"@types/jest": "^27.0.2",
42+
"@babel/core": "^7.20.2",
43+
"@babel/preset-env": "^7.20.2",
44+
"@babel/preset-react": "^7.18.6",
45+
"@babel/preset-typescript": "^7.18.6",
46+
"@testing-library/jest-dom": "^5.16.5",
47+
"@testing-library/react": "^13.4.0",
48+
"@testing-library/react-hooks": "^8.0.1",
49+
"@types/jest": "^29.2.3",
5050
"@types/node": "^16.10.2",
51-
"@typescript-eslint/eslint-plugin": "^4.33.0",
52-
"@typescript-eslint/parser": "^4.33.0",
53-
"babel-jest": "^27.2.4",
54-
"eslint": "^7.32.0",
55-
"eslint-config-prettier": "^8.3.0",
51+
"@typescript-eslint/eslint-plugin": "^5.43.0",
52+
"@typescript-eslint/parser": "^5.43.0",
53+
"babel-jest": "^29.3.1",
54+
"eslint": "^8.28.0",
55+
"eslint-config-prettier": "^8.5.0",
5656
"husky": "^7.0.2",
57-
"jest": "^27.2.4",
58-
"next": "^12.1.6",
59-
"prettier": "^2.4.1",
60-
"react": "^17.0.2",
61-
"react-dom": "^17.0.2",
57+
"jest": "^29.3.1",
58+
"jest-environment-jsdom": "^29.3.1",
59+
"next": "^13.0.4",
60+
"prettier": "^2.7.1",
61+
"react": "^18.2.0",
62+
"react-dom": "^18.2.0",
6263
"shipjs": "0.24.0",
6364
"ts-add-module-exports": "^1.0.0",
6465
"ts-node": "^10.2.1",
65-
"typescript": "^4.4.3",
66+
"typescript": "4.8.4",
6667
"whatwg-fetch": "^3.6.2"
6768
},
6869
"peerDependencies": {

0 commit comments

Comments
 (0)