|
9 | 9 | "preview": "vite preview"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@gear-js/api": "0.39.0", |
| 12 | + "@gear-js/api": "0.40.0", |
13 | 13 | "@gear-js/react-hooks": "workspace:^",
|
14 | 14 | "@gear-js/ui": "workspace:^",
|
15 | 15 | "@gear-js/wallet-connect": "workspace:^",
|
16 |
| - "@hcaptcha/react-hcaptcha": "1.8.1", |
17 |
| - "@hookform/resolvers": "3.3.2", |
| 16 | + "@hcaptcha/react-hcaptcha": "1.11.0", |
| 17 | + "@hookform/resolvers": "3.9.1", |
18 | 18 | "@polkadot/api": "14.3.1",
|
19 | 19 | "@polkadot/react-identicon": "3.11.3",
|
20 | 20 | "@polkadot/types": "14.3.1",
|
21 | 21 | "@polkadot/util": "12.6.2",
|
22 |
| - "@react-aria/utils": "3.21.0", |
23 |
| - "@tanstack/react-query": "5.56.2", |
| 22 | + "@react-aria/utils": "3.26.0", |
| 23 | + "@tanstack/react-query": "5.62.14", |
24 | 24 | "bignumber.js": "9.1.2",
|
25 |
| - "clsx": "2.0.0", |
26 |
| - "ky": "1.0.1", |
| 25 | + "clsx": "2.1.1", |
| 26 | + "ky": "1.7.4", |
27 | 27 | "localforage": "1.10.0",
|
28 | 28 | "lodash.isequal": "4.5.0",
|
29 | 29 | "lodash.isplainobject": "4.0.6",
|
30 | 30 | "lodash.isstring": "4.0.1",
|
31 |
| - "react": "18.2.0", |
| 31 | + "react": "18.3.1", |
32 | 32 | "react-dnd": "16.0.1",
|
33 | 33 | "react-dnd-html5-backend": "16.0.1",
|
34 |
| - "react-dom": "18.2.0", |
35 |
| - "react-error-boundary": "4.0.11", |
| 34 | + "react-dom": "18.3.1", |
| 35 | + "react-error-boundary": "4.1.2", |
36 | 36 | "react-gtm-module": "2.0.11",
|
37 |
| - "react-hook-form": "7.52.2", |
38 |
| - "react-number-format": "5.3.1", |
39 |
| - "react-router-dom": "6.16.0", |
| 37 | + "react-hook-form": "7.54.2", |
| 38 | + "react-number-format": "5.4.3", |
| 39 | + "react-router-dom": "6.28.1", |
40 | 40 | "react-transition-group": "4.4.5",
|
41 |
| - "sails-js": "0.3.0", |
42 |
| - "sails-js-parser": "0.1.0", |
43 |
| - "simplebar-react": "3.2.4", |
44 |
| - "yup": "1.3.2", |
45 |
| - "zod": "3.22.4" |
| 41 | + "sails-js": "0.3.1", |
| 42 | + "sails-js-parser": "0.3.1", |
| 43 | + "simplebar-react": "3.3.0", |
| 44 | + "yup": "1.6.1", |
| 45 | + "zod": "3.24.1" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@types/lodash.isequal": "4.5.6", |
49 |
| - "@types/lodash.isplainobject": "4.0.7", |
50 |
| - "@types/lodash.isstring": "4.0.7", |
51 |
| - "@types/node": "20.8.4", |
52 |
| - "@types/react": "18.3.3", |
53 |
| - "@types/react-dom": "18.3.0", |
54 |
| - "@types/react-gtm-module": "2.0.3", |
55 |
| - "@types/react-transition-group": "4.4.7", |
56 |
| - "@typescript-eslint/eslint-plugin": "6.7.5", |
57 |
| - "@typescript-eslint/parser": "6.7.5", |
58 |
| - "@vitejs/plugin-react": "4.1.0", |
59 |
| - "eslint": "8.51.0", |
60 |
| - "eslint-config-prettier": "9.0.0", |
61 |
| - "eslint-import-resolver-typescript": "3.6.1", |
62 |
| - "eslint-plugin-import": "2.28.1", |
63 |
| - "eslint-plugin-jsx-a11y": "6.7.1", |
64 |
| - "eslint-plugin-react": "7.33.2", |
65 |
| - "eslint-plugin-react-hooks": "4.6.0", |
66 |
| - "eslint-plugin-react-refresh": "0.4.3", |
67 |
| - "sails-js-types": "0.0.1", |
68 |
| - "sass": "1.69.1", |
69 |
| - "typescript": "5.5.3", |
70 |
| - "vite": "4.4.11", |
71 |
| - "vite-plugin-checker": "0.6.2", |
| 48 | + "@types/lodash.isequal": "4.5.8", |
| 49 | + "@types/lodash.isplainobject": "4.0.9", |
| 50 | + "@types/lodash.isstring": "4.0.9", |
| 51 | + "@types/node": "20.17.11", |
| 52 | + "@types/react": "18.3.18", |
| 53 | + "@types/react-dom": "18.3.5", |
| 54 | + "@types/react-gtm-module": "2.0.4", |
| 55 | + "@types/react-transition-group": "4.4.12", |
| 56 | + "@typescript-eslint/eslint-plugin": "6.21.0", |
| 57 | + "@typescript-eslint/parser": "6.21.0", |
| 58 | + "@vitejs/plugin-react": "4.3.4", |
| 59 | + "eslint": "8.57.1", |
| 60 | + "eslint-config-prettier": "9.1.0", |
| 61 | + "eslint-import-resolver-typescript": "3.7.0", |
| 62 | + "eslint-plugin-import": "2.31.0", |
| 63 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 64 | + "eslint-plugin-react": "7.37.3", |
| 65 | + "eslint-plugin-react-hooks": "4.6.2", |
| 66 | + "eslint-plugin-react-refresh": "0.4.16", |
| 67 | + "sails-js-types": "0.3.1", |
| 68 | + "sass": "1.83.0", |
| 69 | + "typescript": "5.7.2", |
| 70 | + "vite": "4.5.5", |
| 71 | + "vite-plugin-checker": "0.8.0", |
72 | 72 | "vite-plugin-node-polyfills": "0.22.0",
|
73 |
| - "vite-plugin-svgr": "4.1.0" |
| 73 | + "vite-plugin-svgr": "4.3.0" |
74 | 74 | }
|
75 | 75 | }
|
0 commit comments