|
33 | 33 | "dist": "npm run lint && npm run test"
|
34 | 34 | },
|
35 | 35 | "dependencies": {
|
36 |
| - "@rsdoctor/cli": "^0.4.1", |
37 |
| - "@rsdoctor/rspack-plugin": "^0.4.1", |
38 |
| - "@rspack/cli": "~1.0.2", |
39 |
| - "@rspack/core": "~1.0.2", |
| 36 | + "@rsdoctor/cli": "^0.4.6", |
| 37 | + "@rsdoctor/rspack-plugin": "^0.4.6", |
| 38 | + "@rspack/cli": "~1.0.10", |
| 39 | + "@rspack/core": "~1.0.10", |
40 | 40 | "@rspack/plugin-minify": "~0.7.5",
|
41 | 41 | "@rspack/plugin-react-refresh": "~1.0.0",
|
42 |
| - "@swc/core": "~1.7.23", |
| 42 | + "@swc/core": "~1.7.35", |
43 | 43 | "@swc/helpers": "~0.5.13",
|
44 | 44 | "@swc/jest": "~0.2.36",
|
45 | 45 | "@types/jest": "~27.4.1",
|
46 |
| - "@types/node": "^20.16.4", |
| 46 | + "@types/node": "^20.16.11", |
47 | 47 | "@typescript-eslint/eslint-plugin": "~7.18.0",
|
48 | 48 | "@typescript-eslint/parser": "~7.18.0",
|
49 | 49 | "dotenv": "^16.4.5",
|
|
55 | 55 | "eslint-config-prettier": "^9.1.0",
|
56 | 56 | "eslint-plugin-chai-friendly": "^1.0.1",
|
57 | 57 | "eslint-plugin-cypress": "^3.5.0",
|
58 |
| - "eslint-plugin-import": "^2.30.0", |
| 58 | + "eslint-plugin-import": "^2.31.0", |
59 | 59 | "eslint-plugin-jest": "^27.9.0",
|
60 | 60 | "eslint-plugin-jsx-a11y": "^6.10.0",
|
61 | 61 | "eslint-plugin-prettier": "^5.2.1",
|
62 |
| - "eslint-plugin-react": "^7.35.2", |
63 |
| - "eslint-plugin-react-compiler": "0.0.0-experimental-b8a7b48-20240830", |
| 62 | + "eslint-plugin-react": "^7.37.1", |
| 63 | + "eslint-plugin-react-compiler": "0.0.0-experimental-7c1344f-20241009", |
64 | 64 | "eslint-plugin-react-hooks": "^4.6.2",
|
65 | 65 | "eslint-plugin-unused-imports": "^4.1.4",
|
66 | 66 | "fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
72 | 72 | "jest": "^27.5.1",
|
73 | 73 | "jest-raw-loader": "~1.0.1",
|
74 | 74 | "jest-resolve": "^27.4.2",
|
75 |
| - "postcss": "^8.4.41", |
| 75 | + "postcss": "^8.4.47", |
76 | 76 | "postcss-flexbugs-fixes": "^5.0.2",
|
77 | 77 | "postcss-loader": "^8.1.1",
|
78 |
| - "postcss-normalize": "^10.0.1", |
79 |
| - "postcss-preset-env": "^10.0.2", |
| 78 | + "postcss-normalize": "^13.0.1", |
| 79 | + "postcss-preset-env": "^10.0.7", |
80 | 80 | "prettier": "^3.3.3",
|
81 | 81 | "react-dev-utils": "^12.0.1",
|
82 | 82 | "react-refresh": "^0.14.2",
|
83 | 83 | "resolve-url-loader": "^5.0.0",
|
84 | 84 | "rimraf": "~6.0.1",
|
85 | 85 | "rspack-plugin-dotenv": "^0.0.3",
|
86 |
| - "sass-embedded": "~1.78.0", |
87 |
| - "sass-loader": "^16.0.1", |
| 86 | + "sass-embedded": "~1.79.4", |
| 87 | + "sass-loader": "^16.0.2", |
88 | 88 | "shx": "~0.3.4",
|
89 |
| - "tailwindcss": "^3.4.10", |
| 89 | + "tailwindcss": "^3.4.13", |
90 | 90 | "ts-node": "^10.9.2",
|
91 | 91 | "tslib": "~2.7.0",
|
92 |
| - "typescript": "~5.5.4", |
| 92 | + "typescript": "~5.6.3", |
93 | 93 | "util": "^0.12.5",
|
94 |
| - "webpack": "^5.94.0", |
| 94 | + "webpack": "^5.95.0", |
95 | 95 | "yargs": "^17.7.2"
|
96 | 96 | },
|
97 | 97 | "devDependencies": {
|
|
100 | 100 | "jest-dev-server": "^6.2.0"
|
101 | 101 | },
|
102 | 102 | "peerDependencies": {
|
103 |
| - "@types/react": "^18.3.5", |
| 103 | + "@types/react": "^18.3.11", |
104 | 104 | "@types/react-dom": "^18.3.0",
|
105 | 105 | "react": "^18.3.1",
|
106 | 106 | "react-dom": "^18.3.1"
|
|
0 commit comments