Skip to content

Commit 5d4eda9

Browse files
author
Alejandro Frías Díaz
committed
Merge branch 'main' into correct-react-18-peer-dependencies
2 parents 58b4640 + 1c07c39 commit 5d4eda9

2 files changed

Lines changed: 406 additions & 409 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"typecheck": "tsc --project tsconfig.eslint.json"
2929
},
3030
"dependencies": {
31-
"@shopify/network": "^2.0.8",
32-
"@shopify/react-performance": "2.1.14-react-18-react-testing-beta.0",
31+
"@shopify/network": "^3.0.0",
32+
"@shopify/react-performance": "^3.0.1",
3333
"events": "^3.3.0",
3434
"promjs": "^0.4.1",
3535
"react-beforeunload": "^2.5.3"
@@ -39,25 +39,25 @@
3939
"@cabify/eslint-config": "1.0.2",
4040
"@cabify/package-build": "0.0.2",
4141
"@testing-library/jest-dom": "5.16.4",
42-
"@testing-library/react": "13.1.1",
43-
"@testing-library/user-event": "14.1.1",
44-
"@types/jest": "27.4.1",
45-
"@types/react": "18.0.8",
42+
"@testing-library/react": "13.3.0",
43+
"@testing-library/user-event": "14.2.0",
44+
"@types/jest": "27.5.1",
45+
"@types/react": "18.0.12",
4646
"@types/react-beforeunload": "2.1.1",
47-
"@types/react-dom": "18.0.3",
47+
"@types/react-dom": "18.0.5",
4848
"all-contributors-cli": "6.20.0",
4949
"cross-env": "7.0.3",
50-
"eslint": "8.14.0",
50+
"eslint": "8.17.0",
5151
"eslint-import-resolver-typescript": "2.7.1",
5252
"isomorphic-unfetch": "3.1.0",
53-
"jest": "28.0.3",
54-
"jest-environment-jsdom": "28.0.2",
55-
"msw": "0.39.2",
53+
"jest": "28.1.0",
54+
"jest-environment-jsdom": "28.1.0",
55+
"msw": "0.42.0",
5656
"prettier": "2.6.2",
5757
"react": "18.1.0",
58-
"react-dom": "18.0.0",
58+
"react-dom": "18.1.0",
5959
"rimraf": "3.0.2",
60-
"typescript": "4.6.4"
60+
"typescript": "4.7.3"
6161
},
6262
"publishConfig": {
6363
"access": "public"

0 commit comments

Comments
 (0)