Skip to content

Commit 38f7c44

Browse files
authored
chore(devdeps): update devdeps (#1052)
1 parent 4b0cd57 commit 38f7c44

File tree

4 files changed

+3367
-7272
lines changed

4 files changed

+3367
-7272
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,41 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "7.19.3",
9+
"@babel/core": "7.19.6",
1010
"@babel/eslint-parser": "7.19.1",
11-
"@babel/plugin-transform-runtime": "7.19.1",
12-
"@babel/preset-env": "7.19.3",
11+
"@babel/plugin-transform-runtime": "7.19.6",
12+
"@babel/preset-env": "7.19.4",
1313
"@babel/preset-react": "7.18.6",
1414
"@babel/preset-typescript": "7.18.6",
1515
"@commitlint/cli": "17.1.2",
1616
"@commitlint/config-conventional": "17.1.0",
17-
"@rollup/plugin-babel": "6.0.0",
18-
"@rollup/plugin-node-resolve": "15.0.0",
17+
"@rollup/plugin-babel": "6.0.2",
18+
"@rollup/plugin-node-resolve": "15.0.1",
1919
"@testing-library/jest-dom": "5.16.5",
2020
"@testing-library/react": "13.4.0",
2121
"@tsd/typescript": "4.8.4",
22-
"@types/jest": "29.1.2",
23-
"@types/node": "18.7.23",
22+
"@types/jest": "29.2.0",
23+
"@types/node": "18.11.3",
2424
"@types/prop-types": "15.7.5",
2525
"@types/react": "18.0.21",
2626
"@types/react-dom": "18.0.6",
2727
"builtin-modules": "3.3.0",
2828
"cross-env": "7.0.3",
29-
"eslint": "8.25.0",
29+
"eslint": "8.26.0",
3030
"husky": "8.0.1",
31-
"jest": "29.1.2",
32-
"jest-environment-jsdom": "29.1.2",
31+
"jest": "29.2.1",
32+
"jest-environment-jsdom": "29.2.1",
3333
"jest-junit": "14.0.1",
3434
"jest-localstorage-mock": "2.4.22",
3535
"jest-runner-tsd": "4.0.0",
36-
"lerna": "5.6.2",
36+
"lerna": "6.0.1",
3737
"lint-staged": "13.0.3",
3838
"mockdate": "3.0.5",
3939
"prettier": "2.7.1",
4040
"react": "18.2.0",
4141
"react-dom": "18.2.0",
4242
"read-pkg": "7.1.0",
43-
"rollup": "3.2.2",
43+
"rollup": "3.2.3",
4444
"rollup-plugin-dts": "5.0.0",
4545
"rollup-plugin-visualizer": "5.8.3",
4646
"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
@@ -32,7 +32,7 @@
3232
"eslint": ">= 8.5"
3333
},
3434
"devDependencies": {
35-
"eslint": "8.25.0",
35+
"eslint": "8.26.0",
3636
"typescript": "4.8.4"
3737
}
3838
}

packages/jest-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react": "^18.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.19.3",
28+
"@babel/core": "7.19.6",
2929
"react": "18.2.0",
3030
"react-dom": "18.2.0"
3131
}

0 commit comments

Comments
 (0)