|
36 | 36 | "@babel/eslint-parser": "7.28.0", |
37 | 37 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
38 | 38 | "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
39 | | - "@babel/plugin-transform-class-static-block": "^7.26.0", |
| 39 | + "@babel/plugin-transform-class-static-block": "^7.27.1", |
40 | 40 | "@babel/preset-env": "7.28.0", |
41 | | - "@babel/preset-react": "^7.23.3", |
42 | | - "@babel/preset-typescript": "^7.23.3", |
| 41 | + "@babel/preset-react": "^7.27.1", |
| 42 | + "@babel/preset-typescript": "^7.27.1", |
43 | 43 | "@nx/js": "21.3.11", |
44 | 44 | "@swc-node/register": "^1.10.10", |
45 | 45 | "@swc/core": "1.13.3", |
|
50 | 50 | "@types/estree": "1.0.8", |
51 | 51 | "@types/jest": "30.0.0", |
52 | 52 | "@types/lodash": "4.17.20", |
53 | | - "@types/node": "^22.15.3", |
| 53 | + "@types/node": "^22.17.1", |
54 | 54 | "@types/prettier": "^3.0.0", |
55 | | - "@types/react": "^18.2.58", |
56 | | - "@types/react-dom": "^18.2.19", |
57 | | - "@types/react-test-renderer": "^18.0.7", |
| 55 | + "@types/react": "^18.3.23", |
| 56 | + "@types/react-dom": "^18.3.7", |
| 57 | + "@types/react-test-renderer": "^18.3.1", |
58 | 58 | "@typescript-eslint/eslint-plugin": "8.39.1", |
59 | 59 | "@typescript-eslint/parser": "8.39.1", |
| 60 | + "ajv": "^8.17.1", |
60 | 61 | "babel-jest": "30.0.5", |
61 | 62 | "cross-env": "10.0.0", |
62 | 63 | "esbuild": "0.25.8", |
63 | | - "eslint": "^8.56.0", |
| 64 | + "eslint": "^8.57.1", |
64 | 65 | "eslint-config-prettier": "10.1.8", |
65 | 66 | "eslint-plugin-import": "2.32.0", |
66 | 67 | "eslint-plugin-jsx-a11y": "^6.10.2", |
|
75 | 76 | "move-file-cli": "^3.0.0", |
76 | 77 | "nx": "21.3.11", |
77 | 78 | "prettier": "3.6.2", |
78 | | - "react": "^18.2.0", |
79 | | - "react-dom": "^18.2.0", |
80 | | - "react-test-renderer": "^18.2.0", |
| 79 | + "react": "^18.3.1", |
| 80 | + "react-dom": "^18.3.1", |
| 81 | + "react-test-renderer": "^18.3.1", |
81 | 82 | "rimraf": "^6.0.1", |
82 | 83 | "rollup": "4.46.2", |
83 | 84 | "ts-jest": "29.4.1", |
84 | | - "tsc-alias": "^1.8.13", |
85 | | - "tslib": "^2.6.2", |
| 85 | + "tsc-alias": "^1.8.16", |
| 86 | + "tslib": "^2.8.1", |
86 | 87 | "tsx": "4.20.4", |
87 | 88 | "typescript": "5.9.2" |
88 | 89 | }, |
|
0 commit comments