Skip to content

Commit f9a3d83

Browse files
chore(deps): update all dependencies
1 parent a1a3c61 commit f9a3d83

File tree

85 files changed

+85804
-142857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+85804
-142857
lines changed

uix-autofill-relation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"devDependencies": {
3333
"@types/lodash": "^4.14.182",
34-
"@types/node": "^16.7.13",
34+
"@types/node": "^20.0.0",
3535
"@types/react": "^18.0.0",
3636
"@types/react-dom": "^18.0.0",
3737
"react-scripts": "5.0.1",
38-
"typescript": "^4.4.2"
38+
"typescript": "^5.0.0"
3939
}
4040
}

uix-autofill-relation/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,10 +1899,10 @@
18991899
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199"
19001900
integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==
19011901

1902-
"@types/node@^16.7.13":
1903-
version "16.11.43"
1904-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.43.tgz#555e5a743f76b6b897d47f945305b618525ddbe6"
1905-
integrity sha512-GqWykok+3uocgfAJM8imbozrqLnPyTrpFlrryURQlw1EesPUCx5XxTiucWDSFF9/NUEXDuD4bnvHm8xfVGWTpQ==
1902+
"@types/node@^20.0.0":
1903+
version "20.8.2"
1904+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.2.tgz#d76fb80d87d0d8abfe334fc6d292e83e5524efc4"
1905+
integrity sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==
19061906

19071907
"@types/parse-json@^4.0.0":
19081908
version "4.0.0"
@@ -8243,10 +8243,10 @@ typedarray-to-buffer@^3.1.5:
82438243
dependencies:
82448244
is-typedarray "^1.0.0"
82458245

8246-
typescript@^4.4.2:
8247-
version "4.7.4"
8248-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
8249-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
8246+
typescript@^5.0.0:
8247+
version "5.2.2"
8248+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
8249+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
82508250

82518251
unbox-primitive@^1.0.2:
82528252
version "1.0.2"

uix-basic-input/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@graphcms/uix-react-sdk": "^0.2.5",
12-
"next": "10.2.3",
13-
"react": "17.0.2",
14-
"react-dom": "17.0.2"
12+
"next": "13.5.4",
13+
"react": "18.2.0",
14+
"react-dom": "18.2.0"
1515
}
1616
}

uix-basic-input/yarn.lock

Lines changed: 144 additions & 1876 deletions
Large diffs are not rendered by default.

uix-cloudinary-input/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"private": true,
55
"dependencies": {
66
"@graphcms/uix-react-sdk": "^0.2.5",
7-
"@testing-library/jest-dom": "^5.11.4",
8-
"@testing-library/react": "^11.1.0",
9-
"@testing-library/user-event": "^12.1.10",
10-
"@types/jest": "^26.0.15",
11-
"@types/node": "^12.0.0",
12-
"@types/react": "^17.0.0",
13-
"@types/react-dom": "^17.0.0",
7+
"@testing-library/jest-dom": "^6.0.0",
8+
"@testing-library/react": "^14.0.0",
9+
"@testing-library/user-event": "^14.0.0",
10+
"@types/jest": "^29.0.0",
11+
"@types/node": "^20.0.0",
12+
"@types/react": "^18.0.0",
13+
"@types/react-dom": "^18.0.0",
1414
"cloudinary-react": "^1.7.0",
1515
"lodash": "^4.17.21",
16-
"react": "^17.0.2",
17-
"react-dom": "^17.0.2",
18-
"react-router-dom": "^5.2.0",
19-
"react-scripts": "4.0.3",
20-
"typescript": "^4.1.2",
21-
"web-vitals": "^1.0.1"
16+
"react": "^18.0.0",
17+
"react-dom": "^18.0.0",
18+
"react-router-dom": "^6.0.0",
19+
"react-scripts": "5.0.1",
20+
"typescript": "^5.0.0",
21+
"web-vitals": "^3.0.0"
2222
},
2323
"scripts": {
2424
"start": "react-scripts start",

uix-cloudinary-input/yarn.lock

Lines changed: 6018 additions & 6570 deletions
Large diffs are not rendered by default.

uix-conditional-field/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"private": true,
55
"dependencies": {
66
"@graphcms/uix-react-sdk": "^0.2.5",
7-
"@testing-library/jest-dom": "^5.11.4",
8-
"@testing-library/react": "^11.1.0",
9-
"@testing-library/user-event": "^12.1.10",
10-
"@types/jest": "^26.0.15",
11-
"@types/node": "^12.0.0",
12-
"@types/react": "^17.0.0",
13-
"@types/react-dom": "^17.0.0",
14-
"react": "^17.0.2",
15-
"react-dom": "^17.0.2",
16-
"react-scripts": "4.0.3",
17-
"typescript": "^4.1.2"
7+
"@testing-library/jest-dom": "^6.0.0",
8+
"@testing-library/react": "^14.0.0",
9+
"@testing-library/user-event": "^14.0.0",
10+
"@types/jest": "^29.0.0",
11+
"@types/node": "^20.0.0",
12+
"@types/react": "^18.0.0",
13+
"@types/react-dom": "^18.0.0",
14+
"react": "^18.0.0",
15+
"react-dom": "^18.0.0",
16+
"react-scripts": "5.0.1",
17+
"typescript": "^5.0.0"
1818
},
1919
"scripts": {
2020
"start": "PORT=3001 react-scripts start",

0 commit comments

Comments
 (0)