|
1 | 1 | { |
2 | 2 | "name": "comwrap-feed-generator", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "private": true, |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": "Comwrap Reply GmbH", |
7 | 7 | "dependencies": { |
8 | | - "@adobe/aio-lib-ims": "^7.0.1", |
9 | | - "@adobe/aio-lib-files": "^4.1.0", |
| 8 | + "@adobe/aio-lib-files": "^4.1.2", |
10 | 9 | "@adobe/aio-lib-state": "^5.1.0", |
11 | | - "@adobe/commerce-sdk-auth": "^0.1.0", |
12 | 10 | "@adobe/aio-sdk": "^6.0.0", |
13 | | - "@adobe/exc-app": "^1.4.9", |
14 | | - "@adobe/react-spectrum": "^3.25.1", |
15 | | - "@adobe/uix-guest": "^1.0.1", |
| 11 | + "@adobe/commerce-sdk-auth": "^0.1.0", |
| 12 | + "@adobe/exc-app": "^1.4.17", |
| 13 | + "@adobe/react-spectrum": "^3.43.0", |
| 14 | + "@adobe/uix-guest": "^1.0.3", |
16 | 15 | "@codemirror/autocomplete": "^6.18.6", |
17 | | - "@codemirror/lang-javascript": "^6.2.3", |
| 16 | + "@codemirror/lang-javascript": "^6.2.4", |
18 | 17 | "@codemirror/lang-xml": "^6.1.0", |
19 | 18 | "@codemirror/state": "^6.5.2", |
20 | | - "@codemirror/view": "^6.36.3", |
21 | | - "@react-spectrum/table": "^3.15.1", |
22 | | - "@react-spectrum/toast": "^3.0.0-alpha.1", |
| 19 | + "@codemirror/view": "^6.38.1", |
| 20 | + "@react-spectrum/table": "^3.17.4", |
| 21 | + "@react-spectrum/toast": "^3.1.0", |
23 | 22 | "@spectrum-icons/workflow": "^4.2.2", |
24 | | - "bwip-js": "^4.5.1", |
25 | | - "cloudevents": "^8.0.2", |
26 | | - "codemirror": "^6.0.1", |
| 23 | + "cloudevents": "^10.0.0", |
| 24 | + "codemirror": "^6.0.2", |
27 | 25 | "date-fns": "^4.1.0", |
28 | | - "fast-xml-parser": "^5.0.3", |
29 | | - "graphql": "^16.10.0", |
| 26 | + "fast-xml-parser": "^5.2.5", |
| 27 | + "got": "^11.8.6", |
| 28 | + "graphql": "^16.11.0", |
30 | 29 | "json-to-graphql-query": "^2.2.5", |
31 | 30 | "moment": "^2.29.4", |
32 | 31 | "node-fetch": "^3.3.2", |
33 | 32 | "prop-types": "^15.8.1", |
34 | | - "react": "^19.0.0", |
35 | | - "react-dom": "^19.0.0", |
36 | | - "react-error-boundary": "^5.0.0", |
37 | | - "react-stately": "^3.21.0", |
| 33 | + "react": "^19.1.1", |
| 34 | + "react-dom": "^19.1.1", |
38 | 35 | "react-zlib-js": "^1.0.5", |
39 | | - "regenerator-runtime": "^0.14.1", |
40 | | - "uuid": "^11.1.0", |
41 | | - "got": "^11.8.5" |
| 36 | + "uuid": "^11.1.0" |
42 | 37 | }, |
43 | 38 | "devDependencies": { |
44 | 39 | "@adobe/eslint-config-aio-lib-config": "^4.0.0", |
45 | | - "@babel/core": "^7.24.7", |
| 40 | + "@babel/core": "^7.28.3", |
46 | 41 | "@babel/plugin-transform-react-jsx": "^7.24.7", |
47 | 42 | "@babel/polyfill": "^7.8.7", |
48 | | - "@babel/preset-env": "^7.24.7", |
| 43 | + "@babel/preset-env": "^7.28.3", |
49 | 44 | "@babel/preset-react": "^7.24.7", |
50 | 45 | "@babel/preset-typescript": "^7.24.7", |
51 | | - "@openwhisk/wskdebug": "^1.4.0", |
52 | 46 | "@tsconfig/node20": "^20.1.4", |
53 | 47 | "concurrently": "^9.1.0", |
54 | | - "follow-redirects": ">=1.15.6", |
55 | | - "jest": "^29.7.0", |
56 | | - "nock": "^13.5.6", |
57 | | - "rimraf": "^6.0.1", |
| 48 | + "follow-redirects": "^1.15.11", |
| 49 | + "jest": "^30.0.5", |
| 50 | + "nock": "^14.0.10", |
58 | 51 | "stdout-stderr": "^0.1.13", |
59 | | - "typescript": "^5.7.2" |
| 52 | + "typescript": "^5.9.2", |
| 53 | + "bwip-js": "^4.7.0" |
60 | 54 | }, |
61 | 55 | "scripts": { |
62 | 56 | "test": "jest --passWithNoTests ./test", |
|
0 commit comments