Skip to content

Commit 126493d

Browse files
authored
Update deps & remove UUID (#411)
* remove uuid * update dev dependencies * update dev deps
1 parent a915771 commit 126493d

File tree

6 files changed

+2651
-2672
lines changed

6 files changed

+2651
-2672
lines changed

.changeset/many-ghosts-shop.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@saleor/app-sdk": major
3+
---
4+
5+
Generating AppBridge action now uses native web API Crypto.
6+
7+
- Some older browser may not be working
8+
- Only localhost and https is supported now

package.json

+24-26
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,26 @@
3636
"redis": ">=4"
3737
},
3838
"dependencies": {
39-
"@opentelemetry/api": "^1.7.0",
40-
"@opentelemetry/semantic-conventions": "^1.18.1",
41-
"debug": "4.3.4",
39+
"@opentelemetry/api": "1.9.0",
40+
"@opentelemetry/semantic-conventions": "1.30.0",
41+
"debug": "4.4.0",
4242
"jose": "5.10.0",
43-
"raw-body": "3.0.0",
44-
"uuid": "9.0.0"
43+
"raw-body": "3.0.0"
4544
},
4645
"devDependencies": {
47-
"@changesets/cli": "2.27.1",
48-
"@testing-library/dom": "^8.17.1",
49-
"@testing-library/react": "^13.4.0",
46+
"@changesets/cli": "2.28.1",
47+
"@testing-library/dom": "10.4.0",
48+
"@testing-library/react": "16.2.0",
5049
"@types/aws-lambda": "^8.10.147",
5150
"@types/debug": "^4.1.12",
5251
"@types/node": "^18.7.15",
53-
"@types/react": "18.0.21",
54-
"@types/react-dom": "^18.0.5",
55-
"@types/uuid": "^8.3.4",
52+
"@types/react": "19.0.10",
53+
"@types/react-dom": "19.0.4",
5654
"@typescript-eslint/eslint-plugin": "^5.36.1",
5755
"@typescript-eslint/parser": "^5.36.1",
5856
"@vercel/kv": "1.0.0",
5957
"@vitejs/plugin-react": "4.3.4",
60-
"@vitest/coverage-v8": "3.0.4",
58+
"@vitest/coverage-v8": "3.0.7",
6159
"clean-publish": "^4.0.1",
6260
"eslint": "8.23.0",
6361
"eslint-config-airbnb": "^19.0.4",
@@ -69,22 +67,22 @@
6967
"eslint-plugin-react": "^7.31.6",
7068
"eslint-plugin-react-hooks": "^4.6.0",
7169
"eslint-plugin-simple-import-sort": "^8.0.0",
72-
"graphql": "16.8.0",
70+
"graphql": "16.10.0",
7371
"husky": "^8.0.1",
74-
"jsdom": "^20.0.3",
75-
"lint-staged": "^13.0.3",
76-
"next": "^12.3.0",
77-
"node-mocks-http": "^1.11.0",
78-
"prettier": "3.5.1",
79-
"react": "^18.2.0",
80-
"react-dom": "18.2.0",
81-
"redis": "^4.7.0",
82-
"tsm": "^2.2.2",
83-
"tsup": "^8.3.6",
72+
"jsdom": "26.0.0",
73+
"lint-staged": "15.4.3",
74+
"next": "15.1.7",
75+
"node-mocks-http": "1.16.2",
76+
"prettier": "3.5.2",
77+
"react": "19.0.0",
78+
"react-dom": "19.0.0",
79+
"redis": "4.7.0",
80+
"tsm": "2.3.0",
81+
"tsup": "8.3.6",
8482
"typescript": "5.7.3",
85-
"vite": "6.0.11",
86-
"vite-tsconfig-paths": "^5.1.4",
87-
"vitest": "3.0.4"
83+
"vite": "6.2.0",
84+
"vite-tsconfig-paths": "5.1.4",
85+
"vitest": "3.0.7"
8886
},
8987
"peerDependenciesMeta": {
9088
"@vercel/kv": {

0 commit comments

Comments
 (0)