Commit c2857f1e98c60102b6ce839eb78fb8928bd3b366
1 parent
82d19b75
🐹 feat(*): 更新组件
Showing
4 changed files
with
200 additions
and
222 deletions
modern.config.ts
@@ -28,14 +28,6 @@ export default defineConfig({ | @@ -28,14 +28,6 @@ export default defineConfig({ | ||
28 | 'process.env.MODERN_APP_ID': process.env.MODERN_APP_ID, | 28 | 'process.env.MODERN_APP_ID': process.env.MODERN_APP_ID, |
29 | 'process.env.MODERN_CALKEY': process.env.MODERN_CALKEY, | 29 | 'process.env.MODERN_CALKEY': process.env.MODERN_CALKEY, |
30 | }, | 30 | }, |
31 | - transformImport: [ | ||
32 | - { | ||
33 | - libraryName: '@nutui/nutui-react', | ||
34 | - libraryDirectory: 'dist/esm', | ||
35 | - style: 'css', | ||
36 | - camelToDashComponentName: false, | ||
37 | - }, | ||
38 | - ], | ||
39 | }, | 31 | }, |
40 | tools: { | 32 | tools: { |
41 | rspack: config => { | 33 | rspack: config => { |
package.json
@@ -23,13 +23,13 @@ | @@ -23,13 +23,13 @@ | ||
23 | "dist/" | 23 | "dist/" |
24 | ], | 24 | ], |
25 | "dependencies": { | 25 | "dependencies": { |
26 | - "@feewee/h5app-common": "^0.1.12", | 26 | + "@feewee/h5app-common": "^0.1.15", |
27 | "@modern-js/runtime": "~2.49.2", | 27 | "@modern-js/runtime": "~2.49.2", |
28 | "ahooks": "^3.7.11", | 28 | "ahooks": "^3.7.11", |
29 | "clsx": "^2.1.1", | 29 | "clsx": "^2.1.1", |
30 | "dayjs": "^1.11.10", | 30 | "dayjs": "^1.11.10", |
31 | - "react": "^18.3.0", | ||
32 | - "react-dom": "^18.3.0", | 31 | + "react": "^18.3.1", |
32 | + "react-dom": "^18.3.1", | ||
33 | "use-immer": "^0.9.0" | 33 | "use-immer": "^0.9.0" |
34 | }, | 34 | }, |
35 | "devDependencies": { | 35 | "devDependencies": { |
@@ -37,11 +37,11 @@ | @@ -37,11 +37,11 @@ | ||
37 | "@modern-js-app/eslint-config": "~2.49.2", | 37 | "@modern-js-app/eslint-config": "~2.49.2", |
38 | "@modern-js/app-tools": "~2.49.2", | 38 | "@modern-js/app-tools": "~2.49.2", |
39 | "@modern-js/eslint-config": "~2.49.2", | 39 | "@modern-js/eslint-config": "~2.49.2", |
40 | - "@modern-js/plugin-tailwindcss": "~2.49.0", | 40 | + "@modern-js/plugin-tailwindcss": "~2.49.2", |
41 | "@modern-js/tsconfig": "~2.49.2", | 41 | "@modern-js/tsconfig": "~2.49.2", |
42 | "@types/jest": "^29.5.12", | 42 | "@types/jest": "^29.5.12", |
43 | "@types/node": "^18.19.31", | 43 | "@types/node": "^18.19.31", |
44 | - "@types/react": "^18.3.0", | 44 | + "@types/react": "^18.3.1", |
45 | "@types/react-dom": "^18.3.0", | 45 | "@types/react-dom": "^18.3.0", |
46 | "cross-env": "^7.0.3", | 46 | "cross-env": "^7.0.3", |
47 | "eslint": "^8.57.0", | 47 | "eslint": "^8.57.0", |
pnpm-lock.yaml
@@ -9,14 +9,14 @@ importers: | @@ -9,14 +9,14 @@ importers: | ||
9 | .: | 9 | .: |
10 | dependencies: | 10 | dependencies: |
11 | '@feewee/h5app-common': | 11 | '@feewee/h5app-common': |
12 | - specifier: ^0.1.12 | ||
13 | - version: 0.1.12(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 12 | + specifier: ^0.1.15 |
13 | + version: 0.1.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | ||
14 | '@modern-js/runtime': | 14 | '@modern-js/runtime': |
15 | specifier: ~2.49.2 | 15 | specifier: ~2.49.2 |
16 | - version: 2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(webpack@5.91.0(esbuild@0.17.19)) | 16 | + version: 2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.91.0(esbuild@0.17.19)) |
17 | ahooks: | 17 | ahooks: |
18 | specifier: ^3.7.11 | 18 | specifier: ^3.7.11 |
19 | - version: 3.7.11(react@18.3.0) | 19 | + version: 3.7.11(react@18.3.1) |
20 | clsx: | 20 | clsx: |
21 | specifier: ^2.1.1 | 21 | specifier: ^2.1.1 |
22 | version: 2.1.1 | 22 | version: 2.1.1 |
@@ -24,14 +24,14 @@ importers: | @@ -24,14 +24,14 @@ importers: | ||
24 | specifier: ^1.11.10 | 24 | specifier: ^1.11.10 |
25 | version: 1.11.10 | 25 | version: 1.11.10 |
26 | react: | 26 | react: |
27 | - specifier: ^18.3.0 | ||
28 | - version: 18.3.0 | 27 | + specifier: ^18.3.1 |
28 | + version: 18.3.1 | ||
29 | react-dom: | 29 | react-dom: |
30 | - specifier: ^18.3.0 | ||
31 | - version: 18.3.0(react@18.3.0) | 30 | + specifier: ^18.3.1 |
31 | + version: 18.3.1(react@18.3.1) | ||
32 | use-immer: | 32 | use-immer: |
33 | specifier: ^0.9.0 | 33 | specifier: ^0.9.0 |
34 | - version: 0.9.0(immer@9.0.21)(react@18.3.0) | 34 | + version: 0.9.0(immer@9.0.21)(react@18.3.1) |
35 | devDependencies: | 35 | devDependencies: |
36 | '@feewee/fabric': | 36 | '@feewee/fabric': |
37 | specifier: ^1.1.8 | 37 | specifier: ^1.1.8 |
@@ -41,13 +41,13 @@ importers: | @@ -41,13 +41,13 @@ importers: | ||
41 | version: 2.49.2(typescript@5.4.5) | 41 | version: 2.49.2(typescript@5.4.5) |
42 | '@modern-js/app-tools': | 42 | '@modern-js/app-tools': |
43 | specifier: ~2.49.2 | 43 | specifier: ~2.49.2 |
44 | - version: 2.49.2(@rspack/core@0.6.3(@swc/helpers@0.5.3))(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5) | 44 | + version: 2.49.2(@rspack/core@0.6.3(@swc/helpers@0.5.3))(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5) |
45 | '@modern-js/eslint-config': | 45 | '@modern-js/eslint-config': |
46 | specifier: ~2.49.2 | 46 | specifier: ~2.49.2 |
47 | version: 2.49.2(typescript@5.4.5) | 47 | version: 2.49.2(typescript@5.4.5) |
48 | '@modern-js/plugin-tailwindcss': | 48 | '@modern-js/plugin-tailwindcss': |
49 | - specifier: ~2.49.0 | ||
50 | - version: 2.49.0(@modern-js/runtime@2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(webpack@5.91.0(esbuild@0.17.19)))(tailwindcss@3.4.3) | 49 | + specifier: ~2.49.2 |
50 | + version: 2.49.2(@modern-js/runtime@2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.91.0(esbuild@0.17.19)))(tailwindcss@3.4.3) | ||
51 | '@modern-js/tsconfig': | 51 | '@modern-js/tsconfig': |
52 | specifier: ~2.49.2 | 52 | specifier: ~2.49.2 |
53 | version: 2.49.2 | 53 | version: 2.49.2 |
@@ -58,8 +58,8 @@ importers: | @@ -58,8 +58,8 @@ importers: | ||
58 | specifier: ^18.19.31 | 58 | specifier: ^18.19.31 |
59 | version: 18.19.31 | 59 | version: 18.19.31 |
60 | '@types/react': | 60 | '@types/react': |
61 | - specifier: ^18.3.0 | ||
62 | - version: 18.3.0 | 61 | + specifier: ^18.3.1 |
62 | + version: 18.3.1 | ||
63 | '@types/react-dom': | 63 | '@types/react-dom': |
64 | specifier: ^18.3.0 | 64 | specifier: ^18.3.0 |
65 | version: 18.3.0 | 65 | version: 18.3.0 |
@@ -90,10 +90,6 @@ importers: | @@ -90,10 +90,6 @@ importers: | ||
90 | 90 | ||
91 | packages: | 91 | packages: |
92 | 92 | ||
93 | - '@aashutoshrathi/word-wrap@1.2.6': | ||
94 | - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} | ||
95 | - engines: {node: '>=0.10.0'} | ||
96 | - | ||
97 | '@alloc/quick-lru@5.2.0': | 93 | '@alloc/quick-lru@5.2.0': |
98 | resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} | 94 | resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} |
99 | engines: {node: '>=10'} | 95 | engines: {node: '>=10'} |
@@ -1003,8 +999,8 @@ packages: | @@ -1003,8 +999,8 @@ packages: | ||
1003 | engines: {node: '>=14', npm: '>=6'} | 999 | engines: {node: '>=14', npm: '>=6'} |
1004 | hasBin: true | 1000 | hasBin: true |
1005 | 1001 | ||
1006 | - '@feewee/h5app-common@0.1.12': | ||
1007 | - resolution: {integrity: sha512-n24hfhJuwE0WgO6DAjFGT8Pm96PkENqWVI98tlI5sWpBGWbr3K32Wvhc9215PJRa2Yz7Z6jQRssPRkrdF+IjVg==} | 1002 | + '@feewee/h5app-common@0.1.15': |
1003 | + resolution: {integrity: sha512-7KOsNX2R0NKk/8JmxJ7UkkHu2F9Bu36pGwnQoVfD6s27lHNdYl5kC6jUaUsFUsPY4JkjL9oEEbFerrJJo6Ol7Q==} | ||
1008 | engines: {node: '>=18', npm: '>=6.9.0'} | 1004 | engines: {node: '>=18', npm: '>=6.9.0'} |
1009 | peerDependencies: | 1005 | peerDependencies: |
1010 | react: '>=18' | 1006 | react: '>=18' |
@@ -1141,9 +1137,6 @@ packages: | @@ -1141,9 +1137,6 @@ packages: | ||
1141 | '@modern-js/eslint-config@2.49.2': | 1137 | '@modern-js/eslint-config@2.49.2': |
1142 | resolution: {integrity: sha512-PxAsmzB5B0RwYgn7oubsXMnUV3/ANjJR+lQMqtve4KsPK1a5t83QeOWWx9e6UTsNIc1UJ9K3bEYDkaYVKcTkDA==} | 1138 | resolution: {integrity: sha512-PxAsmzB5B0RwYgn7oubsXMnUV3/ANjJR+lQMqtve4KsPK1a5t83QeOWWx9e6UTsNIc1UJ9K3bEYDkaYVKcTkDA==} |
1143 | 1139 | ||
1144 | - '@modern-js/node-bundle-require@2.49.0': | ||
1145 | - resolution: {integrity: sha512-LV1IUugNgC2HtRouvifADFXR2nN5xNbkvzFQG/btCzE5PSS2GoRtn9v7bgch3er6DBGhU3bFLbMHGQDwsj+iAA==} | ||
1146 | - | ||
1147 | '@modern-js/node-bundle-require@2.49.2': | 1140 | '@modern-js/node-bundle-require@2.49.2': |
1148 | resolution: {integrity: sha512-A9TPrJuScpL51iUvxvrBky3UQb0Fe9I0ef1sxpOd3MwqYh8Z9W2Ahj5GxS3By/RkYYigG17J4IARaLAjl7QxRA==} | 1141 | resolution: {integrity: sha512-A9TPrJuScpL51iUvxvrBky3UQb0Fe9I0ef1sxpOd3MwqYh8Z9W2Ahj5GxS3By/RkYYigG17J4IARaLAjl7QxRA==} |
1149 | 1142 | ||
@@ -1164,10 +1157,10 @@ packages: | @@ -1164,10 +1157,10 @@ packages: | ||
1164 | eslint: | 1157 | eslint: |
1165 | optional: true | 1158 | optional: true |
1166 | 1159 | ||
1167 | - '@modern-js/plugin-tailwindcss@2.49.0': | ||
1168 | - resolution: {integrity: sha512-1a/HWHSQijwJMFusjkE/PdMssdCJgilfTjgUW8gelhB3wouSSqAw5lyjiNne9WeGrrVy+fYItcZ998nO9TB60w==} | 1160 | + '@modern-js/plugin-tailwindcss@2.49.2': |
1161 | + resolution: {integrity: sha512-XkfocKw5VrbsoCRdFhf3V37kfXJKBYoC2+0ivgIUs9l3Hrz4+N8yI6IkPiXinFLNXvbOsg9nhmY+VbR12Ev4ag==} | ||
1169 | peerDependencies: | 1162 | peerDependencies: |
1170 | - '@modern-js/runtime': ^2.49.0 | 1163 | + '@modern-js/runtime': ^2.49.2 |
1171 | tailwindcss: '>= 2.0.0 || >= 3.0.0' | 1164 | tailwindcss: '>= 2.0.0 || >= 3.0.0' |
1172 | peerDependenciesMeta: | 1165 | peerDependenciesMeta: |
1173 | '@modern-js/runtime': | 1166 | '@modern-js/runtime': |
@@ -1231,9 +1224,6 @@ packages: | @@ -1231,9 +1224,6 @@ packages: | ||
1231 | '@modern-js/uni-builder@2.49.2': | 1224 | '@modern-js/uni-builder@2.49.2': |
1232 | resolution: {integrity: sha512-xH36XHoFyzPvJZqlxyMWgFn10aw0CIJ/d3KCYAGiy4NyvKLLSbRYf3e/YbIOIUwGMebiwgokMni9avR+glHFFQ==} | 1225 | resolution: {integrity: sha512-xH36XHoFyzPvJZqlxyMWgFn10aw0CIJ/d3KCYAGiy4NyvKLLSbRYf3e/YbIOIUwGMebiwgokMni9avR+glHFFQ==} |
1233 | 1226 | ||
1234 | - '@modern-js/utils@2.49.0': | ||
1235 | - resolution: {integrity: sha512-WatsnUK7mp8PwkQKjApfoKTGJSzN66GKPJ9CujKrL8sJDSPHAWDKoDgmXvVZ09OWs7Vgcf8lq4bHL1NQ75Bh1g==} | ||
1236 | - | ||
1237 | '@modern-js/utils@2.49.2': | 1227 | '@modern-js/utils@2.49.2': |
1238 | resolution: {integrity: sha512-Xm4Zg17bbKWT23I0FEJ7sED2w8CMzTMvydaYsl5IUDoHTqo4iOOVm1Q+o+iYNBICclLZD9UuNCou7xpBOSPNoQ==} | 1228 | resolution: {integrity: sha512-Xm4Zg17bbKWT23I0FEJ7sED2w8CMzTMvydaYsl5IUDoHTqo4iOOVm1Q+o+iYNBICclLZD9UuNCou7xpBOSPNoQ==} |
1239 | 1229 | ||
@@ -1267,8 +1257,8 @@ packages: | @@ -1267,8 +1257,8 @@ packages: | ||
1267 | '@nutui/icons-react@1.0.4': | 1257 | '@nutui/icons-react@1.0.4': |
1268 | resolution: {integrity: sha512-nLFYpJvMBkKzT+PpfMaYoO6vJXMTM0yxAragTkEHt9HAFNjdTdvByCSRfUazHHdLdr1AJxS9h62VB1+jmBEtWA==} | 1258 | resolution: {integrity: sha512-nLFYpJvMBkKzT+PpfMaYoO6vJXMTM0yxAragTkEHt9HAFNjdTdvByCSRfUazHHdLdr1AJxS9h62VB1+jmBEtWA==} |
1269 | 1259 | ||
1270 | - '@nutui/nutui-react@2.6.1': | ||
1271 | - resolution: {integrity: sha512-Eao/Kd7kbI+4sTL7UN3YmhRxQQazN+pDYMzxzG32r7X9SNs48wzbtVG7dCngOM3UKn+WV3vFvHsPJbYVYyZAfA==} | 1260 | + '@nutui/nutui-react@2.6.2': |
1261 | + resolution: {integrity: sha512-NlkcE3LLiwIAB0s+NBdsaAjC2yEQOQZphu+S/MlsaVZ777w1wP/pRy10egh+yTRQ0VhY8jrDlQ0wNZ4b8Fdd/A==} | ||
1272 | peerDependencies: | 1262 | peerDependencies: |
1273 | react: ^16.8.0 || ^17.0.0 || ^18.0.0 | 1263 | react: ^16.8.0 || ^17.0.0 || ^18.0.0 |
1274 | 1264 | ||
@@ -1656,8 +1646,8 @@ packages: | @@ -1656,8 +1646,8 @@ packages: | ||
1656 | '@types/react-helmet@6.1.11': | 1646 | '@types/react-helmet@6.1.11': |
1657 | resolution: {integrity: sha512-0QcdGLddTERotCXo3VFlUSWO3ztraw8nZ6e3zJSgG7apwV5xt+pJUS8ewPBqT4NYB1optGLprNQzFleIY84u/g==} | 1647 | resolution: {integrity: sha512-0QcdGLddTERotCXo3VFlUSWO3ztraw8nZ6e3zJSgG7apwV5xt+pJUS8ewPBqT4NYB1optGLprNQzFleIY84u/g==} |
1658 | 1648 | ||
1659 | - '@types/react@18.3.0': | ||
1660 | - resolution: {integrity: sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==} | 1649 | + '@types/react@18.3.1': |
1650 | + resolution: {integrity: sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==} | ||
1661 | 1651 | ||
1662 | '@types/semver@7.5.8': | 1652 | '@types/semver@7.5.8': |
1663 | resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} | 1653 | resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} |
@@ -2169,8 +2159,8 @@ packages: | @@ -2169,8 +2159,8 @@ packages: | ||
2169 | caniuse-api@3.0.0: | 2159 | caniuse-api@3.0.0: |
2170 | resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} | 2160 | resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} |
2171 | 2161 | ||
2172 | - caniuse-lite@1.0.30001612: | ||
2173 | - resolution: {integrity: sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==} | 2162 | + caniuse-lite@1.0.30001613: |
2163 | + resolution: {integrity: sha512-BNjJULJfOONQERivfxte7alLfeLW4QnwHvNW4wEcLEbXfV6VSCYvr+REbf2Sojv8tC1THpjPXBxWgDbq4NtLWg==} | ||
2174 | 2164 | ||
2175 | chalk@2.4.2: | 2165 | chalk@2.4.2: |
2176 | resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} | 2166 | resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} |
@@ -2577,8 +2567,8 @@ packages: | @@ -2577,8 +2567,8 @@ packages: | ||
2577 | eastasianwidth@0.2.0: | 2567 | eastasianwidth@0.2.0: |
2578 | resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} | 2568 | resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} |
2579 | 2569 | ||
2580 | - electron-to-chromium@1.4.749: | ||
2581 | - resolution: {integrity: sha512-LRMMrM9ITOvue0PoBrvNIraVmuDbJV5QC9ierz/z5VilMdPOVMjOtpICNld3PuXuTZ3CHH/UPxX9gHhAPwi+0Q==} | 2570 | + electron-to-chromium@1.4.750: |
2571 | + resolution: {integrity: sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==} | ||
2582 | 2572 | ||
2583 | elliptic@6.5.5: | 2573 | elliptic@6.5.5: |
2584 | resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} | 2574 | resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} |
@@ -2636,8 +2626,8 @@ packages: | @@ -2636,8 +2626,8 @@ packages: | ||
2636 | resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} | 2626 | resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} |
2637 | engines: {node: '>= 0.4'} | 2627 | engines: {node: '>= 0.4'} |
2638 | 2628 | ||
2639 | - es-module-lexer@1.5.0: | ||
2640 | - resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} | 2629 | + es-module-lexer@1.5.2: |
2630 | + resolution: {integrity: sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==} | ||
2641 | 2631 | ||
2642 | es-object-atoms@1.0.0: | 2632 | es-object-atoms@1.0.0: |
2643 | resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} | 2633 | resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} |
@@ -2777,8 +2767,8 @@ packages: | @@ -2777,8 +2767,8 @@ packages: | ||
2777 | peerDependencies: | 2767 | peerDependencies: |
2778 | eslint: ^7.0.0 || ^8.0.0 | 2768 | eslint: ^7.0.0 || ^8.0.0 |
2779 | 2769 | ||
2780 | - eslint-plugin-react-hooks@4.6.1: | ||
2781 | - resolution: {integrity: sha512-Ck77j8hF7l9N4S/rzSLOWEKpn994YH6iwUK8fr9mXIaQvGpQYmOnQLbiue1u5kI5T1y+gdgqosnEAO9NCz0DBg==} | 2770 | + eslint-plugin-react-hooks@4.6.2: |
2771 | + resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} | ||
2782 | engines: {node: '>=10'} | 2772 | engines: {node: '>=10'} |
2783 | peerDependencies: | 2773 | peerDependencies: |
2784 | eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 | 2774 | eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 |
@@ -3957,8 +3947,8 @@ packages: | @@ -3957,8 +3947,8 @@ packages: | ||
3957 | resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} | 3947 | resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} |
3958 | engines: {node: '>=12'} | 3948 | engines: {node: '>=12'} |
3959 | 3949 | ||
3960 | - optionator@0.9.3: | ||
3961 | - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} | 3950 | + optionator@0.9.4: |
3951 | + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} | ||
3962 | engines: {node: '>= 0.8.0'} | 3952 | engines: {node: '>= 0.8.0'} |
3963 | 3953 | ||
3964 | os-browserify@0.3.0: | 3954 | os-browserify@0.3.0: |
@@ -4513,10 +4503,10 @@ packages: | @@ -4513,10 +4503,10 @@ packages: | ||
4513 | randomfill@1.0.4: | 4503 | randomfill@1.0.4: |
4514 | resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} | 4504 | resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} |
4515 | 4505 | ||
4516 | - react-dom@18.3.0: | ||
4517 | - resolution: {integrity: sha512-zaKdLBftQJnvb7FtDIpZtsAIb2MZU087RM8bRDZU8LVCCFYjPTsDZJNFUWPcVz3HFSN1n/caxi0ca4B/aaVQGQ==} | 4506 | + react-dom@18.3.1: |
4507 | + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} | ||
4518 | peerDependencies: | 4508 | peerDependencies: |
4519 | - react: ^18.3.0 | 4509 | + react: ^18.3.1 |
4520 | 4510 | ||
4521 | react-fast-compare@3.2.2: | 4511 | react-fast-compare@3.2.2: |
4522 | resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} | 4512 | resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} |
@@ -4529,11 +4519,11 @@ packages: | @@ -4529,11 +4519,11 @@ packages: | ||
4529 | react-is@16.13.1: | 4519 | react-is@16.13.1: |
4530 | resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} | 4520 | resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} |
4531 | 4521 | ||
4532 | - react-is@18.3.0: | ||
4533 | - resolution: {integrity: sha512-wRiUsea88TjKDc4FBEn+sLvIDesp6brMbGWnJGjew2waAc9evdhja/2LvePc898HJbHw0L+MTWy7NhpnELAvLQ==} | 4522 | + react-is@18.3.1: |
4523 | + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} | ||
4534 | 4524 | ||
4535 | - react-refresh@0.14.1: | ||
4536 | - resolution: {integrity: sha512-iZiRCtNGY3QYP3pYOSSBOvQmBpQTcJccr/VcK2blpJrpPTUDjeN51mxm5nsrkCzBwsbGUj+TN9q2oPz5E13FLg==} | 4525 | + react-refresh@0.14.2: |
4526 | + resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} | ||
4537 | engines: {node: '>=0.10.0'} | 4527 | engines: {node: '>=0.10.0'} |
4538 | 4528 | ||
4539 | react-router-dom@6.22.0: | 4529 | react-router-dom@6.22.0: |
@@ -4560,8 +4550,8 @@ packages: | @@ -4560,8 +4550,8 @@ packages: | ||
4560 | react: '>=16.6.0' | 4550 | react: '>=16.6.0' |
4561 | react-dom: '>=16.6.0' | 4551 | react-dom: '>=16.6.0' |
4562 | 4552 | ||
4563 | - react@18.3.0: | ||
4564 | - resolution: {integrity: sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==} | 4553 | + react@18.3.1: |
4554 | + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} | ||
4565 | engines: {node: '>=0.10.0'} | 4555 | engines: {node: '>=0.10.0'} |
4566 | 4556 | ||
4567 | read-cache@1.0.0: | 4557 | read-cache@1.0.0: |
@@ -4733,8 +4723,8 @@ packages: | @@ -4733,8 +4723,8 @@ packages: | ||
4733 | safe-regex@2.1.1: | 4723 | safe-regex@2.1.1: |
4734 | resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} | 4724 | resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} |
4735 | 4725 | ||
4736 | - scheduler@0.23.1: | ||
4737 | - resolution: {integrity: sha512-5GKS5JGfiah1O38Vfa9srZE4s3wdHbwjlCrvIookrg2FO9aIwKLOJXuJQFlEfNcVSOXuaL2hzDeY20uVXcUtrw==} | 4726 | + scheduler@0.23.2: |
4727 | + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} | ||
4738 | 4728 | ||
4739 | schema-utils@3.3.0: | 4729 | schema-utils@3.3.0: |
4740 | resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} | 4730 | resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} |
@@ -5318,6 +5308,10 @@ packages: | @@ -5318,6 +5308,10 @@ packages: | ||
5318 | resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} | 5308 | resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} |
5319 | engines: {node: '>= 10.0.0'} | 5309 | engines: {node: '>= 10.0.0'} |
5320 | 5310 | ||
5311 | + word-wrap@1.2.5: | ||
5312 | + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} | ||
5313 | + engines: {node: '>=0.10.0'} | ||
5314 | + | ||
5321 | wrap-ansi@7.0.0: | 5315 | wrap-ansi@7.0.0: |
5322 | resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} | 5316 | resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} |
5323 | engines: {node: '>=10'} | 5317 | engines: {node: '>=10'} |
@@ -5395,8 +5389,6 @@ packages: | @@ -5395,8 +5389,6 @@ packages: | ||
5395 | 5389 | ||
5396 | snapshots: | 5390 | snapshots: |
5397 | 5391 | ||
5398 | - '@aashutoshrathi/word-wrap@1.2.6': {} | ||
5399 | - | ||
5400 | '@alloc/quick-lru@5.2.0': {} | 5392 | '@alloc/quick-lru@5.2.0': {} |
5401 | 5393 | ||
5402 | '@ampproject/remapping@2.3.0': | 5394 | '@ampproject/remapping@2.3.0': |
@@ -6392,7 +6384,7 @@ snapshots: | @@ -6392,7 +6384,7 @@ snapshots: | ||
6392 | eslint-formatter-pretty: 5.0.0 | 6384 | eslint-formatter-pretty: 5.0.0 |
6393 | eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) | 6385 | eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) |
6394 | eslint-plugin-react: 7.34.1(eslint@8.57.0) | 6386 | eslint-plugin-react: 7.34.1(eslint@8.57.0) |
6395 | - eslint-plugin-react-hooks: 4.6.1(eslint@8.57.0) | 6387 | + eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) |
6396 | eslint-plugin-unicorn: 43.0.2(eslint@8.57.0) | 6388 | eslint-plugin-unicorn: 43.0.2(eslint@8.57.0) |
6397 | fast-glob: 3.3.2 | 6389 | fast-glob: 3.3.2 |
6398 | os-locale: 5.0.0 | 6390 | os-locale: 5.0.0 |
@@ -6410,13 +6402,14 @@ snapshots: | @@ -6410,13 +6402,14 @@ snapshots: | ||
6410 | - jest | 6402 | - jest |
6411 | - supports-color | 6403 | - supports-color |
6412 | 6404 | ||
6413 | - '@feewee/h5app-common@0.1.12(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6405 | + '@feewee/h5app-common@0.1.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6414 | dependencies: | 6406 | dependencies: |
6415 | '@nutui/icons-react': 1.0.4 | 6407 | '@nutui/icons-react': 1.0.4 |
6416 | - '@nutui/nutui-react': 2.6.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6408 | + '@nutui/nutui-react': 2.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6409 | + ahooks: 3.7.11(react@18.3.1) | ||
6417 | clsx: 2.1.1 | 6410 | clsx: 2.1.1 |
6418 | - react: 18.3.0 | ||
6419 | - react-dom: 18.3.0(react@18.3.0) | 6411 | + react: 18.3.1 |
6412 | + react-dom: 18.3.1(react@18.3.1) | ||
6420 | 6413 | ||
6421 | '@humanwhocodes/config-array@0.11.14': | 6414 | '@humanwhocodes/config-array@0.11.14': |
6422 | dependencies: | 6415 | dependencies: |
@@ -6483,18 +6476,18 @@ snapshots: | @@ -6483,18 +6476,18 @@ snapshots: | ||
6483 | '@babel/core': 7.24.4 | 6476 | '@babel/core': 7.24.4 |
6484 | '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) | 6477 | '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) |
6485 | 6478 | ||
6486 | - '@loadable/component@5.15.3(react@18.3.0)': | 6479 | + '@loadable/component@5.15.3(react@18.3.1)': |
6487 | dependencies: | 6480 | dependencies: |
6488 | '@babel/runtime': 7.24.4 | 6481 | '@babel/runtime': 7.24.4 |
6489 | hoist-non-react-statics: 3.3.2 | 6482 | hoist-non-react-statics: 3.3.2 |
6490 | - react: 18.3.0 | 6483 | + react: 18.3.1 |
6491 | react-is: 16.13.1 | 6484 | react-is: 16.13.1 |
6492 | 6485 | ||
6493 | - '@loadable/server@5.15.3(@loadable/component@5.15.3(react@18.3.0))(react@18.3.0)': | 6486 | + '@loadable/server@5.15.3(@loadable/component@5.15.3(react@18.3.1))(react@18.3.1)': |
6494 | dependencies: | 6487 | dependencies: |
6495 | - '@loadable/component': 5.15.3(react@18.3.0) | 6488 | + '@loadable/component': 5.15.3(react@18.3.1) |
6496 | lodash: 4.17.21 | 6489 | lodash: 4.17.21 |
6497 | - react: 18.3.0 | 6490 | + react: 18.3.1 |
6498 | 6491 | ||
6499 | '@loadable/webpack-plugin@5.15.2(webpack@5.91.0(esbuild@0.17.19))': | 6492 | '@loadable/webpack-plugin@5.15.2(webpack@5.91.0(esbuild@0.17.19))': |
6500 | dependencies: | 6493 | dependencies: |
@@ -6519,7 +6512,7 @@ snapshots: | @@ -6519,7 +6512,7 @@ snapshots: | ||
6519 | eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) | 6512 | eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) |
6520 | eslint-plugin-promise: 6.1.1(eslint@8.57.0) | 6513 | eslint-plugin-promise: 6.1.1(eslint@8.57.0) |
6521 | eslint-plugin-react: 7.34.1(eslint@8.57.0) | 6514 | eslint-plugin-react: 7.34.1(eslint@8.57.0) |
6522 | - eslint-plugin-react-hooks: 4.6.1(eslint@8.57.0) | 6515 | + eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) |
6523 | prettier: 2.8.8 | 6516 | prettier: 2.8.8 |
6524 | typescript: 5.4.5 | 6517 | typescript: 5.4.5 |
6525 | transitivePeerDependencies: | 6518 | transitivePeerDependencies: |
@@ -6552,7 +6545,7 @@ snapshots: | @@ -6552,7 +6545,7 @@ snapshots: | ||
6552 | '@swc/helpers': 0.5.1 | 6545 | '@swc/helpers': 0.5.1 |
6553 | immer: 9.0.21 | 6546 | immer: 9.0.21 |
6554 | 6547 | ||
6555 | - '@modern-js-reduck/react@1.1.11(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6548 | + '@modern-js-reduck/react@1.1.11(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6556 | dependencies: | 6549 | dependencies: |
6557 | '@modern-js-reduck/plugin-auto-actions': 1.1.11(@modern-js-reduck/store@1.1.11) | 6550 | '@modern-js-reduck/plugin-auto-actions': 1.1.11(@modern-js-reduck/store@1.1.11) |
6558 | '@modern-js-reduck/plugin-devtools': 1.1.11(@modern-js-reduck/store@1.1.11) | 6551 | '@modern-js-reduck/plugin-devtools': 1.1.11(@modern-js-reduck/store@1.1.11) |
@@ -6562,10 +6555,10 @@ snapshots: | @@ -6562,10 +6555,10 @@ snapshots: | ||
6562 | '@swc/helpers': 0.5.1 | 6555 | '@swc/helpers': 0.5.1 |
6563 | hoist-non-react-statics: 3.3.2 | 6556 | hoist-non-react-statics: 3.3.2 |
6564 | invariant: 2.2.4 | 6557 | invariant: 2.2.4 |
6565 | - react: 18.3.0 | ||
6566 | - react-dom: 18.3.0(react@18.3.0) | 6558 | + react: 18.3.1 |
6559 | + react-dom: 18.3.1(react@18.3.1) | ||
6567 | optionalDependencies: | 6560 | optionalDependencies: |
6568 | - '@types/react': 18.3.0 | 6561 | + '@types/react': 18.3.1 |
6569 | '@types/react-dom': 18.3.0 | 6562 | '@types/react-dom': 18.3.0 |
6570 | 6563 | ||
6571 | '@modern-js-reduck/store@1.1.11': | 6564 | '@modern-js-reduck/store@1.1.11': |
@@ -6573,7 +6566,7 @@ snapshots: | @@ -6573,7 +6566,7 @@ snapshots: | ||
6573 | '@swc/helpers': 0.5.1 | 6566 | '@swc/helpers': 0.5.1 |
6574 | redux: 4.2.1 | 6567 | redux: 4.2.1 |
6575 | 6568 | ||
6576 | - '@modern-js/app-tools@2.49.2(@rspack/core@0.6.3(@swc/helpers@0.5.3))(eslint@8.57.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5)': | 6569 | + '@modern-js/app-tools@2.49.2(@rspack/core@0.6.3(@swc/helpers@0.5.3))(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5)': |
6577 | dependencies: | 6570 | dependencies: |
6578 | '@babel/parser': 7.24.4 | 6571 | '@babel/parser': 7.24.4 |
6579 | '@babel/traverse': 7.24.1(supports-color@5.5.0) | 6572 | '@babel/traverse': 7.24.1(supports-color@5.5.0) |
@@ -6581,22 +6574,22 @@ snapshots: | @@ -6581,22 +6574,22 @@ snapshots: | ||
6581 | '@modern-js/core': 2.49.2 | 6574 | '@modern-js/core': 2.49.2 |
6582 | '@modern-js/node-bundle-require': 2.49.2 | 6575 | '@modern-js/node-bundle-require': 2.49.2 |
6583 | '@modern-js/plugin': 2.49.2 | 6576 | '@modern-js/plugin': 2.49.2 |
6584 | - '@modern-js/plugin-data-loader': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6577 | + '@modern-js/plugin-data-loader': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6585 | '@modern-js/plugin-i18n': 2.49.2 | 6578 | '@modern-js/plugin-i18n': 2.49.2 |
6586 | '@modern-js/plugin-lint': 2.49.2(eslint@8.57.0) | 6579 | '@modern-js/plugin-lint': 2.49.2(eslint@8.57.0) |
6587 | - '@modern-js/prod-server': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6580 | + '@modern-js/prod-server': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6588 | '@modern-js/rsbuild-plugin-esbuild': 2.49.2 | 6581 | '@modern-js/rsbuild-plugin-esbuild': 2.49.2 |
6589 | - '@modern-js/server': 2.49.2(@babel/traverse@7.24.1)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(tsconfig-paths@4.2.0) | ||
6590 | - '@modern-js/server-core': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6582 | + '@modern-js/server': 2.49.2(@babel/traverse@7.24.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0) |
6583 | + '@modern-js/server-core': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | ||
6591 | '@modern-js/server-utils': 2.49.2(@babel/traverse@7.24.1) | 6584 | '@modern-js/server-utils': 2.49.2(@babel/traverse@7.24.1) |
6592 | '@modern-js/types': 2.49.2 | 6585 | '@modern-js/types': 2.49.2 |
6593 | - '@modern-js/uni-builder': 2.49.2(@babel/traverse@7.24.1)(@rspack/core@0.6.3(@swc/helpers@0.5.3))(esbuild@0.17.19)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5) | 6586 | + '@modern-js/uni-builder': 2.49.2(@babel/traverse@7.24.1)(@rspack/core@0.6.3(@swc/helpers@0.5.3))(esbuild@0.17.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5) |
6594 | '@modern-js/utils': 2.49.2 | 6587 | '@modern-js/utils': 2.49.2 |
6595 | '@rsbuild/core': 0.6.6 | 6588 | '@rsbuild/core': 0.6.6 |
6596 | '@rsbuild/plugin-node-polyfill': 0.6.6(@rsbuild/core@0.6.6)(@swc/helpers@0.5.3) | 6589 | '@rsbuild/plugin-node-polyfill': 0.6.6(@rsbuild/core@0.6.6)(@swc/helpers@0.5.3) |
6597 | '@rsbuild/shared': 0.6.6(@swc/helpers@0.5.3) | 6590 | '@rsbuild/shared': 0.6.6(@swc/helpers@0.5.3) |
6598 | '@swc/helpers': 0.5.3 | 6591 | '@swc/helpers': 0.5.3 |
6599 | - es-module-lexer: 1.5.0 | 6592 | + es-module-lexer: 1.5.2 |
6600 | esbuild: 0.17.19 | 6593 | esbuild: 0.17.19 |
6601 | esbuild-register: 3.5.0(esbuild@0.17.19) | 6594 | esbuild-register: 3.5.0(esbuild@0.17.19) |
6602 | transitivePeerDependencies: | 6595 | transitivePeerDependencies: |
@@ -6660,26 +6653,20 @@ snapshots: | @@ -6660,26 +6653,20 @@ snapshots: | ||
6660 | - supports-color | 6653 | - supports-color |
6661 | - typescript | 6654 | - typescript |
6662 | 6655 | ||
6663 | - '@modern-js/node-bundle-require@2.49.0': | ||
6664 | - dependencies: | ||
6665 | - '@modern-js/utils': 2.49.0 | ||
6666 | - '@swc/helpers': 0.5.3 | ||
6667 | - esbuild: 0.17.19 | ||
6668 | - | ||
6669 | '@modern-js/node-bundle-require@2.49.2': | 6656 | '@modern-js/node-bundle-require@2.49.2': |
6670 | dependencies: | 6657 | dependencies: |
6671 | '@modern-js/utils': 2.49.2 | 6658 | '@modern-js/utils': 2.49.2 |
6672 | '@swc/helpers': 0.5.3 | 6659 | '@swc/helpers': 0.5.3 |
6673 | esbuild: 0.17.19 | 6660 | esbuild: 0.17.19 |
6674 | 6661 | ||
6675 | - '@modern-js/plugin-data-loader@2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6662 | + '@modern-js/plugin-data-loader@2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6676 | dependencies: | 6663 | dependencies: |
6677 | '@babel/core': 7.24.4 | 6664 | '@babel/core': 7.24.4 |
6678 | - '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6665 | + '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6679 | '@modern-js/utils': 2.49.2 | 6666 | '@modern-js/utils': 2.49.2 |
6680 | '@swc/helpers': 0.5.3 | 6667 | '@swc/helpers': 0.5.3 |
6681 | path-to-regexp: 6.2.2 | 6668 | path-to-regexp: 6.2.2 |
6682 | - react: 18.3.0 | 6669 | + react: 18.3.1 |
6683 | transitivePeerDependencies: | 6670 | transitivePeerDependencies: |
6684 | - react-dom | 6671 | - react-dom |
6685 | - supports-color | 6672 | - supports-color |
@@ -6699,26 +6686,26 @@ snapshots: | @@ -6699,26 +6686,26 @@ snapshots: | ||
6699 | optionalDependencies: | 6686 | optionalDependencies: |
6700 | eslint: 8.57.0 | 6687 | eslint: 8.57.0 |
6701 | 6688 | ||
6702 | - '@modern-js/plugin-tailwindcss@2.49.0(@modern-js/runtime@2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(webpack@5.91.0(esbuild@0.17.19)))(tailwindcss@3.4.3)': | 6689 | + '@modern-js/plugin-tailwindcss@2.49.2(@modern-js/runtime@2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.91.0(esbuild@0.17.19)))(tailwindcss@3.4.3)': |
6703 | dependencies: | 6690 | dependencies: |
6704 | - '@modern-js/node-bundle-require': 2.49.0 | ||
6705 | - '@modern-js/utils': 2.49.0 | 6691 | + '@modern-js/node-bundle-require': 2.49.2 |
6692 | + '@modern-js/utils': 2.49.2 | ||
6706 | '@swc/helpers': 0.5.3 | 6693 | '@swc/helpers': 0.5.3 |
6707 | babel-plugin-macros: 3.1.0 | 6694 | babel-plugin-macros: 3.1.0 |
6708 | hoist-non-react-statics: 3.3.2 | 6695 | hoist-non-react-statics: 3.3.2 |
6709 | tailwindcss: 3.4.3 | 6696 | tailwindcss: 3.4.3 |
6710 | optionalDependencies: | 6697 | optionalDependencies: |
6711 | - '@modern-js/runtime': 2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(webpack@5.91.0(esbuild@0.17.19)) | 6698 | + '@modern-js/runtime': 2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.91.0(esbuild@0.17.19)) |
6712 | 6699 | ||
6713 | '@modern-js/plugin@2.49.2': | 6700 | '@modern-js/plugin@2.49.2': |
6714 | dependencies: | 6701 | dependencies: |
6715 | '@modern-js/utils': 2.49.2 | 6702 | '@modern-js/utils': 2.49.2 |
6716 | '@swc/helpers': 0.5.3 | 6703 | '@swc/helpers': 0.5.3 |
6717 | 6704 | ||
6718 | - '@modern-js/prod-server@2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6705 | + '@modern-js/prod-server@2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6719 | dependencies: | 6706 | dependencies: |
6720 | - '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | ||
6721 | - '@modern-js/server-core': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6707 | + '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6708 | + '@modern-js/server-core': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | ||
6722 | '@modern-js/utils': 2.49.2 | 6709 | '@modern-js/utils': 2.49.2 |
6723 | '@swc/helpers': 0.5.3 | 6710 | '@swc/helpers': 0.5.3 |
6724 | transitivePeerDependencies: | 6711 | transitivePeerDependencies: |
@@ -6736,34 +6723,34 @@ snapshots: | @@ -6736,34 +6723,34 @@ snapshots: | ||
6736 | - uglify-js | 6723 | - uglify-js |
6737 | - webpack-cli | 6724 | - webpack-cli |
6738 | 6725 | ||
6739 | - '@modern-js/runtime-utils@2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6726 | + '@modern-js/runtime-utils@2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6740 | dependencies: | 6727 | dependencies: |
6741 | '@modern-js/utils': 2.49.2 | 6728 | '@modern-js/utils': 2.49.2 |
6742 | '@remix-run/router': 1.15.0 | 6729 | '@remix-run/router': 1.15.0 |
6743 | '@swc/helpers': 0.5.3 | 6730 | '@swc/helpers': 0.5.3 |
6744 | lru-cache: 6.0.0 | 6731 | lru-cache: 6.0.0 |
6745 | - react-router-dom: 6.22.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6732 | + react-router-dom: 6.22.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6746 | serialize-javascript: 6.0.2 | 6733 | serialize-javascript: 6.0.2 |
6747 | optionalDependencies: | 6734 | optionalDependencies: |
6748 | - react: 18.3.0 | ||
6749 | - react-dom: 18.3.0(react@18.3.0) | 6735 | + react: 18.3.1 |
6736 | + react-dom: 18.3.1(react@18.3.1) | ||
6750 | 6737 | ||
6751 | - '@modern-js/runtime@2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(webpack@5.91.0(esbuild@0.17.19))': | 6738 | + '@modern-js/runtime@2.49.2(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.91.0(esbuild@0.17.19))': |
6752 | dependencies: | 6739 | dependencies: |
6753 | '@babel/core': 7.24.4 | 6740 | '@babel/core': 7.24.4 |
6754 | '@babel/types': 7.24.0 | 6741 | '@babel/types': 7.24.0 |
6755 | '@loadable/babel-plugin': 5.15.3(@babel/core@7.24.4) | 6742 | '@loadable/babel-plugin': 5.15.3(@babel/core@7.24.4) |
6756 | - '@loadable/component': 5.15.3(react@18.3.0) | ||
6757 | - '@loadable/server': 5.15.3(@loadable/component@5.15.3(react@18.3.0))(react@18.3.0) | 6743 | + '@loadable/component': 5.15.3(react@18.3.1) |
6744 | + '@loadable/server': 5.15.3(@loadable/component@5.15.3(react@18.3.1))(react@18.3.1) | ||
6758 | '@loadable/webpack-plugin': 5.15.2(webpack@5.91.0(esbuild@0.17.19)) | 6745 | '@loadable/webpack-plugin': 5.15.2(webpack@5.91.0(esbuild@0.17.19)) |
6759 | '@modern-js-reduck/plugin-auto-actions': 1.1.11(@modern-js-reduck/store@1.1.11) | 6746 | '@modern-js-reduck/plugin-auto-actions': 1.1.11(@modern-js-reduck/store@1.1.11) |
6760 | '@modern-js-reduck/plugin-devtools': 1.1.11(@modern-js-reduck/store@1.1.11) | 6747 | '@modern-js-reduck/plugin-devtools': 1.1.11(@modern-js-reduck/store@1.1.11) |
6761 | '@modern-js-reduck/plugin-effects': 1.1.11(@modern-js-reduck/store@1.1.11) | 6748 | '@modern-js-reduck/plugin-effects': 1.1.11(@modern-js-reduck/store@1.1.11) |
6762 | '@modern-js-reduck/plugin-immutable': 1.1.11(@modern-js-reduck/store@1.1.11) | 6749 | '@modern-js-reduck/plugin-immutable': 1.1.11(@modern-js-reduck/store@1.1.11) |
6763 | - '@modern-js-reduck/react': 1.1.11(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6750 | + '@modern-js-reduck/react': 1.1.11(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6764 | '@modern-js-reduck/store': 1.1.11 | 6751 | '@modern-js-reduck/store': 1.1.11 |
6765 | '@modern-js/plugin': 2.49.2 | 6752 | '@modern-js/plugin': 2.49.2 |
6766 | - '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6753 | + '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6767 | '@modern-js/types': 2.49.2 | 6754 | '@modern-js/types': 2.49.2 |
6768 | '@modern-js/utils': 2.49.2 | 6755 | '@modern-js/utils': 2.49.2 |
6769 | '@swc/helpers': 0.5.3 | 6756 | '@swc/helpers': 0.5.3 |
@@ -6774,22 +6761,22 @@ snapshots: | @@ -6774,22 +6761,22 @@ snapshots: | ||
6774 | esbuild: 0.17.19 | 6761 | esbuild: 0.17.19 |
6775 | hoist-non-react-statics: 3.3.2 | 6762 | hoist-non-react-statics: 3.3.2 |
6776 | invariant: 2.2.4 | 6763 | invariant: 2.2.4 |
6777 | - react: 18.3.0 | ||
6778 | - react-dom: 18.3.0(react@18.3.0) | ||
6779 | - react-helmet: 6.1.0(react@18.3.0) | ||
6780 | - react-is: 18.3.0 | ||
6781 | - react-side-effect: 2.1.2(react@18.3.0) | ||
6782 | - styled-components: 5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0) | 6764 | + react: 18.3.1 |
6765 | + react-dom: 18.3.1(react@18.3.1) | ||
6766 | + react-helmet: 6.1.0(react@18.3.1) | ||
6767 | + react-is: 18.3.1 | ||
6768 | + react-side-effect: 2.1.2(react@18.3.1) | ||
6769 | + styled-components: 5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | ||
6783 | transitivePeerDependencies: | 6770 | transitivePeerDependencies: |
6784 | - '@types/react' | 6771 | - '@types/react' |
6785 | - '@types/react-dom' | 6772 | - '@types/react-dom' |
6786 | - supports-color | 6773 | - supports-color |
6787 | - webpack | 6774 | - webpack |
6788 | 6775 | ||
6789 | - '@modern-js/server-core@2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6776 | + '@modern-js/server-core@2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6790 | dependencies: | 6777 | dependencies: |
6791 | '@modern-js/plugin': 2.49.2 | 6778 | '@modern-js/plugin': 2.49.2 |
6792 | - '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6779 | + '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6793 | '@modern-js/utils': 2.49.2 | 6780 | '@modern-js/utils': 2.49.2 |
6794 | '@swc/helpers': 0.5.3 | 6781 | '@swc/helpers': 0.5.3 |
6795 | '@web-std/fetch': 4.2.1 | 6782 | '@web-std/fetch': 4.2.1 |
@@ -6819,12 +6806,12 @@ snapshots: | @@ -6819,12 +6806,12 @@ snapshots: | ||
6819 | - '@babel/traverse' | 6806 | - '@babel/traverse' |
6820 | - supports-color | 6807 | - supports-color |
6821 | 6808 | ||
6822 | - '@modern-js/server@2.49.2(@babel/traverse@7.24.1)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(tsconfig-paths@4.2.0)': | 6809 | + '@modern-js/server@2.49.2(@babel/traverse@7.24.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0)': |
6823 | dependencies: | 6810 | dependencies: |
6824 | '@babel/core': 7.24.4 | 6811 | '@babel/core': 7.24.4 |
6825 | '@babel/register': 7.23.7(@babel/core@7.24.4) | 6812 | '@babel/register': 7.23.7(@babel/core@7.24.4) |
6826 | - '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | ||
6827 | - '@modern-js/server-core': 2.49.2(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6813 | + '@modern-js/runtime-utils': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6814 | + '@modern-js/server-core': 2.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | ||
6828 | '@modern-js/server-utils': 2.49.2(@babel/traverse@7.24.1) | 6815 | '@modern-js/server-utils': 2.49.2(@babel/traverse@7.24.1) |
6829 | '@modern-js/types': 2.49.2 | 6816 | '@modern-js/types': 2.49.2 |
6830 | '@modern-js/utils': 2.49.2 | 6817 | '@modern-js/utils': 2.49.2 |
@@ -6850,14 +6837,14 @@ snapshots: | @@ -6850,14 +6837,14 @@ snapshots: | ||
6850 | 6837 | ||
6851 | '@modern-js/types@2.49.2': {} | 6838 | '@modern-js/types@2.49.2': {} |
6852 | 6839 | ||
6853 | - '@modern-js/uni-builder@2.49.2(@babel/traverse@7.24.1)(@rspack/core@0.6.3(@swc/helpers@0.5.3))(esbuild@0.17.19)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5)': | 6840 | + '@modern-js/uni-builder@2.49.2(@babel/traverse@7.24.1)(@rspack/core@0.6.3(@swc/helpers@0.5.3))(esbuild@0.17.19)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(tsconfig-paths@4.2.0)(type-fest@1.4.0)(typescript@5.4.5)': |
6854 | dependencies: | 6841 | dependencies: |
6855 | '@babel/core': 7.24.4 | 6842 | '@babel/core': 7.24.4 |
6856 | '@babel/preset-react': 7.24.1(@babel/core@7.24.4) | 6843 | '@babel/preset-react': 7.24.1(@babel/core@7.24.4) |
6857 | '@babel/types': 7.24.0 | 6844 | '@babel/types': 7.24.0 |
6858 | - '@modern-js/server': 2.49.2(@babel/traverse@7.24.1)(react-dom@18.3.0(react@18.3.0))(react@18.3.0)(tsconfig-paths@4.2.0) | 6845 | + '@modern-js/server': 2.49.2(@babel/traverse@7.24.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0) |
6859 | '@modern-js/utils': 2.49.2 | 6846 | '@modern-js/utils': 2.49.2 |
6860 | - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.1)(type-fest@1.4.0)(webpack@5.91.0(esbuild@0.17.19)) | 6847 | + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.2)(type-fest@1.4.0)(webpack@5.91.0(esbuild@0.17.19)) |
6861 | '@rsbuild/babel-preset': 0.6.6 | 6848 | '@rsbuild/babel-preset': 0.6.6 |
6862 | '@rsbuild/core': 0.6.6 | 6849 | '@rsbuild/core': 0.6.6 |
6863 | '@rsbuild/plugin-assets-retry': 0.6.6(@rsbuild/core@0.6.6)(@swc/helpers@0.5.3) | 6850 | '@rsbuild/plugin-assets-retry': 0.6.6(@rsbuild/core@0.6.6)(@swc/helpers@0.5.3) |
@@ -6878,7 +6865,7 @@ snapshots: | @@ -6878,7 +6865,7 @@ snapshots: | ||
6878 | '@swc/helpers': 0.5.3 | 6865 | '@swc/helpers': 0.5.3 |
6879 | babel-loader: 9.1.3(@babel/core@7.24.4)(webpack@5.91.0(esbuild@0.17.19)) | 6866 | babel-loader: 9.1.3(@babel/core@7.24.4)(webpack@5.91.0(esbuild@0.17.19)) |
6880 | babel-plugin-import: 1.13.5 | 6867 | babel-plugin-import: 1.13.5 |
6881 | - babel-plugin-styled-components: 1.13.3(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0)) | 6868 | + babel-plugin-styled-components: 1.13.3(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)) |
6882 | babel-plugin-transform-react-remove-prop-types: 0.4.24 | 6869 | babel-plugin-transform-react-remove-prop-types: 0.4.24 |
6883 | cssnano: 6.0.1(postcss@8.4.38) | 6870 | cssnano: 6.0.1(postcss@8.4.38) |
6884 | glob: 9.3.5 | 6871 | glob: 9.3.5 |
@@ -6892,7 +6879,7 @@ snapshots: | @@ -6892,7 +6879,7 @@ snapshots: | ||
6892 | postcss-media-minmax: 5.0.0(postcss@8.4.38) | 6879 | postcss-media-minmax: 5.0.0(postcss@8.4.38) |
6893 | postcss-nesting: 12.0.1(postcss@8.4.38) | 6880 | postcss-nesting: 12.0.1(postcss@8.4.38) |
6894 | postcss-page-break: 3.0.4(postcss@8.4.38) | 6881 | postcss-page-break: 3.0.4(postcss@8.4.38) |
6895 | - react-refresh: 0.14.1 | 6882 | + react-refresh: 0.14.2 |
6896 | rspack-manifest-plugin: 5.0.0-alpha0(webpack@5.91.0(esbuild@0.17.19)) | 6883 | rspack-manifest-plugin: 5.0.0-alpha0(webpack@5.91.0(esbuild@0.17.19)) |
6897 | terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.91.0(esbuild@0.17.19)) | 6884 | terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.91.0(esbuild@0.17.19)) |
6898 | ts-loader: 9.4.4(typescript@5.4.5)(webpack@5.91.0(esbuild@0.17.19)) | 6885 | ts-loader: 9.4.4(typescript@5.4.5)(webpack@5.91.0(esbuild@0.17.19)) |
@@ -6928,17 +6915,10 @@ snapshots: | @@ -6928,17 +6915,10 @@ snapshots: | ||
6928 | - webpack-hot-middleware | 6915 | - webpack-hot-middleware |
6929 | - webpack-plugin-serve | 6916 | - webpack-plugin-serve |
6930 | 6917 | ||
6931 | - '@modern-js/utils@2.49.0': | ||
6932 | - dependencies: | ||
6933 | - '@swc/helpers': 0.5.3 | ||
6934 | - caniuse-lite: 1.0.30001612 | ||
6935 | - lodash: 4.17.21 | ||
6936 | - rslog: 1.2.1 | ||
6937 | - | ||
6938 | '@modern-js/utils@2.49.2': | 6918 | '@modern-js/utils@2.49.2': |
6939 | dependencies: | 6919 | dependencies: |
6940 | '@swc/helpers': 0.5.3 | 6920 | '@swc/helpers': 0.5.3 |
6941 | - caniuse-lite: 1.0.30001612 | 6921 | + caniuse-lite: 1.0.30001613 |
6942 | lodash: 4.17.21 | 6922 | lodash: 4.17.21 |
6943 | rslog: 1.2.1 | 6923 | rslog: 1.2.1 |
6944 | 6924 | ||
@@ -6976,19 +6956,19 @@ snapshots: | @@ -6976,19 +6956,19 @@ snapshots: | ||
6976 | 6956 | ||
6977 | '@nutui/icons-react@1.0.4': {} | 6957 | '@nutui/icons-react@1.0.4': {} |
6978 | 6958 | ||
6979 | - '@nutui/nutui-react@2.6.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 6959 | + '@nutui/nutui-react@2.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
6980 | dependencies: | 6960 | dependencies: |
6981 | '@babel/runtime': 7.24.4 | 6961 | '@babel/runtime': 7.24.4 |
6982 | '@nutui/icons-react': 1.0.4 | 6962 | '@nutui/icons-react': 1.0.4 |
6983 | '@nutui/touch-emulator': 1.0.0 | 6963 | '@nutui/touch-emulator': 1.0.0 |
6984 | - '@react-spring/web': 9.6.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | ||
6985 | - '@use-gesture/react': 10.2.20(react@18.3.0) | 6964 | + '@react-spring/web': 9.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6965 | + '@use-gesture/react': 10.2.20(react@18.3.1) | ||
6986 | async-validator: 4.2.5 | 6966 | async-validator: 4.2.5 |
6987 | classnames: 2.5.1 | 6967 | classnames: 2.5.1 |
6988 | lodash.isequal: 4.5.0 | 6968 | lodash.isequal: 4.5.0 |
6989 | lodash.kebabcase: 4.1.1 | 6969 | lodash.kebabcase: 4.1.1 |
6990 | - react: 18.3.0 | ||
6991 | - react-transition-group: 4.4.5(react-dom@18.3.0(react@18.3.0))(react@18.3.0) | 6970 | + react: 18.3.1 |
6971 | + react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | ||
6992 | transitivePeerDependencies: | 6972 | transitivePeerDependencies: |
6993 | - react-dom | 6973 | - react-dom |
6994 | 6974 | ||
@@ -6997,7 +6977,7 @@ snapshots: | @@ -6997,7 +6977,7 @@ snapshots: | ||
6997 | '@pkgjs/parseargs@0.11.0': | 6977 | '@pkgjs/parseargs@0.11.0': |
6998 | optional: true | 6978 | optional: true |
6999 | 6979 | ||
7000 | - '@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.1)(type-fest@1.4.0)(webpack@5.91.0(esbuild@0.17.19))': | 6980 | + '@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.2)(type-fest@1.4.0)(webpack@5.91.0(esbuild@0.17.19))': |
7001 | dependencies: | 6981 | dependencies: |
7002 | ansi-html-community: 0.0.8 | 6982 | ansi-html-community: 0.0.8 |
7003 | common-path-prefix: 3.0.0 | 6983 | common-path-prefix: 3.0.0 |
@@ -7006,45 +6986,45 @@ snapshots: | @@ -7006,45 +6986,45 @@ snapshots: | ||
7006 | find-up: 5.0.0 | 6986 | find-up: 5.0.0 |
7007 | html-entities: 2.5.2 | 6987 | html-entities: 2.5.2 |
7008 | loader-utils: 2.0.4 | 6988 | loader-utils: 2.0.4 |
7009 | - react-refresh: 0.14.1 | 6989 | + react-refresh: 0.14.2 |
7010 | schema-utils: 3.3.0 | 6990 | schema-utils: 3.3.0 |
7011 | source-map: 0.7.4 | 6991 | source-map: 0.7.4 |
7012 | webpack: 5.91.0(esbuild@0.17.19) | 6992 | webpack: 5.91.0(esbuild@0.17.19) |
7013 | optionalDependencies: | 6993 | optionalDependencies: |
7014 | type-fest: 1.4.0 | 6994 | type-fest: 1.4.0 |
7015 | 6995 | ||
7016 | - '@react-spring/animated@9.6.1(react@18.3.0)': | 6996 | + '@react-spring/animated@9.6.1(react@18.3.1)': |
7017 | dependencies: | 6997 | dependencies: |
7018 | - '@react-spring/shared': 9.6.1(react@18.3.0) | 6998 | + '@react-spring/shared': 9.6.1(react@18.3.1) |
7019 | '@react-spring/types': 9.6.1 | 6999 | '@react-spring/types': 9.6.1 |
7020 | - react: 18.3.0 | 7000 | + react: 18.3.1 |
7021 | 7001 | ||
7022 | - '@react-spring/core@9.6.1(react@18.3.0)': | 7002 | + '@react-spring/core@9.6.1(react@18.3.1)': |
7023 | dependencies: | 7003 | dependencies: |
7024 | - '@react-spring/animated': 9.6.1(react@18.3.0) | 7004 | + '@react-spring/animated': 9.6.1(react@18.3.1) |
7025 | '@react-spring/rafz': 9.6.1 | 7005 | '@react-spring/rafz': 9.6.1 |
7026 | - '@react-spring/shared': 9.6.1(react@18.3.0) | 7006 | + '@react-spring/shared': 9.6.1(react@18.3.1) |
7027 | '@react-spring/types': 9.6.1 | 7007 | '@react-spring/types': 9.6.1 |
7028 | - react: 18.3.0 | 7008 | + react: 18.3.1 |
7029 | 7009 | ||
7030 | '@react-spring/rafz@9.6.1': {} | 7010 | '@react-spring/rafz@9.6.1': {} |
7031 | 7011 | ||
7032 | - '@react-spring/shared@9.6.1(react@18.3.0)': | 7012 | + '@react-spring/shared@9.6.1(react@18.3.1)': |
7033 | dependencies: | 7013 | dependencies: |
7034 | '@react-spring/rafz': 9.6.1 | 7014 | '@react-spring/rafz': 9.6.1 |
7035 | '@react-spring/types': 9.6.1 | 7015 | '@react-spring/types': 9.6.1 |
7036 | - react: 18.3.0 | 7016 | + react: 18.3.1 |
7037 | 7017 | ||
7038 | '@react-spring/types@9.6.1': {} | 7018 | '@react-spring/types@9.6.1': {} |
7039 | 7019 | ||
7040 | - '@react-spring/web@9.6.1(react-dom@18.3.0(react@18.3.0))(react@18.3.0)': | 7020 | + '@react-spring/web@9.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': |
7041 | dependencies: | 7021 | dependencies: |
7042 | - '@react-spring/animated': 9.6.1(react@18.3.0) | ||
7043 | - '@react-spring/core': 9.6.1(react@18.3.0) | ||
7044 | - '@react-spring/shared': 9.6.1(react@18.3.0) | 7022 | + '@react-spring/animated': 9.6.1(react@18.3.1) |
7023 | + '@react-spring/core': 9.6.1(react@18.3.1) | ||
7024 | + '@react-spring/shared': 9.6.1(react@18.3.1) | ||
7045 | '@react-spring/types': 9.6.1 | 7025 | '@react-spring/types': 9.6.1 |
7046 | - react: 18.3.0 | ||
7047 | - react-dom: 18.3.0(react@18.3.0) | 7026 | + react: 18.3.1 |
7027 | + react-dom: 18.3.1(react@18.3.1) | ||
7048 | 7028 | ||
7049 | '@redux-devtools/extension@3.3.0(redux@4.2.1)': | 7029 | '@redux-devtools/extension@3.3.0(redux@4.2.1)': |
7050 | dependencies: | 7030 | dependencies: |
@@ -7178,8 +7158,8 @@ snapshots: | @@ -7178,8 +7158,8 @@ snapshots: | ||
7178 | dependencies: | 7158 | dependencies: |
7179 | '@rsbuild/core': 0.6.6 | 7159 | '@rsbuild/core': 0.6.6 |
7180 | '@rsbuild/shared': 0.6.6(@swc/helpers@0.5.3) | 7160 | '@rsbuild/shared': 0.6.6(@swc/helpers@0.5.3) |
7181 | - '@rspack/plugin-react-refresh': 0.6.3(react-refresh@0.14.1) | ||
7182 | - react-refresh: 0.14.1 | 7161 | + '@rspack/plugin-react-refresh': 0.6.3(react-refresh@0.14.2) |
7162 | + react-refresh: 0.14.2 | ||
7183 | transitivePeerDependencies: | 7163 | transitivePeerDependencies: |
7184 | - '@swc/helpers' | 7164 | - '@swc/helpers' |
7185 | 7165 | ||
@@ -7251,7 +7231,7 @@ snapshots: | @@ -7251,7 +7231,7 @@ snapshots: | ||
7251 | '@rsbuild/shared@0.6.6(@swc/helpers@0.5.3)': | 7231 | '@rsbuild/shared@0.6.6(@swc/helpers@0.5.3)': |
7252 | dependencies: | 7232 | dependencies: |
7253 | '@rspack/core': 0.6.3(@swc/helpers@0.5.3) | 7233 | '@rspack/core': 0.6.3(@swc/helpers@0.5.3) |
7254 | - caniuse-lite: 1.0.30001612 | 7234 | + caniuse-lite: 1.0.30001613 |
7255 | postcss: 8.4.38 | 7235 | postcss: 8.4.38 |
7256 | transitivePeerDependencies: | 7236 | transitivePeerDependencies: |
7257 | - '@swc/helpers' | 7237 | - '@swc/helpers' |
@@ -7332,9 +7312,9 @@ snapshots: | @@ -7332,9 +7312,9 @@ snapshots: | ||
7332 | optionalDependencies: | 7312 | optionalDependencies: |
7333 | '@swc/helpers': 0.5.3 | 7313 | '@swc/helpers': 0.5.3 |
7334 | 7314 | ||
7335 | - '@rspack/plugin-react-refresh@0.6.3(react-refresh@0.14.1)': | 7315 | + '@rspack/plugin-react-refresh@0.6.3(react-refresh@0.14.2)': |
7336 | optionalDependencies: | 7316 | optionalDependencies: |
7337 | - react-refresh: 0.14.1 | 7317 | + react-refresh: 0.14.2 |
7338 | 7318 | ||
7339 | '@sinclair/typebox@0.27.8': {} | 7319 | '@sinclair/typebox@0.27.8': {} |
7340 | 7320 | ||
@@ -7462,7 +7442,7 @@ snapshots: | @@ -7462,7 +7442,7 @@ snapshots: | ||
7462 | 7442 | ||
7463 | '@types/hoist-non-react-statics@3.3.5': | 7443 | '@types/hoist-non-react-statics@3.3.5': |
7464 | dependencies: | 7444 | dependencies: |
7465 | - '@types/react': 18.3.0 | 7445 | + '@types/react': 18.3.1 |
7466 | hoist-non-react-statics: 3.3.2 | 7446 | hoist-non-react-statics: 3.3.2 |
7467 | 7447 | ||
7468 | '@types/html-minifier-terser@6.1.0': {} | 7448 | '@types/html-minifier-terser@6.1.0': {} |
@@ -7488,7 +7468,7 @@ snapshots: | @@ -7488,7 +7468,7 @@ snapshots: | ||
7488 | 7468 | ||
7489 | '@types/loadable__component@5.13.9': | 7469 | '@types/loadable__component@5.13.9': |
7490 | dependencies: | 7470 | dependencies: |
7491 | - '@types/react': 18.3.0 | 7471 | + '@types/react': 18.3.1 |
7492 | 7472 | ||
7493 | '@types/minimist@1.2.5': {} | 7473 | '@types/minimist@1.2.5': {} |
7494 | 7474 | ||
@@ -7506,13 +7486,13 @@ snapshots: | @@ -7506,13 +7486,13 @@ snapshots: | ||
7506 | 7486 | ||
7507 | '@types/react-dom@18.3.0': | 7487 | '@types/react-dom@18.3.0': |
7508 | dependencies: | 7488 | dependencies: |
7509 | - '@types/react': 18.3.0 | 7489 | + '@types/react': 18.3.1 |
7510 | 7490 | ||
7511 | '@types/react-helmet@6.1.11': | 7491 | '@types/react-helmet@6.1.11': |
7512 | dependencies: | 7492 | dependencies: |
7513 | - '@types/react': 18.3.0 | 7493 | + '@types/react': 18.3.1 |
7514 | 7494 | ||
7515 | - '@types/react@18.3.0': | 7495 | + '@types/react@18.3.1': |
7516 | dependencies: | 7496 | dependencies: |
7517 | '@types/prop-types': 15.7.12 | 7497 | '@types/prop-types': 15.7.12 |
7518 | csstype: 3.1.3 | 7498 | csstype: 3.1.3 |
@@ -7524,7 +7504,7 @@ snapshots: | @@ -7524,7 +7504,7 @@ snapshots: | ||
7524 | '@types/styled-components@5.1.34': | 7504 | '@types/styled-components@5.1.34': |
7525 | dependencies: | 7505 | dependencies: |
7526 | '@types/hoist-non-react-statics': 3.3.5 | 7506 | '@types/hoist-non-react-statics': 3.3.5 |
7527 | - '@types/react': 18.3.0 | 7507 | + '@types/react': 18.3.1 |
7528 | csstype: 3.1.3 | 7508 | csstype: 3.1.3 |
7529 | 7509 | ||
7530 | '@types/yargs-parser@21.0.3': {} | 7510 | '@types/yargs-parser@21.0.3': {} |
@@ -7621,10 +7601,10 @@ snapshots: | @@ -7621,10 +7601,10 @@ snapshots: | ||
7621 | 7601 | ||
7622 | '@use-gesture/core@10.2.20': {} | 7602 | '@use-gesture/core@10.2.20': {} |
7623 | 7603 | ||
7624 | - '@use-gesture/react@10.2.20(react@18.3.0)': | 7604 | + '@use-gesture/react@10.2.20(react@18.3.1)': |
7625 | dependencies: | 7605 | dependencies: |
7626 | '@use-gesture/core': 10.2.20 | 7606 | '@use-gesture/core': 10.2.20 |
7627 | - react: 18.3.0 | 7607 | + react: 18.3.1 |
7628 | 7608 | ||
7629 | '@web-std/blob@3.0.5': | 7609 | '@web-std/blob@3.0.5': |
7630 | dependencies: | 7610 | dependencies: |
@@ -7759,14 +7739,14 @@ snapshots: | @@ -7759,14 +7739,14 @@ snapshots: | ||
7759 | 7739 | ||
7760 | acorn@8.11.3: {} | 7740 | acorn@8.11.3: {} |
7761 | 7741 | ||
7762 | - ahooks@3.7.11(react@18.3.0): | 7742 | + ahooks@3.7.11(react@18.3.1): |
7763 | dependencies: | 7743 | dependencies: |
7764 | '@babel/runtime': 7.24.4 | 7744 | '@babel/runtime': 7.24.4 |
7765 | dayjs: 1.11.10 | 7745 | dayjs: 1.11.10 |
7766 | intersection-observer: 0.12.2 | 7746 | intersection-observer: 0.12.2 |
7767 | js-cookie: 2.2.1 | 7747 | js-cookie: 2.2.1 |
7768 | lodash: 4.17.21 | 7748 | lodash: 4.17.21 |
7769 | - react: 18.3.0 | 7749 | + react: 18.3.1 |
7770 | react-fast-compare: 3.2.2 | 7750 | react-fast-compare: 3.2.2 |
7771 | resize-observer-polyfill: 1.5.1 | 7751 | resize-observer-polyfill: 1.5.1 |
7772 | screenfull: 5.2.0 | 7752 | screenfull: 5.2.0 |
@@ -7993,22 +7973,22 @@ snapshots: | @@ -7993,22 +7973,22 @@ snapshots: | ||
7993 | transitivePeerDependencies: | 7973 | transitivePeerDependencies: |
7994 | - supports-color | 7974 | - supports-color |
7995 | 7975 | ||
7996 | - babel-plugin-styled-components@1.13.3(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0)): | 7976 | + babel-plugin-styled-components@1.13.3(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)): |
7997 | dependencies: | 7977 | dependencies: |
7998 | '@babel/helper-annotate-as-pure': 7.22.5 | 7978 | '@babel/helper-annotate-as-pure': 7.22.5 |
7999 | '@babel/helper-module-imports': 7.24.3 | 7979 | '@babel/helper-module-imports': 7.24.3 |
8000 | babel-plugin-syntax-jsx: 6.18.0 | 7980 | babel-plugin-syntax-jsx: 6.18.0 |
8001 | lodash: 4.17.21 | 7981 | lodash: 4.17.21 |
8002 | - styled-components: 5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0) | 7982 | + styled-components: 5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) |
8003 | 7983 | ||
8004 | - babel-plugin-styled-components@2.1.4(@babel/core@7.24.4)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0)): | 7984 | + babel-plugin-styled-components@2.1.4(@babel/core@7.24.4)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)): |
8005 | dependencies: | 7985 | dependencies: |
8006 | '@babel/helper-annotate-as-pure': 7.22.5 | 7986 | '@babel/helper-annotate-as-pure': 7.22.5 |
8007 | '@babel/helper-module-imports': 7.24.3 | 7987 | '@babel/helper-module-imports': 7.24.3 |
8008 | '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) | 7988 | '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) |
8009 | lodash: 4.17.21 | 7989 | lodash: 4.17.21 |
8010 | picomatch: 2.3.1 | 7990 | picomatch: 2.3.1 |
8011 | - styled-components: 5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0) | 7991 | + styled-components: 5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) |
8012 | transitivePeerDependencies: | 7992 | transitivePeerDependencies: |
8013 | - '@babel/core' | 7993 | - '@babel/core' |
8014 | 7994 | ||
@@ -8104,8 +8084,8 @@ snapshots: | @@ -8104,8 +8084,8 @@ snapshots: | ||
8104 | 8084 | ||
8105 | browserslist@4.23.0: | 8085 | browserslist@4.23.0: |
8106 | dependencies: | 8086 | dependencies: |
8107 | - caniuse-lite: 1.0.30001612 | ||
8108 | - electron-to-chromium: 1.4.749 | 8087 | + caniuse-lite: 1.0.30001613 |
8088 | + electron-to-chromium: 1.4.750 | ||
8109 | node-releases: 2.0.14 | 8089 | node-releases: 2.0.14 |
8110 | update-browserslist-db: 1.0.13(browserslist@4.23.0) | 8090 | update-browserslist-db: 1.0.13(browserslist@4.23.0) |
8111 | 8091 | ||
@@ -8158,11 +8138,11 @@ snapshots: | @@ -8158,11 +8138,11 @@ snapshots: | ||
8158 | caniuse-api@3.0.0: | 8138 | caniuse-api@3.0.0: |
8159 | dependencies: | 8139 | dependencies: |
8160 | browserslist: 4.23.0 | 8140 | browserslist: 4.23.0 |
8161 | - caniuse-lite: 1.0.30001612 | 8141 | + caniuse-lite: 1.0.30001613 |
8162 | lodash.memoize: 4.1.2 | 8142 | lodash.memoize: 4.1.2 |
8163 | lodash.uniq: 4.5.0 | 8143 | lodash.uniq: 4.5.0 |
8164 | 8144 | ||
8165 | - caniuse-lite@1.0.30001612: {} | 8145 | + caniuse-lite@1.0.30001613: {} |
8166 | 8146 | ||
8167 | chalk@2.4.2: | 8147 | chalk@2.4.2: |
8168 | dependencies: | 8148 | dependencies: |
@@ -8609,7 +8589,7 @@ snapshots: | @@ -8609,7 +8589,7 @@ snapshots: | ||
8609 | 8589 | ||
8610 | eastasianwidth@0.2.0: {} | 8590 | eastasianwidth@0.2.0: {} |
8611 | 8591 | ||
8612 | - electron-to-chromium@1.4.749: {} | 8592 | + electron-to-chromium@1.4.750: {} |
8613 | 8593 | ||
8614 | elliptic@6.5.5: | 8594 | elliptic@6.5.5: |
8615 | dependencies: | 8595 | dependencies: |
@@ -8727,7 +8707,7 @@ snapshots: | @@ -8727,7 +8707,7 @@ snapshots: | ||
8727 | iterator.prototype: 1.1.2 | 8707 | iterator.prototype: 1.1.2 |
8728 | safe-array-concat: 1.1.2 | 8708 | safe-array-concat: 1.1.2 |
8729 | 8709 | ||
8730 | - es-module-lexer@1.5.0: {} | 8710 | + es-module-lexer@1.5.2: {} |
8731 | 8711 | ||
8732 | es-object-atoms@1.0.0: | 8712 | es-object-atoms@1.0.0: |
8733 | dependencies: | 8713 | dependencies: |
@@ -8901,7 +8881,7 @@ snapshots: | @@ -8901,7 +8881,7 @@ snapshots: | ||
8901 | dependencies: | 8881 | dependencies: |
8902 | eslint: 8.57.0 | 8882 | eslint: 8.57.0 |
8903 | 8883 | ||
8904 | - eslint-plugin-react-hooks@4.6.1(eslint@8.57.0): | 8884 | + eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): |
8905 | dependencies: | 8885 | dependencies: |
8906 | eslint: 8.57.0 | 8886 | eslint: 8.57.0 |
8907 | 8887 | ||
@@ -9011,7 +8991,7 @@ snapshots: | @@ -9011,7 +8991,7 @@ snapshots: | ||
9011 | lodash.merge: 4.6.2 | 8991 | lodash.merge: 4.6.2 |
9012 | minimatch: 3.1.2 | 8992 | minimatch: 3.1.2 |
9013 | natural-compare: 1.4.0 | 8993 | natural-compare: 1.4.0 |
9014 | - optionator: 0.9.3 | 8994 | + optionator: 0.9.4 |
9015 | strip-ansi: 6.0.1 | 8995 | strip-ansi: 6.0.1 |
9016 | text-table: 0.2.0 | 8996 | text-table: 0.2.0 |
9017 | transitivePeerDependencies: | 8997 | transitivePeerDependencies: |
@@ -10146,14 +10126,14 @@ snapshots: | @@ -10146,14 +10126,14 @@ snapshots: | ||
10146 | dependencies: | 10126 | dependencies: |
10147 | mimic-fn: 4.0.0 | 10127 | mimic-fn: 4.0.0 |
10148 | 10128 | ||
10149 | - optionator@0.9.3: | 10129 | + optionator@0.9.4: |
10150 | dependencies: | 10130 | dependencies: |
10151 | - '@aashutoshrathi/word-wrap': 1.2.6 | ||
10152 | deep-is: 0.1.4 | 10131 | deep-is: 0.1.4 |
10153 | fast-levenshtein: 2.0.6 | 10132 | fast-levenshtein: 2.0.6 |
10154 | levn: 0.4.1 | 10133 | levn: 0.4.1 |
10155 | prelude-ls: 1.2.1 | 10134 | prelude-ls: 1.2.1 |
10156 | type-check: 0.4.0 | 10135 | type-check: 0.4.0 |
10136 | + word-wrap: 1.2.5 | ||
10157 | 10137 | ||
10158 | os-browserify@0.3.0: {} | 10138 | os-browserify@0.3.0: {} |
10159 | 10139 | ||
@@ -10561,7 +10541,7 @@ snapshots: | @@ -10561,7 +10541,7 @@ snapshots: | ||
10561 | dependencies: | 10541 | dependencies: |
10562 | '@jest/schemas': 29.6.3 | 10542 | '@jest/schemas': 29.6.3 |
10563 | ansi-styles: 5.2.0 | 10543 | ansi-styles: 5.2.0 |
10564 | - react-is: 18.3.0 | 10544 | + react-is: 18.3.1 |
10565 | 10545 | ||
10566 | process-nextick-args@2.0.1: {} | 10546 | process-nextick-args@2.0.1: {} |
10567 | 10547 | ||
@@ -10683,54 +10663,54 @@ snapshots: | @@ -10683,54 +10663,54 @@ snapshots: | ||
10683 | randombytes: 2.1.0 | 10663 | randombytes: 2.1.0 |
10684 | safe-buffer: 5.2.1 | 10664 | safe-buffer: 5.2.1 |
10685 | 10665 | ||
10686 | - react-dom@18.3.0(react@18.3.0): | 10666 | + react-dom@18.3.1(react@18.3.1): |
10687 | dependencies: | 10667 | dependencies: |
10688 | loose-envify: 1.4.0 | 10668 | loose-envify: 1.4.0 |
10689 | - react: 18.3.0 | ||
10690 | - scheduler: 0.23.1 | 10669 | + react: 18.3.1 |
10670 | + scheduler: 0.23.2 | ||
10691 | 10671 | ||
10692 | react-fast-compare@3.2.2: {} | 10672 | react-fast-compare@3.2.2: {} |
10693 | 10673 | ||
10694 | - react-helmet@6.1.0(react@18.3.0): | 10674 | + react-helmet@6.1.0(react@18.3.1): |
10695 | dependencies: | 10675 | dependencies: |
10696 | object-assign: 4.1.1 | 10676 | object-assign: 4.1.1 |
10697 | prop-types: 15.8.1 | 10677 | prop-types: 15.8.1 |
10698 | - react: 18.3.0 | 10678 | + react: 18.3.1 |
10699 | react-fast-compare: 3.2.2 | 10679 | react-fast-compare: 3.2.2 |
10700 | - react-side-effect: 2.1.2(react@18.3.0) | 10680 | + react-side-effect: 2.1.2(react@18.3.1) |
10701 | 10681 | ||
10702 | react-is@16.13.1: {} | 10682 | react-is@16.13.1: {} |
10703 | 10683 | ||
10704 | - react-is@18.3.0: {} | 10684 | + react-is@18.3.1: {} |
10705 | 10685 | ||
10706 | - react-refresh@0.14.1: {} | 10686 | + react-refresh@0.14.2: {} |
10707 | 10687 | ||
10708 | - react-router-dom@6.22.0(react-dom@18.3.0(react@18.3.0))(react@18.3.0): | 10688 | + react-router-dom@6.22.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): |
10709 | dependencies: | 10689 | dependencies: |
10710 | '@remix-run/router': 1.15.0 | 10690 | '@remix-run/router': 1.15.0 |
10711 | - react: 18.3.0 | ||
10712 | - react-dom: 18.3.0(react@18.3.0) | ||
10713 | - react-router: 6.22.0(react@18.3.0) | 10691 | + react: 18.3.1 |
10692 | + react-dom: 18.3.1(react@18.3.1) | ||
10693 | + react-router: 6.22.0(react@18.3.1) | ||
10714 | 10694 | ||
10715 | - react-router@6.22.0(react@18.3.0): | 10695 | + react-router@6.22.0(react@18.3.1): |
10716 | dependencies: | 10696 | dependencies: |
10717 | '@remix-run/router': 1.15.0 | 10697 | '@remix-run/router': 1.15.0 |
10718 | - react: 18.3.0 | 10698 | + react: 18.3.1 |
10719 | 10699 | ||
10720 | - react-side-effect@2.1.2(react@18.3.0): | 10700 | + react-side-effect@2.1.2(react@18.3.1): |
10721 | dependencies: | 10701 | dependencies: |
10722 | - react: 18.3.0 | 10702 | + react: 18.3.1 |
10723 | 10703 | ||
10724 | - react-transition-group@4.4.5(react-dom@18.3.0(react@18.3.0))(react@18.3.0): | 10704 | + react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): |
10725 | dependencies: | 10705 | dependencies: |
10726 | '@babel/runtime': 7.24.4 | 10706 | '@babel/runtime': 7.24.4 |
10727 | dom-helpers: 5.2.1 | 10707 | dom-helpers: 5.2.1 |
10728 | loose-envify: 1.4.0 | 10708 | loose-envify: 1.4.0 |
10729 | prop-types: 15.8.1 | 10709 | prop-types: 15.8.1 |
10730 | - react: 18.3.0 | ||
10731 | - react-dom: 18.3.0(react@18.3.0) | 10710 | + react: 18.3.1 |
10711 | + react-dom: 18.3.1(react@18.3.1) | ||
10732 | 10712 | ||
10733 | - react@18.3.0: | 10713 | + react@18.3.1: |
10734 | dependencies: | 10714 | dependencies: |
10735 | loose-envify: 1.4.0 | 10715 | loose-envify: 1.4.0 |
10736 | 10716 | ||
@@ -10938,7 +10918,7 @@ snapshots: | @@ -10938,7 +10918,7 @@ snapshots: | ||
10938 | dependencies: | 10918 | dependencies: |
10939 | regexp-tree: 0.1.27 | 10919 | regexp-tree: 0.1.27 |
10940 | 10920 | ||
10941 | - scheduler@0.23.1: | 10921 | + scheduler@0.23.2: |
10942 | dependencies: | 10922 | dependencies: |
10943 | loose-envify: 1.4.0 | 10923 | loose-envify: 1.4.0 |
10944 | 10924 | ||
@@ -11178,19 +11158,19 @@ snapshots: | @@ -11178,19 +11158,19 @@ snapshots: | ||
11178 | 11158 | ||
11179 | style-search@0.1.0: {} | 11159 | style-search@0.1.0: {} |
11180 | 11160 | ||
11181 | - styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0): | 11161 | + styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1): |
11182 | dependencies: | 11162 | dependencies: |
11183 | '@babel/helper-module-imports': 7.24.3 | 11163 | '@babel/helper-module-imports': 7.24.3 |
11184 | '@babel/traverse': 7.24.1(supports-color@5.5.0) | 11164 | '@babel/traverse': 7.24.1(supports-color@5.5.0) |
11185 | '@emotion/is-prop-valid': 1.2.2 | 11165 | '@emotion/is-prop-valid': 1.2.2 |
11186 | '@emotion/stylis': 0.8.5 | 11166 | '@emotion/stylis': 0.8.5 |
11187 | '@emotion/unitless': 0.7.5 | 11167 | '@emotion/unitless': 0.7.5 |
11188 | - babel-plugin-styled-components: 2.1.4(@babel/core@7.24.4)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.0(react@18.3.0))(react-is@18.3.0)(react@18.3.0)) | 11168 | + babel-plugin-styled-components: 2.1.4(@babel/core@7.24.4)(styled-components@5.3.11(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)) |
11189 | css-to-react-native: 3.2.0 | 11169 | css-to-react-native: 3.2.0 |
11190 | hoist-non-react-statics: 3.3.2 | 11170 | hoist-non-react-statics: 3.3.2 |
11191 | - react: 18.3.0 | ||
11192 | - react-dom: 18.3.0(react@18.3.0) | ||
11193 | - react-is: 18.3.0 | 11171 | + react: 18.3.1 |
11172 | + react-dom: 18.3.1(react@18.3.1) | ||
11173 | + react-is: 18.3.1 | ||
11194 | shallowequal: 1.1.0 | 11174 | shallowequal: 1.1.0 |
11195 | supports-color: 5.5.0 | 11175 | supports-color: 5.5.0 |
11196 | transitivePeerDependencies: | 11176 | transitivePeerDependencies: |
@@ -11543,10 +11523,10 @@ snapshots: | @@ -11543,10 +11523,10 @@ snapshots: | ||
11543 | punycode: 1.4.1 | 11523 | punycode: 1.4.1 |
11544 | qs: 6.12.1 | 11524 | qs: 6.12.1 |
11545 | 11525 | ||
11546 | - use-immer@0.9.0(immer@9.0.21)(react@18.3.0): | 11526 | + use-immer@0.9.0(immer@9.0.21)(react@18.3.1): |
11547 | dependencies: | 11527 | dependencies: |
11548 | immer: 9.0.21 | 11528 | immer: 9.0.21 |
11549 | - react: 18.3.0 | 11529 | + react: 18.3.1 |
11550 | 11530 | ||
11551 | util-deprecate@1.0.2: {} | 11531 | util-deprecate@1.0.2: {} |
11552 | 11532 | ||
@@ -11608,7 +11588,7 @@ snapshots: | @@ -11608,7 +11588,7 @@ snapshots: | ||
11608 | browserslist: 4.23.0 | 11588 | browserslist: 4.23.0 |
11609 | chrome-trace-event: 1.0.3 | 11589 | chrome-trace-event: 1.0.3 |
11610 | enhanced-resolve: 5.16.0 | 11590 | enhanced-resolve: 5.16.0 |
11611 | - es-module-lexer: 1.5.0 | 11591 | + es-module-lexer: 1.5.2 |
11612 | eslint-scope: 5.1.1 | 11592 | eslint-scope: 5.1.1 |
11613 | events: 3.3.0 | 11593 | events: 3.3.0 |
11614 | glob-to-regexp: 0.4.1 | 11594 | glob-to-regexp: 0.4.1 |
@@ -11680,6 +11660,8 @@ snapshots: | @@ -11680,6 +11660,8 @@ snapshots: | ||
11680 | assert-never: 1.2.1 | 11660 | assert-never: 1.2.1 |
11681 | babel-walk: 3.0.0-canary-5 | 11661 | babel-walk: 3.0.0-canary-5 |
11682 | 11662 | ||
11663 | + word-wrap@1.2.5: {} | ||
11664 | + | ||
11683 | wrap-ansi@7.0.0: | 11665 | wrap-ansi@7.0.0: |
11684 | dependencies: | 11666 | dependencies: |
11685 | ansi-styles: 4.3.0 | 11667 | ansi-styles: 4.3.0 |
src/routes/demo/page.tsx
1 | import { Helmet } from '@modern-js/runtime/head'; | 1 | import { Helmet } from '@modern-js/runtime/head'; |
2 | -import { ListRow, Button } from '@feewee/h5app-common'; | 2 | +import { ListRow, Button, Icon, IconFont, Space } from '@feewee/h5app-common'; |
3 | 3 | ||
4 | const Index = () => ( | 4 | const Index = () => ( |
5 | <> | 5 | <> |
@@ -10,6 +10,10 @@ const Index = () => ( | @@ -10,6 +10,10 @@ const Index = () => ( | ||
10 | <div>demo 页面</div> | 10 | <div>demo 页面</div> |
11 | <ListRow title="标题" description="副标题" extra="描述文字" radius={6} align="center" onClick={() => console.info('点击事件')} /> | 11 | <ListRow title="标题" description="副标题" extra="描述文字" radius={6} align="center" onClick={() => console.info('点击事件')} /> |
12 | <Button type="primary">默认</Button> | 12 | <Button type="primary">默认</Button> |
13 | + <Space> | ||
14 | + <Icon.Add /> | ||
15 | + <IconFont name="down" /> | ||
16 | + </Space> | ||
13 | </main> | 17 | </main> |
14 | </> | 18 | </> |
15 | ); | 19 | ); |