Skip to content

Commit 4959705

Browse files
authored
chore(deps): upgrade deps (#1075)
1 parent 8825b4a commit 4959705

File tree

5 files changed

+3551
-7310
lines changed

5 files changed

+3551
-7310
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"type": "module",
88
"packageManager": "[email protected]",
99
"devDependencies": {
10-
"@babel/core": "7.19.6",
10+
"@babel/core": "7.20.2",
1111
"@babel/eslint-parser": "7.19.1",
1212
"@babel/plugin-transform-runtime": "7.19.6",
13-
"@babel/preset-env": "7.19.4",
13+
"@babel/preset-env": "7.20.2",
1414
"@babel/preset-react": "7.18.6",
1515
"@babel/preset-typescript": "7.18.6",
1616
"@commitlint/cli": "17.2.0",
@@ -20,21 +20,21 @@
2020
"@testing-library/jest-dom": "5.16.5",
2121
"@testing-library/react": "13.4.0",
2222
"@tsd/typescript": "4.8.4",
23-
"@types/jest": "29.2.1",
23+
"@types/jest": "29.2.2",
2424
"@types/node": "18.11.9",
2525
"@types/prop-types": "15.7.5",
26-
"@types/react": "18.0.24",
26+
"@types/react": "18.0.25",
2727
"@types/react-dom": "18.0.8",
2828
"builtin-modules": "3.3.0",
2929
"cross-env": "7.0.3",
30-
"eslint": "8.26.0",
31-
"husky": "8.0.1",
32-
"jest": "29.2.2",
33-
"jest-environment-jsdom": "29.2.2",
30+
"eslint": "8.27.0",
31+
"husky": "8.0.2",
32+
"jest": "29.3.1",
33+
"jest-environment-jsdom": "29.3.1",
3434
"jest-junit": "14.0.1",
3535
"jest-localstorage-mock": "2.4.22",
3636
"jest-runner-tsd": "4.0.0",
37-
"lerna": "6.0.1",
37+
"lerna": "6.0.3",
3838
"lint-staged": "13.0.3",
3939
"mockdate": "3.0.5",
4040
"prettier": "2.7.1",

packages/eslint-config-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"@typescript-eslint/eslint-plugin": "5.41.0",
21-
"@typescript-eslint/parser": "5.41.0",
20+
"@typescript-eslint/eslint-plugin": "5.42.1",
21+
"@typescript-eslint/parser": "5.42.1",
2222
"eslint-config-airbnb": "19.0.4",
2323
"eslint-config-airbnb-typescript": "17.0.0",
2424
"eslint-config-prettier": "8.5.0",
@@ -33,7 +33,7 @@
3333
"eslint": ">= 8.5"
3434
},
3535
"devDependencies": {
36-
"eslint": "8.26.0",
36+
"eslint": "8.27.0",
3737
"typescript": "4.8.4"
3838
}
3939
}

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 || 18"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.19.6",
28+
"@babel/core": "7.20.2",
2929
"react": "18.2.0",
3030
"react-dom": "18.2.0"
3131
}

packages/use-segment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@segment/analytics-next": "1.45.0"
28+
"@segment/analytics-next": "1.46.0"
2929
},
3030
"peerDependencies": {
3131
"react": "18.x || 18"

0 commit comments

Comments
 (0)