|
24 | 24 | "visyn": "./bin/visyn_scripts.js", |
25 | 25 | "visyn_scripts": "./bin/visyn_scripts.js" |
26 | 26 | }, |
| 27 | + "engines": { |
| 28 | + "node": ">=24" |
| 29 | + }, |
27 | 30 | "scripts": { |
28 | 31 | "lint": "eslint bin/**/*.js config/**/*.js tests/**/*.js", |
29 | 32 | "lint:fix": "eslint --fix bin/**/*.js config/**/*.js tests/**/*.js", |
|
34 | 37 | }, |
35 | 38 | "dependencies": { |
36 | 39 | "@kesills/eslint-config-airbnb-typescript": "^20.0.0", |
37 | | - "@rsbuild/core": "1.2.0", |
38 | | - "@rsbuild/plugin-node-polyfill": "^1.4.0", |
39 | | - "@rsbuild/plugin-react": "^1.1.0", |
40 | | - "@rsbuild/plugin-sass": "^1.2.0", |
41 | | - "@rsdoctor/cli": "^0.4.13", |
42 | | - "@rsdoctor/rspack-plugin": "^0.4.13", |
43 | | - "@rspack/cli": "~1.2.0", |
44 | | - "@rspack/core": "~1.2.0", |
| 40 | + "@rsbuild/core": "1.5.13", |
| 41 | + "@rsbuild/plugin-node-polyfill": "^1.4.2", |
| 42 | + "@rsbuild/plugin-react": "^1.4.1", |
| 43 | + "@rsbuild/plugin-sass": "^1.4.0", |
| 44 | + "@rsdoctor/cli": "^1.3.1", |
| 45 | + "@rsdoctor/rspack-plugin": "^1.3.1", |
| 46 | + "@rspack/cli": "~1.5.8", |
| 47 | + "@rspack/core": "~1.5.8", |
45 | 48 | "@rspack/plugin-minify": "~0.7.5", |
46 | | - "@rspack/plugin-react-refresh": "~1.0.1", |
47 | | - "@stylistic/eslint-plugin": "^2.13.0", |
48 | | - "@swc/core": "~1.10.9", |
49 | | - "@swc/helpers": "~0.5.15", |
| 49 | + "@rspack/plugin-react-refresh": "~1.5.1", |
| 50 | + "@stylistic/eslint-plugin": "^5.4.0", |
| 51 | + "@swc/core": "~1.13.5", |
| 52 | + "@swc/helpers": "~0.5.17", |
50 | 53 | "@swc/jest": "~0.2.37", |
51 | 54 | "@types/jest": "~27.4.1", |
52 | | - "@types/node": "^20.17.14", |
| 55 | + "@types/node": "^24.6.2", |
53 | 56 | "@typescript-eslint/eslint-plugin": "^8.21.0", |
54 | | - "@typescript-eslint/parser": "~8.21.0", |
55 | | - "dotenv": "^16.4.7", |
| 57 | + "@typescript-eslint/parser": "~8.45.0", |
| 58 | + "dotenv": "^17.2.3", |
56 | 59 | "dotenv-expand": "^12.0.1", |
57 | 60 | "dotenv-webpack": "^8.1.0", |
58 | 61 | "eslint": "^8.57.1", |
|
66 | 69 | "eslint-plugin-playwright": "^2.1.0", |
67 | 70 | "eslint-plugin-prettier": "^5.2.3", |
68 | 71 | "eslint-plugin-react": "^7.37.4", |
69 | | - "eslint-plugin-react-compiler": "0.0.0-experimental-decd7b8-20250118", |
70 | | - "eslint-plugin-react-hooks": "^5.1.0", |
| 72 | + "eslint-plugin-react-compiler": "19.1.0-rc.2", |
| 73 | + "eslint-plugin-react-hooks": "^6.1.1", |
71 | 74 | "eslint-plugin-unused-imports": "^4.1.4", |
72 | 75 | "fs-extra": "^11.3.0", |
73 | | - "glob": "^10.0.0", |
| 76 | + "glob": "^11.0.3", |
74 | 77 | "html-loader": "~5.1.0", |
75 | 78 | "html-webpack-plugin": "^5.6.3", |
76 | 79 | "identity-obj-proxy": "^3.0.0", |
|
84 | 87 | "postcss-preset-env": "^10.1.3", |
85 | 88 | "prettier": "^3.4.2", |
86 | 89 | "react-dev-utils": "^12.0.1", |
87 | | - "react-refresh": "^0.16.0", |
| 90 | + "react-refresh": "^0.18.0", |
88 | 91 | "resolve-url-loader": "^5.0.0", |
89 | 92 | "rimraf": "~6.0.1", |
90 | 93 | "sass-loader": "^16.0.4", |
91 | | - "shx": "~0.3.4", |
| 94 | + "shx": "~0.4.0", |
92 | 95 | "tailwindcss": "^3.4.17", |
93 | 96 | "ts-checker-rspack-plugin": "^1.1.1", |
94 | 97 | "ts-node": "^10.9.2", |
95 | 98 | "tslib": "~2.8.1", |
96 | | - "typescript": "~5.7.3", |
| 99 | + "typescript": "~5.9.3", |
97 | 100 | "util": "^0.12.5", |
98 | 101 | "webpack": "^5.97.1", |
99 | 102 | "yargs": "^17.7.2" |
|
103 | 106 | "http-server": "^14.1.1", |
104 | 107 | "jest-dev-server": "^6.2.0", |
105 | 108 | "storybook": "^8.5.0", |
106 | | - "storybook-react-rsbuild": "^0.1.8" |
| 109 | + "storybook-react-rsbuild": "^1.0.3" |
107 | 110 | }, |
108 | 111 | "peerDependencies": { |
109 | | - "@types/react": "^18.3.18", |
110 | | - "@types/react-dom": "^18.3.5", |
111 | | - "react": "^18.3.1", |
112 | | - "react-dom": "^18.3.1" |
| 112 | + "@types/react": "^18 || ~19.2.0", |
| 113 | + "@types/react-dom": "^18 || ~19.2.0", |
| 114 | + "react": "^18 || ~19.2.0", |
| 115 | + "react-dom": "^18 || ~19.2.0" |
113 | 116 | }, |
114 | 117 | "jest": { |
115 | 118 | "testPathIgnorePatterns": [ |
116 | 119 | "/node_modules/|/bin/|/tests_fixtures/" |
117 | 120 | ] |
118 | 121 | }, |
119 | | - "packageManager": "yarn@4.6.0" |
| 122 | + "packageManager": "yarn@4.10.3" |
120 | 123 | } |
0 commit comments