Skip to content

Commit f23725b

Browse files
authored
chore(devdeps): update depvdeps (#1209)
1 parent 2c2a356 commit f23725b

File tree

5 files changed

+1642
-2078
lines changed

5 files changed

+1642
-2078
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"pnpm": ">=7.x"
1212
},
1313
"devDependencies": {
14-
"@babel/core": "7.20.12",
14+
"@babel/core": "7.21.0",
1515
"@babel/eslint-parser": "7.19.1",
16-
"@babel/plugin-transform-runtime": "7.19.6",
16+
"@babel/plugin-transform-runtime": "7.21.0",
1717
"@babel/preset-env": "7.20.2",
1818
"@babel/preset-react": "7.18.6",
19-
"@babel/preset-typescript": "7.18.6",
20-
"@commitlint/cli": "17.4.2",
21-
"@commitlint/config-conventional": "17.4.2",
19+
"@babel/preset-typescript": "7.21.0",
20+
"@commitlint/cli": "17.4.4",
21+
"@commitlint/config-conventional": "17.4.4",
2222
"@rollup/plugin-babel": "6.0.3",
2323
"@rollup/plugin-node-resolve": "15.0.1",
2424
"@scaleway/eslint-config-react": "workspace:*",
@@ -27,28 +27,28 @@
2727
"@testing-library/react": "13.4.0",
2828
"@tsd/typescript": "4.9.5",
2929
"@types/jest": "29.4.0",
30-
"@types/node": "18.13.0",
30+
"@types/node": "18.14.2",
3131
"@types/prop-types": "15.7.5",
32-
"@types/react": "18.0.27",
33-
"@types/react-dom": "18.0.10",
32+
"@types/react": "18.0.28",
33+
"@types/react-dom": "18.0.11",
3434
"builtin-modules": "3.3.0",
3535
"cross-env": "7.0.3",
36-
"eslint": "8.33.0",
36+
"eslint": "8.35.0",
3737
"husky": "8.0.3",
38-
"jest": "29.4.2",
39-
"jest-environment-jsdom": "29.4.2",
38+
"jest": "29.4.3",
39+
"jest-environment-jsdom": "29.4.3",
4040
"jest-junit": "15.0.0",
4141
"jest-localstorage-mock": "2.4.26",
4242
"jest-runner-tsd": "4.0.0",
43-
"lerna": "6.4.1",
44-
"lint-staged": "13.1.0",
43+
"lerna": "6.5.1",
44+
"lint-staged": "13.1.2",
4545
"mockdate": "3.0.5",
46-
"prettier": "2.8.3",
46+
"prettier": "2.8.4",
4747
"react": "18.2.0",
4848
"react-dom": "18.2.0",
4949
"read-pkg": "7.1.0",
50-
"rollup": "3.13.0",
51-
"rollup-plugin-dts": "5.1.1",
50+
"rollup": "3.17.3",
51+
"rollup-plugin-dts": "5.2.0",
5252
"rollup-plugin-preserve-shebangs": "0.2.0",
5353
"rollup-plugin-visualizer": "5.9.0",
5454
"tsd-lite": "0.6.0",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": ">= 8.5"
3535
},
3636
"devDependencies": {
37-
"eslint": "8.33.0",
37+
"eslint": "8.35.0",
3838
"typescript": "4.9.5"
3939
}
4040
}

packages/jest-helpers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"react": "^18.0.0 || 18"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.20.12",
3332
"react": "18.2.0",
3433
"react-dom": "18.2.0"
3534
}

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"devDependencies": {
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",
43-
"react-router-dom": "6.8.1"
43+
"react-router-dom": "6.8.2"
4444
}
4545
}

0 commit comments

Comments
 (0)