|
1 | 1 | { |
2 | 2 | "name": "stellar-disbursement-platform-frontend", |
3 | | - "version": "5.0.0", |
| 3 | + "version": "6.0.0", |
4 | 4 | "license": "Apache-2.0", |
5 | 5 | "engines": { |
6 | 6 | "node": ">=22.x" |
|
12 | 12 | }, |
13 | 13 | "private": true, |
14 | 14 | "dependencies": { |
15 | | - "@reduxjs/toolkit": "^2.8.2", |
16 | | - "@stellar/design-system": "^3.1.4", |
17 | | - "@tanstack/react-query": "^5.85.3", |
18 | | - "@tanstack/react-query-devtools": "^5.85.3", |
| 15 | + "@reduxjs/toolkit": "^2.11.0", |
| 16 | + "@stellar/design-system": "^3.2.6", |
| 17 | + "@tanstack/react-query": "^5.90.11", |
| 18 | + "@tanstack/react-query-devtools": "^5.91.1", |
19 | 19 | "assert": "^2.1.0", |
20 | 20 | "bignumber.js": "^9.3.1", |
21 | 21 | "brace-expansion": "4.0.1", |
|
24 | 24 | "date-fns": "^4.1.0", |
25 | 25 | "https-browserify": "^1.0.0", |
26 | 26 | "lodash": "^4.17.21", |
27 | | - "oidc-client-ts": "^3.3.0", |
| 27 | + "oidc-client-ts": "^3.4.1", |
28 | 28 | "os-browserify": "^0.3.0", |
29 | 29 | "papaparse": "^5.5.3", |
30 | 30 | "path-browserify": "^1.0.1", |
31 | | - "pbkdf2": "3.1.3", |
| 31 | + "pbkdf2": "3.1.5", |
32 | 32 | "process": "^0.11.10", |
33 | | - "react": "^19.1.1", |
34 | | - "react-dom": "^19.1.1", |
| 33 | + "react": "^19.2.1", |
| 34 | + "react-dom": "^19.2.1", |
35 | 35 | "react-google-recaptcha": "^3.1.0", |
36 | 36 | "react-redux": "^9.2.0", |
37 | | - "react-router-dom": "^7.8.0", |
| 37 | + "react-router-dom": "^7.9.6", |
38 | 38 | "redux": "^5.0.1", |
39 | 39 | "stream-browserify": "^3.0.0", |
40 | 40 | "stream-http": "^3.2.0", |
|
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | 71 | "@stellar/tsconfig": "^1.0.2", |
72 | | - "@tanstack/eslint-plugin-query": "^5.83.1", |
73 | | - "@testing-library/jest-dom": "^6.7.0", |
| 72 | + "@tanstack/eslint-plugin-query": "^5.91.2", |
| 73 | + "@testing-library/jest-dom": "^6.9.1", |
74 | 74 | "@testing-library/react": "^16.3.0", |
75 | 75 | "@testing-library/user-event": "^14.6.1", |
76 | 76 | "@types/jest": "^30.0.0", |
77 | | - "@types/lodash": "^4.17.20", |
78 | | - "@types/node": "^24.2.1", |
79 | | - "@types/papaparse": "^5.3.16", |
80 | | - "@types/react": "^19.1.10", |
81 | | - "@types/react-dom": "^19.1.7", |
| 77 | + "@types/lodash": "^4.17.21", |
| 78 | + "@types/node": "^24.10.1", |
| 79 | + "@types/papaparse": "^5.5.0", |
| 80 | + "@types/react": "^19.2.7", |
| 81 | + "@types/react-dom": "^19.2.3", |
82 | 82 | "@types/react-google-recaptcha": "^2.1.9", |
83 | 83 | "@types/react-redux": "^7.1.34", |
84 | 84 | "@types/react-router-dom": "^5.3.3", |
85 | 85 | "@types/uuid": "^10.0.0", |
86 | | - "@typescript-eslint/eslint-plugin": "^8.39.1", |
87 | | - "@typescript-eslint/parser": "^8.39.1", |
88 | | - "@vitejs/plugin-react-swc": "^4.0.1", |
89 | | - "concurrently": "^9.2.0", |
90 | | - "eslint": "^9.33.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^8.48.0", |
| 87 | + "@typescript-eslint/parser": "^8.48.0", |
| 88 | + "@vitejs/plugin-react-swc": "^4.2.2", |
| 89 | + "concurrently": "^9.2.1", |
| 90 | + "eslint": "^9.39.1", |
91 | 91 | "eslint-config-prettier": "^10.1.8", |
92 | 92 | "eslint-config-react": "^1.1.7", |
93 | 93 | "eslint-plugin-import": "^2.32.0", |
94 | 94 | "eslint-plugin-jsx-a11y": "^6.10.2", |
95 | 95 | "eslint-plugin-prefer-arrow": "^1.2.3", |
96 | 96 | "eslint-plugin-react": "^7.37.5", |
97 | 97 | "eslint-plugin-react-hooks": "^5.2.0", |
98 | | - "globals": "^16.3.0", |
| 98 | + "globals": "^16.5.0", |
99 | 99 | "husky": "^9.1.7", |
100 | | - "lint-staged": "^16.1.5", |
101 | | - "prettier": "^3.6.2", |
| 100 | + "lint-staged": "^16.2.7", |
| 101 | + "prettier": "^3.7.3", |
102 | 102 | "pretty-quick": "^4.2.2", |
103 | | - "sass": "^1.90.0", |
104 | | - "typescript": "^5.9.2", |
105 | | - "typescript-eslint": "^8.39.1", |
106 | | - "vite": "^7.1.5", |
107 | | - "vite-plugin-node-polyfills": "^0.22.0", |
108 | | - "vite-plugin-static-copy": "^3.1.2", |
109 | | - "vite-plugin-svgr": "^4.3.0", |
| 103 | + "sass": "^1.94.2", |
| 104 | + "typescript": "^5.9.3", |
| 105 | + "typescript-eslint": "^8.48.0", |
| 106 | + "vite": "^7.2.4", |
| 107 | + "vite-plugin-node-polyfills": "^0.24.0", |
| 108 | + "vite-plugin-static-copy": "^3.1.4", |
| 109 | + "vite-plugin-svgr": "^4.5.0", |
110 | 110 | "yarn-deduplicate": "^6.0.2" |
111 | 111 | } |
112 | 112 | } |
0 commit comments