|
13 | 13 | "bugs": { |
14 | 14 | "url": "https://github.com/ReactUnity/scripts/issues" |
15 | 15 | }, |
16 | | - "files": [ |
17 | | - "bin", |
18 | | - "config", |
19 | | - "lib", |
20 | | - "scripts", |
21 | | - "tsconfig.json" |
22 | | - ], |
| 16 | + "files": ["bin", "config", "lib", "scripts", "tsconfig.json"], |
23 | 17 | "bin": { |
24 | 18 | "react-unity-scripts": "./bin/react-unity-scripts.js" |
25 | 19 | }, |
26 | 20 | "types": "./lib/types/main.d.ts", |
27 | 21 | "typesVersions": { |
28 | 22 | "*": { |
29 | | - "main": [ |
30 | | - "./lib/types/main.d.ts" |
31 | | - ], |
32 | | - "editor": [ |
33 | | - "./lib/types/editor.d.ts" |
34 | | - ], |
35 | | - "tests": [ |
36 | | - "./lib/types/tests.d.ts" |
37 | | - ], |
38 | | - "ugui": [ |
39 | | - "./lib/types/ugui.d.ts" |
40 | | - ], |
41 | | - "uitoolkit": [ |
42 | | - "./lib/types/uitoolkit.d.ts" |
43 | | - ] |
| 23 | + "main": ["./lib/types/main.d.ts"], |
| 24 | + "editor": ["./lib/types/editor.d.ts"], |
| 25 | + "tests": ["./lib/types/tests.d.ts"], |
| 26 | + "ugui": ["./lib/types/ugui.d.ts"], |
| 27 | + "uitoolkit": ["./lib/types/uitoolkit.d.ts"] |
44 | 28 | } |
45 | 29 | }, |
46 | 30 | "tsconfig": "./tsconfig.json", |
47 | 31 | "dependencies": { |
48 | | - "@babel/core": "^7.24.5", |
49 | | - "@babel/eslint-parser": "^7.24.5", |
| 32 | + "@babel/core": "^7.27.4", |
| 33 | + "@babel/eslint-parser": "^7.27.5", |
50 | 34 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
51 | | - "@babel/preset-react": "^7.24.1", |
52 | | - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13", |
| 35 | + "@babel/preset-react": "^7.27.1", |
| 36 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.6.0", |
53 | 37 | "@svgr/webpack": "^8.1.0", |
54 | | - "@types/react": "^18.3.1", |
55 | | - "@types/webpack-env": "^1.18.4", |
56 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
57 | | - "@typescript-eslint/parser": "^7.8.0", |
58 | | - "babel-jest": "^29.7.0", |
59 | | - "babel-loader": "^9.1.3", |
| 38 | + "@types/react": "^19.1.8", |
| 39 | + "@types/webpack-env": "^1.18.8", |
| 40 | + "@typescript-eslint/eslint-plugin": "^8.35.0", |
| 41 | + "@typescript-eslint/parser": "^8.35.0", |
| 42 | + "babel-jest": "^30.0.2", |
| 43 | + "babel-loader": "^10.0.0", |
60 | 44 | "babel-plugin-named-asset-import": "^0.3.8", |
61 | | - "babel-preset-react-app": "^10.0.1", |
62 | | - "bfj": "^8.0.0", |
| 45 | + "babel-preset-react-app": "^10.1.0", |
| 46 | + "bfj": "^9.1.2", |
63 | 47 | "camelcase": "^8.0.0", |
64 | 48 | "case-sensitive-paths-webpack-plugin": "^2.4.0", |
65 | 49 | "confusing-browser-globals": "^1.0.11", |
66 | | - "css-loader": "^7.1.1", |
67 | | - "dotenv": "^16.4.5", |
68 | | - "dotenv-expand": "^11.0.6", |
69 | | - "eslint": "^8.57.0", |
70 | | - "eslint-plugin-import": "^2.29.1", |
71 | | - "eslint-plugin-jest": "^28.4.0", |
72 | | - "eslint-plugin-react": "^7.34.1", |
73 | | - "eslint-plugin-react-hooks": "^4.6.2", |
74 | | - "eslint-plugin-testing-library": "^6.2.2", |
75 | | - "eslint-webpack-plugin": "^4.1.0", |
| 50 | + "css-loader": "^7.1.2", |
| 51 | + "dotenv": "^16.5.0", |
| 52 | + "dotenv-expand": "^12.0.2", |
| 53 | + "eslint": "^9.29.0", |
| 54 | + "eslint-plugin-import": "^2.32.0", |
| 55 | + "eslint-plugin-jest": "^29.0.1", |
| 56 | + "eslint-plugin-react": "^7.37.5", |
| 57 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 58 | + "eslint-plugin-testing-library": "^7.5.3", |
| 59 | + "eslint-webpack-plugin": "^5.0.2", |
76 | 60 | "file-loader": "^6.2.0", |
77 | | - "fork-ts-checker-webpack-plugin": "^9.0.2", |
78 | | - "fs-extra": "^11.2.0", |
| 61 | + "fork-ts-checker-webpack-plugin": "^9.1.0", |
| 62 | + "fs-extra": "^11.3.0", |
79 | 63 | "identity-obj-proxy": "^3.0.0", |
80 | | - "jest": "^29.7.0", |
81 | | - "jest-resolve": "^29.7.0", |
82 | | - "jest-watch-typeahead": "^2.2.2", |
83 | | - "mini-css-extract-plugin": "^2.9.0", |
| 64 | + "jest": "^30.0.3", |
| 65 | + "jest-resolve": "^30.0.2", |
| 66 | + "jest-watch-typeahead": "^3.0.1", |
| 67 | + "mini-css-extract-plugin": "^2.9.2", |
84 | 68 | "null-loader": "^4.0.1", |
85 | | - "postcss": "^8.4.38", |
| 69 | + "postcss": "^8.5.6", |
86 | 70 | "postcss-loader": "^8.1.1", |
87 | 71 | "prompts": "^2.4.2", |
88 | 72 | "raw-loader": "^4.0.2", |
89 | 73 | "react-app-polyfill": "^3.0.0", |
90 | 74 | "react-dev-utils": "^12.0.1", |
91 | | - "react-refresh": "^0.14.2", |
92 | | - "resolve": "^1.22.8", |
| 75 | + "react-refresh": "^0.17.0", |
| 76 | + "resolve": "^1.22.10", |
93 | 77 | "resolve-url-loader": "^5.0.0", |
94 | | - "sass": "^1.76.0", |
95 | | - "sass-loader": "^14.2.1", |
96 | | - "semver": "^7.6.0", |
| 78 | + "sass": "^1.89.2", |
| 79 | + "sass-loader": "^16.0.5", |
| 80 | + "semver": "^7.7.2", |
97 | 81 | "source-map-loader": "^5.0.0", |
98 | 82 | "style-loader": "^4.0.0", |
99 | | - "tailwindcss": "^3.4.3", |
100 | | - "terser-webpack-plugin": "^5.3.10", |
| 83 | + "tailwindcss": "^4.1.10", |
| 84 | + "terser-webpack-plugin": "^5.3.14", |
101 | 85 | "url-loader": "^4.1.1", |
102 | | - "webpack": "^5.91.0", |
103 | | - "webpack-dev-server": "^5.0.4", |
104 | | - "webpack-manifest-plugin": "^5.0.0" |
| 86 | + "webpack": "^5.99.9", |
| 87 | + "webpack-dev-server": "^5.2.2", |
| 88 | + "webpack-manifest-plugin": "^5.0.1" |
105 | 89 | }, |
106 | 90 | "devDependencies": { |
107 | | - "typescript": "^5.4.5" |
| 91 | + "typescript": "^5.8.3" |
108 | 92 | }, |
109 | 93 | "optionalDependencies": { |
110 | 94 | "fsevents": "^2.3.3" |
111 | 95 | }, |
112 | 96 | "peerDependencies": { |
113 | 97 | "@reactunity/previewer": "*", |
114 | 98 | "@reactunity/renderer": "^0.19.0", |
115 | | - "react": "^18.0.0", |
| 99 | + "react": "^19.0.0", |
116 | 100 | "typescript": ">=5" |
117 | 101 | }, |
118 | 102 | "peerDependenciesMeta": { |
|
0 commit comments