Commit 3edf0d12cb91b630f276043acc8560654d4b719b
1 parent
e276640a
🚚 chore(*): 更新依赖
Showing
4 changed files
with
3480 additions
and
1890 deletions
modern.config.ts
package.json
... | ... | @@ -5,8 +5,10 @@ |
5 | 5 | "reset": "npx rimraf ./**/node_modules", |
6 | 6 | "dev": "cross-env MODERN_ENV=staging modern dev", |
7 | 7 | "dev:prod": "cross-env MODERN_ENV=prod modern dev", |
8 | + "dev:ultra": "cross-env MODERN_ENV=ultra modern dev", | |
8 | 9 | "build": "cross-env MODERN_ENV=staging modern build", |
9 | 10 | "build:prod": "cross-env MODERN_ENV=prod modern build", |
11 | + "build:ultra": "cross-env MODERN_ENV=ultra modern build", | |
10 | 12 | "serve": "modern serve", |
11 | 13 | "new": "modern new", |
12 | 14 | "lint": "modern lint", |
... | ... | @@ -23,34 +25,35 @@ |
23 | 25 | "dist/" |
24 | 26 | ], |
25 | 27 | "dependencies": { |
26 | - "@feewee/h5app-common": "^0.1.39", | |
27 | - "@modern-js/runtime": "~2.49.4", | |
28 | + "@feewee/h5app-common": "^0.1.58", | |
29 | + "@modern-js/runtime": "~2.56.2", | |
28 | 30 | "ahooks": "^3.8.0", |
31 | + "antd": "^5.19.4", | |
29 | 32 | "clsx": "^2.1.1", |
30 | - "dayjs": "^1.11.11", | |
33 | + "dayjs": "^1.11.12", | |
31 | 34 | "react": "^18.3.1", |
32 | 35 | "react-dom": "^18.3.1", |
33 | 36 | "use-immer": "^0.9.0" |
34 | 37 | }, |
35 | 38 | "devDependencies": { |
36 | 39 | "@feewee/fabric": "^1.1.8", |
37 | - "@modern-js-app/eslint-config": "~2.49.4", | |
38 | - "@modern-js/app-tools": "~2.49.4", | |
39 | - "@modern-js/eslint-config": "~2.49.4", | |
40 | - "@modern-js/plugin-tailwindcss": "~2.49.4", | |
41 | - "@modern-js/tsconfig": "~2.49.4", | |
40 | + "@modern-js-app/eslint-config": "~2.56.2", | |
41 | + "@modern-js/app-tools": "~2.56.2", | |
42 | + "@modern-js/eslint-config": "~2.56.2", | |
43 | + "@modern-js/plugin-tailwindcss": "~2.56.2", | |
44 | + "@modern-js/tsconfig": "~2.56.2", | |
42 | 45 | "@types/jest": "^29.5.12", |
43 | - "@types/node": "^18.19.39", | |
46 | + "@types/node": "^18.19.42", | |
44 | 47 | "@types/react": "^18.3.3", |
45 | 48 | "@types/react-dom": "^18.3.0", |
46 | 49 | "cross-env": "^7.0.3", |
47 | 50 | "eslint": "^8.57.0", |
48 | - "husky": "^9.0.11", | |
51 | + "husky": "^9.1.4", | |
49 | 52 | "lint-staged": "^15.2.7", |
50 | - "prettier": "^3.3.2", | |
51 | - "rimraf": "^5.0.7", | |
52 | - "tailwindcss": "^3.4.4", | |
53 | - "typescript": "^5.5.2" | |
53 | + "prettier": "^3.3.3", | |
54 | + "rimraf": "^5.0.9", | |
55 | + "tailwindcss": "^3.4.7", | |
56 | + "typescript": "^5.5.4" | |
54 | 57 | }, |
55 | 58 | "pnpm": { |
56 | 59 | "peerDependencies": { | ... | ... |
pnpm-lock.yaml
Changes suppressed. Click to show
... | ... | @@ -9,20 +9,23 @@ importers: |
9 | 9 | .: |
10 | 10 | dependencies: |
11 | 11 | '@feewee/h5app-common': |
12 | - specifier: ^0.1.39 | |
13 | - version: 0.1.39(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12 | + specifier: ^0.1.58 | |
13 | + version: 0.1.58(antd@5.19.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
14 | 14 | '@modern-js/runtime': |
15 | - specifier: ~2.49.4 | |
16 | - version: 2.49.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.92.1(esbuild@0.17.19)) | |
15 | + specifier: ~2.56.2 | |
16 | + version: 2.56.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
17 | 17 | ahooks: |
18 | 18 | specifier: ^3.8.0 |
19 | 19 | version: 3.8.0(react@18.3.1) |
20 | + antd: | |
21 | + specifier: ^5.19.4 | |
22 | + version: 5.19.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
20 | 23 | clsx: |
21 | 24 | specifier: ^2.1.1 |
22 | 25 | version: 2.1.1 |
23 | 26 | dayjs: |
24 | - specifier: ^1.11.11 | |
25 | - version: 1.11.11 | |
27 | + specifier: ^1.11.12 | |
28 | + version: 1.11.12 | |
26 | 29 | react: |
27 | 30 | specifier: ^18.3.1 |
28 | 31 | version: 18.3.1 |
... | ... | @@ -37,26 +40,26 @@ importers: |
37 | 40 | specifier: ^1.1.8 |
38 | 41 | version: 1.1.8 |
39 | 42 | '@modern-js-app/eslint-config': |
40 | - specifier: ~2.49.4 | |
41 | - version: 2.49.4(typescript@5.5.2) | |
43 | + specifier: ~2.56.2 | |
44 | + version: 2.56.2(typescript@5.5.4) | |
42 | 45 | '@modern-js/app-tools': |
43 | - specifier: ~2.49.4 | |
44 | - version: 2.49.4(@rspack/core@0.6.5(@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.7)(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.5.2) | |
46 | + specifier: ~2.56.2 | |
47 | + version: 2.56.2(@rspack/core@0.6.5(@swc/helpers@0.5.11))(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.25.2)(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.5.4) | |
45 | 48 | '@modern-js/eslint-config': |
46 | - specifier: ~2.49.4 | |
47 | - version: 2.49.4(typescript@5.5.2) | |
49 | + specifier: ~2.56.2 | |
50 | + version: 2.56.2(typescript@5.5.4) | |
48 | 51 | '@modern-js/plugin-tailwindcss': |
49 | - specifier: ~2.49.4 | |
50 | - version: 2.49.4(@modern-js/runtime@2.49.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.92.1(esbuild@0.17.19)))(tailwindcss@3.4.4) | |
52 | + specifier: ~2.56.2 | |
53 | + version: 2.56.2(@modern-js/runtime@2.56.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(tailwindcss@3.4.7) | |
51 | 54 | '@modern-js/tsconfig': |
52 | - specifier: ~2.49.4 | |
53 | - version: 2.49.4 | |
55 | + specifier: ~2.56.2 | |
56 | + version: 2.56.2 | |
54 | 57 | '@types/jest': |
55 | 58 | specifier: ^29.5.12 |
56 | 59 | version: 29.5.12 |
57 | 60 | '@types/node': |
58 | - specifier: ^18.19.39 | |
59 | - version: 18.19.39 | |
61 | + specifier: ^18.19.42 | |
62 | + version: 18.19.42 | |
60 | 63 | '@types/react': |
61 | 64 | specifier: ^18.3.3 |
62 | 65 | version: 18.3.3 |
... | ... | @@ -70,23 +73,23 @@ importers: |
70 | 73 | specifier: ^8.57.0 |
71 | 74 | version: 8.57.0 |
72 | 75 | husky: |
73 | - specifier: ^9.0.11 | |
74 | - version: 9.0.11 | |
76 | + specifier: ^9.1.4 | |
77 | + version: 9.1.4 | |
75 | 78 | lint-staged: |
76 | 79 | specifier: ^15.2.7 |
77 | 80 | version: 15.2.7 |
78 | 81 | prettier: |
79 | - specifier: ^3.3.2 | |
80 | - version: 3.3.2 | |
82 | + specifier: ^3.3.3 | |
83 | + version: 3.3.3 | |
81 | 84 | rimraf: |
82 | - specifier: ^5.0.7 | |
83 | - version: 5.0.7 | |
85 | + specifier: ^5.0.9 | |
86 | + version: 5.0.9 | |
84 | 87 | tailwindcss: |
85 | - specifier: ^3.4.4 | |
86 | - version: 3.4.4 | |
88 | + specifier: ^3.4.7 | |
89 | + version: 3.4.7 | |
87 | 90 | typescript: |
88 | - specifier: ^5.5.2 | |
89 | - version: 5.5.2 | |
91 | + specifier: ^5.5.4 | |
92 | + version: 5.5.4 | |
90 | 93 | |
91 | 94 | packages: |
92 | 95 | |
... | ... | @@ -98,34 +101,64 @@ packages: |
98 | 101 | resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} |
99 | 102 | engines: {node: '>=6.0.0'} |
100 | 103 | |
104 | + '@ant-design/colors@7.1.0': | |
105 | + resolution: {integrity: sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==} | |
106 | + | |
107 | + '@ant-design/cssinjs-utils@1.0.3': | |
108 | + resolution: {integrity: sha512-BrztZZKuoYcJK8uEH40ylBemf/Mu/QPiDos56g2bv6eUoniQkgQHOCOvA3+pncoFO1TaS8xcUCIqGzDA0I+ZVQ==} | |
109 | + peerDependencies: | |
110 | + react: '>=16.9.0' | |
111 | + react-dom: '>=16.9.0' | |
112 | + | |
113 | + '@ant-design/cssinjs@1.21.0': | |
114 | + resolution: {integrity: sha512-gIilraPl+9EoKdYxnupxjHB/Q6IHNRjEXszKbDxZdsgv4sAZ9pjkCq8yanDWNvyfjp4leir2OVAJm0vxwKK8YA==} | |
115 | + peerDependencies: | |
116 | + react: '>=16.0.0' | |
117 | + react-dom: '>=16.0.0' | |
118 | + | |
119 | + '@ant-design/icons-svg@4.4.2': | |
120 | + resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==} | |
121 | + | |
122 | + '@ant-design/icons@5.4.0': | |
123 | + resolution: {integrity: sha512-QZbWC5xQYexCI5q4/fehSEkchJr5UGtvAJweT743qKUQQGs9IH2DehNLP49DJ3Ii9m9CijD2HN6fNy3WKhIFdA==} | |
124 | + engines: {node: '>=8'} | |
125 | + peerDependencies: | |
126 | + react: '>=16.0.0' | |
127 | + react-dom: '>=16.0.0' | |
128 | + | |
129 | + '@ant-design/react-slick@1.1.2': | |
130 | + resolution: {integrity: sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==} | |
131 | + peerDependencies: | |
132 | + react: '>=16.9.0' | |
133 | + | |
101 | 134 | '@babel/code-frame@7.24.7': |
102 | 135 | resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} |
103 | 136 | engines: {node: '>=6.9.0'} |
104 | 137 | |
105 | - '@babel/compat-data@7.24.7': | |
106 | - resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==} | |
138 | + '@babel/compat-data@7.25.2': | |
139 | + resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} | |
107 | 140 | engines: {node: '>=6.9.0'} |
108 | 141 | |
109 | - '@babel/core@7.24.7': | |
110 | - resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==} | |
142 | + '@babel/core@7.25.2': | |
143 | + resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} | |
111 | 144 | engines: {node: '>=6.9.0'} |
112 | 145 | |
113 | - '@babel/eslint-parser@7.24.7': | |
114 | - resolution: {integrity: sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==} | |
146 | + '@babel/eslint-parser@7.25.1': | |
147 | + resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==} | |
115 | 148 | engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} |
116 | 149 | peerDependencies: |
117 | 150 | '@babel/core': ^7.11.0 |
118 | 151 | eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 |
119 | 152 | |
120 | - '@babel/eslint-plugin@7.24.7': | |
121 | - resolution: {integrity: sha512-lODNPJnM+OfcxxBvdmI2YmUeC0fBK3k9yET5O+1Eukr8d5VpO19c6ARtNheE2t2i/8XNYTzp3HeGEAAGZH3nnQ==} | |
153 | + '@babel/eslint-plugin@7.25.1': | |
154 | + resolution: {integrity: sha512-jF04YOsrCbEeQk4s+FwsuRddwBiAHooMDG9/nrV83HiYQwEuQppbXTeXyydxCoH5oEWmVBI51wHuZrcIXMkPfw==} | |
122 | 155 | engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} |
123 | 156 | peerDependencies: |
124 | 157 | '@babel/eslint-parser': ^7.11.0 |
125 | 158 | eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 |
126 | 159 | |
127 | - '@babel/generator@7.24.7': | |
128 | - resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==} | |
160 | + '@babel/generator@7.25.0': | |
161 | + resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} | |
129 | 162 | engines: {node: '>=6.9.0'} |
130 | 163 | |
131 | 164 | '@babel/helper-annotate-as-pure@7.24.7': |
... | ... | @@ -136,18 +169,18 @@ packages: |
136 | 169 | resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} |
137 | 170 | engines: {node: '>=6.9.0'} |
138 | 171 | |
139 | - '@babel/helper-compilation-targets@7.24.7': | |
140 | - resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==} | |
172 | + '@babel/helper-compilation-targets@7.25.2': | |
173 | + resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} | |
141 | 174 | engines: {node: '>=6.9.0'} |
142 | 175 | |
143 | - '@babel/helper-create-class-features-plugin@7.24.7': | |
144 | - resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==} | |
176 | + '@babel/helper-create-class-features-plugin@7.25.0': | |
177 | + resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} | |
145 | 178 | engines: {node: '>=6.9.0'} |
146 | 179 | peerDependencies: |
147 | 180 | '@babel/core': ^7.0.0 |
148 | 181 | |
149 | - '@babel/helper-create-regexp-features-plugin@7.24.7': | |
150 | - resolution: {integrity: sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==} | |
182 | + '@babel/helper-create-regexp-features-plugin@7.25.2': | |
183 | + resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} | |
151 | 184 | engines: {node: '>=6.9.0'} |
152 | 185 | peerDependencies: |
153 | 186 | '@babel/core': ^7.0.0 |
... | ... | @@ -157,28 +190,16 @@ packages: |
157 | 190 | peerDependencies: |
158 | 191 | '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 |
159 | 192 | |
160 | - '@babel/helper-environment-visitor@7.24.7': | |
161 | - resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} | |
162 | - engines: {node: '>=6.9.0'} | |
163 | - | |
164 | - '@babel/helper-function-name@7.24.7': | |
165 | - resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==} | |
166 | - engines: {node: '>=6.9.0'} | |
167 | - | |
168 | - '@babel/helper-hoist-variables@7.24.7': | |
169 | - resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} | |
170 | - engines: {node: '>=6.9.0'} | |
171 | - | |
172 | - '@babel/helper-member-expression-to-functions@7.24.7': | |
173 | - resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==} | |
193 | + '@babel/helper-member-expression-to-functions@7.24.8': | |
194 | + resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} | |
174 | 195 | engines: {node: '>=6.9.0'} |
175 | 196 | |
176 | 197 | '@babel/helper-module-imports@7.24.7': |
177 | 198 | resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} |
178 | 199 | engines: {node: '>=6.9.0'} |
179 | 200 | |
180 | - '@babel/helper-module-transforms@7.24.7': | |
181 | - resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==} | |
201 | + '@babel/helper-module-transforms@7.25.2': | |
202 | + resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} | |
182 | 203 | engines: {node: '>=6.9.0'} |
183 | 204 | peerDependencies: |
184 | 205 | '@babel/core': ^7.0.0 |
... | ... | @@ -187,18 +208,18 @@ packages: |
187 | 208 | resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} |
188 | 209 | engines: {node: '>=6.9.0'} |
189 | 210 | |
190 | - '@babel/helper-plugin-utils@7.24.7': | |
191 | - resolution: {integrity: sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==} | |
211 | + '@babel/helper-plugin-utils@7.24.8': | |
212 | + resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} | |
192 | 213 | engines: {node: '>=6.9.0'} |
193 | 214 | |
194 | - '@babel/helper-remap-async-to-generator@7.24.7': | |
195 | - resolution: {integrity: sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==} | |
215 | + '@babel/helper-remap-async-to-generator@7.25.0': | |
216 | + resolution: {integrity: sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==} | |
196 | 217 | engines: {node: '>=6.9.0'} |
197 | 218 | peerDependencies: |
198 | 219 | '@babel/core': ^7.0.0 |
199 | 220 | |
200 | - '@babel/helper-replace-supers@7.24.7': | |
201 | - resolution: {integrity: sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==} | |
221 | + '@babel/helper-replace-supers@7.25.0': | |
222 | + resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} | |
202 | 223 | engines: {node: '>=6.9.0'} |
203 | 224 | peerDependencies: |
204 | 225 | '@babel/core': ^7.0.0 |
... | ... | @@ -211,47 +232,49 @@ packages: |
211 | 232 | resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} |
212 | 233 | engines: {node: '>=6.9.0'} |
213 | 234 | |
214 | - '@babel/helper-split-export-declaration@7.24.7': | |
215 | - resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} | |
216 | - engines: {node: '>=6.9.0'} | |
217 | - | |
218 | - '@babel/helper-string-parser@7.24.7': | |
219 | - resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} | |
235 | + '@babel/helper-string-parser@7.24.8': | |
236 | + resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} | |
220 | 237 | engines: {node: '>=6.9.0'} |
221 | 238 | |
222 | 239 | '@babel/helper-validator-identifier@7.24.7': |
223 | 240 | resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} |
224 | 241 | engines: {node: '>=6.9.0'} |
225 | 242 | |
226 | - '@babel/helper-validator-option@7.24.7': | |
227 | - resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==} | |
243 | + '@babel/helper-validator-option@7.24.8': | |
244 | + resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} | |
228 | 245 | engines: {node: '>=6.9.0'} |
229 | 246 | |
230 | - '@babel/helper-wrap-function@7.24.7': | |
231 | - resolution: {integrity: sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==} | |
247 | + '@babel/helper-wrap-function@7.25.0': | |
248 | + resolution: {integrity: sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==} | |
232 | 249 | engines: {node: '>=6.9.0'} |
233 | 250 | |
234 | - '@babel/helpers@7.24.7': | |
235 | - resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==} | |
251 | + '@babel/helpers@7.25.0': | |
252 | + resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} | |
236 | 253 | engines: {node: '>=6.9.0'} |
237 | 254 | |
238 | 255 | '@babel/highlight@7.24.7': |
239 | 256 | resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} |
240 | 257 | engines: {node: '>=6.9.0'} |
241 | 258 | |
242 | - '@babel/parser@7.24.7': | |
243 | - resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} | |
259 | + '@babel/parser@7.25.0': | |
260 | + resolution: {integrity: sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==} | |
244 | 261 | engines: {node: '>=6.0.0'} |
245 | 262 | hasBin: true |
246 | 263 | |
247 | - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7': | |
248 | - resolution: {integrity: sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==} | |
264 | + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.0': | |
265 | + resolution: {integrity: sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==} | |
266 | + engines: {node: '>=6.9.0'} | |
267 | + peerDependencies: | |
268 | + '@babel/core': ^7.0.0 | |
269 | + | |
270 | + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0': | |
271 | + resolution: {integrity: sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==} | |
249 | 272 | engines: {node: '>=6.9.0'} |
250 | 273 | peerDependencies: |
251 | 274 | '@babel/core': ^7.0.0 |
252 | 275 | |
253 | - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7': | |
254 | - resolution: {integrity: sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==} | |
276 | + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0': | |
277 | + resolution: {integrity: sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==} | |
255 | 278 | engines: {node: '>=6.9.0'} |
256 | 279 | peerDependencies: |
257 | 280 | '@babel/core': ^7.0.0 |
... | ... | @@ -262,8 +285,8 @@ packages: |
262 | 285 | peerDependencies: |
263 | 286 | '@babel/core': ^7.13.0 |
264 | 287 | |
265 | - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7': | |
266 | - resolution: {integrity: sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==} | |
288 | + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0': | |
289 | + resolution: {integrity: sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==} | |
267 | 290 | engines: {node: '>=6.9.0'} |
268 | 291 | peerDependencies: |
269 | 292 | '@babel/core': ^7.0.0 |
... | ... | @@ -436,8 +459,8 @@ packages: |
436 | 459 | peerDependencies: |
437 | 460 | '@babel/core': ^7.0.0-0 |
438 | 461 | |
439 | - '@babel/plugin-transform-async-generator-functions@7.24.7': | |
440 | - resolution: {integrity: sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==} | |
462 | + '@babel/plugin-transform-async-generator-functions@7.25.0': | |
463 | + resolution: {integrity: sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==} | |
441 | 464 | engines: {node: '>=6.9.0'} |
442 | 465 | peerDependencies: |
443 | 466 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -454,8 +477,8 @@ packages: |
454 | 477 | peerDependencies: |
455 | 478 | '@babel/core': ^7.0.0-0 |
456 | 479 | |
457 | - '@babel/plugin-transform-block-scoping@7.24.7': | |
458 | - resolution: {integrity: sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==} | |
480 | + '@babel/plugin-transform-block-scoping@7.25.0': | |
481 | + resolution: {integrity: sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==} | |
459 | 482 | engines: {node: '>=6.9.0'} |
460 | 483 | peerDependencies: |
461 | 484 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -472,8 +495,8 @@ packages: |
472 | 495 | peerDependencies: |
473 | 496 | '@babel/core': ^7.12.0 |
474 | 497 | |
475 | - '@babel/plugin-transform-classes@7.24.7': | |
476 | - resolution: {integrity: sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==} | |
498 | + '@babel/plugin-transform-classes@7.25.0': | |
499 | + resolution: {integrity: sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==} | |
477 | 500 | engines: {node: '>=6.9.0'} |
478 | 501 | peerDependencies: |
479 | 502 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -484,8 +507,8 @@ packages: |
484 | 507 | peerDependencies: |
485 | 508 | '@babel/core': ^7.0.0-0 |
486 | 509 | |
487 | - '@babel/plugin-transform-destructuring@7.24.7': | |
488 | - resolution: {integrity: sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==} | |
510 | + '@babel/plugin-transform-destructuring@7.24.8': | |
511 | + resolution: {integrity: sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==} | |
489 | 512 | engines: {node: '>=6.9.0'} |
490 | 513 | peerDependencies: |
491 | 514 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -502,6 +525,12 @@ packages: |
502 | 525 | peerDependencies: |
503 | 526 | '@babel/core': ^7.0.0-0 |
504 | 527 | |
528 | + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0': | |
529 | + resolution: {integrity: sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==} | |
530 | + engines: {node: '>=6.9.0'} | |
531 | + peerDependencies: | |
532 | + '@babel/core': ^7.0.0 | |
533 | + | |
505 | 534 | '@babel/plugin-transform-dynamic-import@7.24.7': |
506 | 535 | resolution: {integrity: sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==} |
507 | 536 | engines: {node: '>=6.9.0'} |
... | ... | @@ -526,8 +555,8 @@ packages: |
526 | 555 | peerDependencies: |
527 | 556 | '@babel/core': ^7.0.0-0 |
528 | 557 | |
529 | - '@babel/plugin-transform-function-name@7.24.7': | |
530 | - resolution: {integrity: sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==} | |
558 | + '@babel/plugin-transform-function-name@7.25.1': | |
559 | + resolution: {integrity: sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==} | |
531 | 560 | engines: {node: '>=6.9.0'} |
532 | 561 | peerDependencies: |
533 | 562 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -538,8 +567,8 @@ packages: |
538 | 567 | peerDependencies: |
539 | 568 | '@babel/core': ^7.0.0-0 |
540 | 569 | |
541 | - '@babel/plugin-transform-literals@7.24.7': | |
542 | - resolution: {integrity: sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==} | |
570 | + '@babel/plugin-transform-literals@7.25.2': | |
571 | + resolution: {integrity: sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==} | |
543 | 572 | engines: {node: '>=6.9.0'} |
544 | 573 | peerDependencies: |
545 | 574 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -562,14 +591,14 @@ packages: |
562 | 591 | peerDependencies: |
563 | 592 | '@babel/core': ^7.0.0-0 |
564 | 593 | |
565 | - '@babel/plugin-transform-modules-commonjs@7.24.7': | |
566 | - resolution: {integrity: sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==} | |
594 | + '@babel/plugin-transform-modules-commonjs@7.24.8': | |
595 | + resolution: {integrity: sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==} | |
567 | 596 | engines: {node: '>=6.9.0'} |
568 | 597 | peerDependencies: |
569 | 598 | '@babel/core': ^7.0.0-0 |
570 | 599 | |
571 | - '@babel/plugin-transform-modules-systemjs@7.24.7': | |
572 | - resolution: {integrity: sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==} | |
600 | + '@babel/plugin-transform-modules-systemjs@7.25.0': | |
601 | + resolution: {integrity: sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==} | |
573 | 602 | engines: {node: '>=6.9.0'} |
574 | 603 | peerDependencies: |
575 | 604 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -622,8 +651,8 @@ packages: |
622 | 651 | peerDependencies: |
623 | 652 | '@babel/core': ^7.0.0-0 |
624 | 653 | |
625 | - '@babel/plugin-transform-optional-chaining@7.24.7': | |
626 | - resolution: {integrity: sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==} | |
654 | + '@babel/plugin-transform-optional-chaining@7.24.8': | |
655 | + resolution: {integrity: sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==} | |
627 | 656 | engines: {node: '>=6.9.0'} |
628 | 657 | peerDependencies: |
629 | 658 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -664,8 +693,8 @@ packages: |
664 | 693 | peerDependencies: |
665 | 694 | '@babel/core': ^7.0.0-0 |
666 | 695 | |
667 | - '@babel/plugin-transform-react-jsx@7.24.7': | |
668 | - resolution: {integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==} | |
696 | + '@babel/plugin-transform-react-jsx@7.25.2': | |
697 | + resolution: {integrity: sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==} | |
669 | 698 | engines: {node: '>=6.9.0'} |
670 | 699 | peerDependencies: |
671 | 700 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -718,14 +747,14 @@ packages: |
718 | 747 | peerDependencies: |
719 | 748 | '@babel/core': ^7.0.0-0 |
720 | 749 | |
721 | - '@babel/plugin-transform-typeof-symbol@7.24.7': | |
722 | - resolution: {integrity: sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==} | |
750 | + '@babel/plugin-transform-typeof-symbol@7.24.8': | |
751 | + resolution: {integrity: sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==} | |
723 | 752 | engines: {node: '>=6.9.0'} |
724 | 753 | peerDependencies: |
725 | 754 | '@babel/core': ^7.0.0-0 |
726 | 755 | |
727 | - '@babel/plugin-transform-typescript@7.24.7': | |
728 | - resolution: {integrity: sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==} | |
756 | + '@babel/plugin-transform-typescript@7.25.2': | |
757 | + resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} | |
729 | 758 | engines: {node: '>=6.9.0'} |
730 | 759 | peerDependencies: |
731 | 760 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -754,8 +783,8 @@ packages: |
754 | 783 | peerDependencies: |
755 | 784 | '@babel/core': ^7.0.0 |
756 | 785 | |
757 | - '@babel/preset-env@7.24.7': | |
758 | - resolution: {integrity: sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==} | |
786 | + '@babel/preset-env@7.25.2': | |
787 | + resolution: {integrity: sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==} | |
759 | 788 | engines: {node: '>=6.9.0'} |
760 | 789 | peerDependencies: |
761 | 790 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -786,45 +815,48 @@ packages: |
786 | 815 | '@babel/regjsgen@0.8.0': |
787 | 816 | resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} |
788 | 817 | |
789 | - '@babel/runtime@7.24.7': | |
790 | - resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==} | |
818 | + '@babel/runtime@7.25.0': | |
819 | + resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} | |
791 | 820 | engines: {node: '>=6.9.0'} |
792 | 821 | |
793 | - '@babel/template@7.24.7': | |
794 | - resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} | |
822 | + '@babel/template@7.25.0': | |
823 | + resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} | |
795 | 824 | engines: {node: '>=6.9.0'} |
796 | 825 | |
797 | - '@babel/traverse@7.24.7': | |
798 | - resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==} | |
826 | + '@babel/traverse@7.25.2': | |
827 | + resolution: {integrity: sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==} | |
799 | 828 | engines: {node: '>=6.9.0'} |
800 | 829 | |
801 | - '@babel/types@7.24.7': | |
802 | - resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} | |
830 | + '@babel/types@7.25.2': | |
831 | + resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} | |
803 | 832 | engines: {node: '>=6.9.0'} |
804 | 833 | |
805 | - '@csstools/cascade-layer-name-parser@1.0.11': | |
806 | - resolution: {integrity: sha512-yhsonEAhaWRQvHFYhSzOUobH2Ev++fMci+ppFRagw0qVSPlcPV4FnNmlwpM/b2BM10ZeMRkVV4So6YRswD0O0w==} | |
834 | + '@bufbuild/protobuf@1.10.0': | |
835 | + resolution: {integrity: sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==} | |
836 | + | |
837 | + '@csstools/cascade-layer-name-parser@1.0.13': | |
838 | + resolution: {integrity: sha512-MX0yLTwtZzr82sQ0zOjqimpZbzjMaK/h2pmlrLK7DCzlmiZLYFpoO94WmN1akRVo6ll/TdpHb53vihHLUMyvng==} | |
807 | 839 | engines: {node: ^14 || ^16 || >=18} |
808 | 840 | peerDependencies: |
809 | - '@csstools/css-parser-algorithms': ^2.6.3 | |
810 | - '@csstools/css-tokenizer': ^2.3.1 | |
841 | + '@csstools/css-parser-algorithms': ^2.7.1 | |
842 | + '@csstools/css-tokenizer': ^2.4.1 | |
811 | 843 | |
812 | - '@csstools/css-parser-algorithms@2.6.3': | |
813 | - resolution: {integrity: sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA==} | |
844 | + '@csstools/css-parser-algorithms@2.7.1': | |
845 | + resolution: {integrity: sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==} | |
814 | 846 | engines: {node: ^14 || ^16 || >=18} |
815 | 847 | peerDependencies: |
816 | - '@csstools/css-tokenizer': ^2.3.1 | |
848 | + '@csstools/css-tokenizer': ^2.4.1 | |
817 | 849 | |
818 | - '@csstools/css-tokenizer@2.3.1': | |
819 | - resolution: {integrity: sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g==} | |
850 | + '@csstools/css-tokenizer@2.4.1': | |
851 | + resolution: {integrity: sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==} | |
820 | 852 | engines: {node: ^14 || ^16 || >=18} |
821 | 853 | |
822 | - '@csstools/media-query-list-parser@2.1.11': | |
823 | - resolution: {integrity: sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA==} | |
854 | + '@csstools/media-query-list-parser@2.1.13': | |
855 | + resolution: {integrity: sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==} | |
824 | 856 | engines: {node: ^14 || ^16 || >=18} |
825 | 857 | peerDependencies: |
826 | - '@csstools/css-parser-algorithms': ^2.6.3 | |
827 | - '@csstools/css-tokenizer': ^2.3.1 | |
858 | + '@csstools/css-parser-algorithms': ^2.7.1 | |
859 | + '@csstools/css-tokenizer': ^2.4.1 | |
828 | 860 | |
829 | 861 | '@csstools/selector-specificity@3.1.1': |
830 | 862 | resolution: {integrity: sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==} |
... | ... | @@ -832,11 +864,18 @@ packages: |
832 | 864 | peerDependencies: |
833 | 865 | postcss-selector-parser: ^6.0.13 |
834 | 866 | |
835 | - '@emotion/is-prop-valid@1.2.2': | |
836 | - resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} | |
867 | + '@ctrl/tinycolor@3.6.1': | |
868 | + resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==} | |
869 | + engines: {node: '>=10'} | |
870 | + | |
871 | + '@emotion/hash@0.8.0': | |
872 | + resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} | |
837 | 873 | |
838 | - '@emotion/memoize@0.8.1': | |
839 | - resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} | |
874 | + '@emotion/is-prop-valid@1.3.0': | |
875 | + resolution: {integrity: sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ==} | |
876 | + | |
877 | + '@emotion/memoize@0.9.0': | |
878 | + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} | |
840 | 879 | |
841 | 880 | '@emotion/stylis@0.8.5': |
842 | 881 | resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} |
... | ... | @@ -982,8 +1021,8 @@ packages: |
982 | 1021 | peerDependencies: |
983 | 1022 | eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 |
984 | 1023 | |
985 | - '@eslint-community/regexpp@4.10.1': | |
986 | - resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==} | |
1024 | + '@eslint-community/regexpp@4.11.0': | |
1025 | + resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} | |
987 | 1026 | engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} |
988 | 1027 | |
989 | 1028 | '@eslint/eslintrc@2.1.4': |
... | ... | @@ -999,10 +1038,11 @@ packages: |
999 | 1038 | engines: {node: '>=14', npm: '>=6'} |
1000 | 1039 | hasBin: true |
1001 | 1040 | |
1002 | - '@feewee/h5app-common@0.1.39': | |
1003 | - resolution: {integrity: sha512-zKJtsp7jEKTAXfLuYYphRIoCjplpY1v5Z5qYvRvHFCTiPhLzGCws08lwBfiiPi1htPVoV+3nmBa0JKHHU1TIFw==} | |
1041 | + '@feewee/h5app-common@0.1.58': | |
1042 | + resolution: {integrity: sha512-tEgQKwg0bL9R7FJHMw0vQjwWqAV7Ev8jEnRuwNBl42v2O+kuvUtatVfyig80m5ztFpIJ676CN79u48F0se56PQ==} | |
1004 | 1043 | engines: {node: '>=18', npm: '>=6.9.0'} |
1005 | 1044 | peerDependencies: |
1045 | + antd: '>=5' | |
1006 | 1046 | react: '>=18' |
1007 | 1047 | react-dom: '>=18' |
1008 | 1048 | |
... | ... | @@ -1054,8 +1094,8 @@ packages: |
1054 | 1094 | '@jridgewell/source-map@0.3.6': |
1055 | 1095 | resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} |
1056 | 1096 | |
1057 | - '@jridgewell/sourcemap-codec@1.4.15': | |
1058 | - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} | |
1097 | + '@jridgewell/sourcemap-codec@1.5.0': | |
1098 | + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} | |
1059 | 1099 | |
1060 | 1100 | '@jridgewell/trace-mapping@0.3.25': |
1061 | 1101 | resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} |
... | ... | @@ -1079,14 +1119,12 @@ packages: |
1079 | 1119 | '@loadable/component': ^5.0.1 |
1080 | 1120 | react: ^16.3.0 || ^17.0.0 || ^18.0.0 |
1081 | 1121 | |
1082 | - '@loadable/webpack-plugin@5.15.2': | |
1083 | - resolution: {integrity: sha512-+o87jPHn3E8sqW0aBA+qwKuG8JyIfMGdz3zECv0t/JF0KHhxXtzIlTiqzlIYc5ZpFs/vKSQfjzGIR5tPJjoXDw==} | |
1084 | - engines: {node: '>=8'} | |
1085 | - peerDependencies: | |
1086 | - webpack: '>=4.6.0' | |
1122 | + '@mapbox/node-pre-gyp@1.0.11': | |
1123 | + resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} | |
1124 | + hasBin: true | |
1087 | 1125 | |
1088 | - '@modern-js-app/eslint-config@2.49.4': | |
1089 | - resolution: {integrity: sha512-OPfZDP0nA7c09IVelg076hzUvxBPEA403CBMmXXrAJ5wL2X6ZVw+TdH66Pmou5FiKocEFvTlJSv5l5NGwga0hw==} | |
1126 | + '@modern-js-app/eslint-config@2.56.2': | |
1127 | + resolution: {integrity: sha512-uPZLqEgzvQUgjDavkwU37an02/V+mpRAm4geJV1XhXVHLmY7FEYJfFzW6LdKNOeJaUEjBrKyDBbk+YU7R38M3w==} | |
1090 | 1128 | peerDependencies: |
1091 | 1129 | typescript: ^4 || ^5 |
1092 | 1130 | |
... | ... | @@ -1126,64 +1164,67 @@ packages: |
1126 | 1164 | '@modern-js-reduck/store@1.1.11': |
1127 | 1165 | resolution: {integrity: sha512-fvUeswe1pvF9IjC39/KgtQGV4FbwjOmVs2Fk4uxrxXEa7209qRJlDfqIGr5KsnXVporXg0oiDqwcg1xsEljw/A==} |
1128 | 1166 | |
1129 | - '@modern-js/app-tools@2.49.4': | |
1130 | - resolution: {integrity: sha512-yiAt6DBJfPDXkQ/GBuDdgcaWgMd4ITNwSjSivKx0i1NuHN+kS8kBEkOxhsUnslFlm/csT/aeOsxQHdtWTZzWVg==} | |
1167 | + '@modern-js/app-tools@2.56.2': | |
1168 | + resolution: {integrity: sha512-rT2pPg97PY/7F5aWgxIA67+x6ODN7F9rKUbD+njmEFYr2BLlnHjnmknd0Snbm1/gss9ESWWZDLQTP3BAgMFQGw==} | |
1131 | 1169 | engines: {node: '>=14.17.6'} |
1132 | 1170 | hasBin: true |
1133 | 1171 | |
1134 | - '@modern-js/babel-compiler@2.49.4': | |
1135 | - resolution: {integrity: sha512-OBlQ1nuc61rGwg/Bl90boUJyaoueDGnKRm/oBcvY0ot9GPmFYheRrgpe/6C1Kb8QYf0I0vHjfNOTrJxUigekvw==} | |
1172 | + '@modern-js/babel-compiler@2.56.2': | |
1173 | + resolution: {integrity: sha512-MwMEsIQqUYvbHwTU0XmVkadZqvJ8gv64Keg66KsXmtWUUTM/esfsb3jmk20Qy7YP7hEGAqfKBXDeIbz4MjyuWQ==} | |
1136 | 1174 | |
1137 | - '@modern-js/babel-plugin-module-resolver@2.49.4': | |
1138 | - resolution: {integrity: sha512-qELTuwAxzueaxWd6s0fWd7QwX5DF3DqyQVooHTOeJokcQ4ms52bAX8+eTWwwKenH2xX+p6cQWxCqLMK5vm7HAA==} | |
1175 | + '@modern-js/babel-plugin-module-resolver@2.56.2': | |
1176 | + resolution: {integrity: sha512-86k0dUbroUH/4sTGuAxpvEfc/+qt2Prba10kqaAo1iGHcxFaLel8P4ockKXxwMZZ4uiz9I7vuhWDwjgbdOeGBw==} | |
1139 | 1177 | |
1140 | - '@modern-js/core@2.49.4': | |
1141 | - resolution: {integrity: sha512-Qe9EbQSDaKSWb7rD9W2a63RBFBhnx+Mj7N79PU7r3IukGRXztBNmtNTwLV+WRViao0G8ohlw2BITZM2cXh0uSg==} | |
1178 | + '@modern-js/babel-preset@2.56.2': | |
1179 | + resolution: {integrity: sha512-42Y47OazNtB2NV8DQTBkZWsxBDLcnRPnSuJE1jEnE4KcfFwqGtmP6t3IiTrOIhW5lvY1LbrSH33WKWRhFoht2g==} | |
1142 | 1180 | |
1143 | - '@modern-js/eslint-config@2.49.4': | |
1144 | - resolution: {integrity: sha512-h90NzkjAhU5nqO6w+6B3jwcMh269+VApWWsEfc2fcPn3VLQLdswqjgKGJPcIWZW17L4owFyjYALaxHUCnv7F+w==} | |
1181 | + '@modern-js/core@2.56.2': | |
1182 | + resolution: {integrity: sha512-uma6tZcRO0hhojRbQ3d6RROeZwBVFWtzPuthIsOOApiu2DF65z1uRieZei8c/rG1OncHmzRSYNx0XkDpCIa4gw==} | |
1145 | 1183 | |
1146 | - '@modern-js/node-bundle-require@2.49.4': | |
1147 | - resolution: {integrity: sha512-EhvpaiXF5EDNTLwK3O0gdk1RLkc+pLH5By8JQxw4LQ3603rEvhgcV5poGyg4j/d/AxtM7ZIGA+dyYkcgo/es7w==} | |
1184 | + '@modern-js/eslint-config@2.56.2': | |
1185 | + resolution: {integrity: sha512-MOloFslBahKVUxFSYEqKY6Gojdg9uwOf/4fX9VRoCLlSR4+NEzZu0QWf41TBFUxFnbhfspjBtubpIjdazsqy7A==} | |
1148 | 1186 | |
1149 | - '@modern-js/plugin-data-loader@2.49.4': | |
1150 | - resolution: {integrity: sha512-FG8EIF9HKlgZXqFjKP++cMmKPlOOA4LWcT0WoJ2LDCxXJXdaLm4tKCw13ieS1VmATG4pLNKcBv6UjodOtUQnhw==} | |
1187 | + '@modern-js/node-bundle-require@2.56.2': | |
1188 | + resolution: {integrity: sha512-un/uAoequDCxbmTOZTTOgr2+o4GI4MJlFQGRLipaqTlu9SxY74xMuiEXcwSIRYRZOrwHus0RhnVfwqlDAMny5g==} | |
1189 | + | |
1190 | + '@modern-js/plugin-data-loader@2.56.2': | |
1191 | + resolution: {integrity: sha512-j4fGj/HPCX7ST0Sd5nxe0tqEAp6F21IUKsb4TKUoyAp6AKSsxyqTO41M2hKPyRquj3uM49CAzQrGxAFEMz74ig==} | |
1151 | 1192 | engines: {node: '>=16.2.0'} |
1152 | 1193 | peerDependencies: |
1153 | 1194 | react: '>=17.0.0' |
1154 | 1195 | |
1155 | - '@modern-js/plugin-i18n@2.49.4': | |
1156 | - resolution: {integrity: sha512-78aG3Fp6LQ38emxIsAyHJi66nkzw0Aj7y9z9L4r3LjKf4keI1OREu2YV/aPYiRtB98ZyREwZf0HUKdoHS4nbhg==} | |
1196 | + '@modern-js/plugin-i18n@2.56.2': | |
1197 | + resolution: {integrity: sha512-rf8MUR96kwMCfIBfrrDasY4/JJFwdY5GSd2X3rBtNB/K02xx9WhjGjJUNm/z8g1LTRHD/Y/yaIkasiS6496Qtg==} | |
1157 | 1198 | |
1158 | - '@modern-js/plugin-lint@2.49.4': | |
1159 | - resolution: {integrity: sha512-mfHnxjPFpHuBifQ8DDBM/DYT/IPdNsoCzL773yKkC/mqxlKmmzzqtZzEAexmm/lmrymlLDcB2DgyIyW95LoKLw==} | |
1199 | + '@modern-js/plugin-lint@2.56.2': | |
1200 | + resolution: {integrity: sha512-OwSrjFnjKQilh/KhgKtAh8GelNbaKE7Fm2a9cFSyCEEXWb42unXh/DOas4QsjLbJFnIcg00hZNo8DRUvDpGpbg==} | |
1160 | 1201 | peerDependencies: |
1161 | 1202 | eslint: ^8.28.0 |
1162 | 1203 | peerDependenciesMeta: |
1163 | 1204 | eslint: |
1164 | 1205 | optional: true |
1165 | 1206 | |
1166 | - '@modern-js/plugin-tailwindcss@2.49.4': | |
1167 | - resolution: {integrity: sha512-XRqo9LlSzvgugiAz3dLffm8gVi1nnjxXU1UrZHl5L5zXdF0oost9SWXdy6uXzxNQUaUYUMfcAqPSiqtHHGdWwA==} | |
1207 | + '@modern-js/plugin-tailwindcss@2.56.2': | |
1208 | + resolution: {integrity: sha512-6GILs53GxZCcOKad5MOWSzCAqKSB3YvSqhkG4TESQy4VAUNPdQhhdZzPGKU7IXbgHRdpcDenFLVmOYKACsBUVQ==} | |
1168 | 1209 | peerDependencies: |
1169 | - '@modern-js/runtime': ^2.49.4 | |
1210 | + '@modern-js/runtime': ^2.56.2 | |
1170 | 1211 | tailwindcss: '>= 2.0.0 || >= 3.0.0' |
1171 | 1212 | peerDependenciesMeta: |
1172 | 1213 | '@modern-js/runtime': |
1173 | 1214 | optional: true |
1174 | 1215 | |
1175 | - '@modern-js/plugin@2.49.4': | |
1176 | - resolution: {integrity: sha512-i9FJDf9qpbNVeIpcwoBXcPXnUbrunk6H/yN1TPY76dq4aKE8Fdth+Pr6gNfQKVxJbxPR4PmWS0z1qE+bNVhIxw==} | |
1216 | + '@modern-js/plugin@2.56.2': | |
1217 | + resolution: {integrity: sha512-LiIJ9zxJJ2z1AWNj/urqylLLmhlJqxeqJh2809pyBSRoGuPJpI3vk3oX//xoQ6f9ZTHBbYqEkkAqjcdk6gZclg==} | |
1177 | 1218 | |
1178 | - '@modern-js/prod-server@2.49.4': | |
1179 | - resolution: {integrity: sha512-K9Z1f8WXVL23SGdeYe8jCtbdTbfnUfc9Q0poOFy00JWjk0F8JIDaYaFpCG4Kc9ElvMFHVBQ3TLil0rkNN3lzWw==} | |
1219 | + '@modern-js/prod-server@2.56.2': | |
1220 | + resolution: {integrity: sha512-a22+Ly2yRk4WuiVDF3OSxypHfmZ/p3k7/2gnHHfEnd0RLhhAuc6FQPqYZJ3zVFpjFtMkguwyWo2D6JRnZfwoMw==} | |
1180 | 1221 | engines: {node: '>=16.2.0'} |
1181 | 1222 | |
1182 | - '@modern-js/rsbuild-plugin-esbuild@2.49.4': | |
1183 | - resolution: {integrity: sha512-POSZDuxQfMpcHi/ik6pS6PT5vmtxh1E4JlhARKjHckXg99JPoYYAd6WZ6gW3CJ3lllGaAZFU1lWGbSYnsETxSQ==} | |
1223 | + '@modern-js/rsbuild-plugin-esbuild@2.56.2': | |
1224 | + resolution: {integrity: sha512-Ff1L88C6zpLqJAYtIkTJpaHDQZtwSb3bqmIpgejs5uXm09w/KD50dICVTgSgxHA3ykyvs5PYBqFiaea5xWpCpg==} | |
1184 | 1225 | |
1185 | - '@modern-js/runtime-utils@2.49.4': | |
1186 | - resolution: {integrity: sha512-YIBGYMy0ZuuhxenoszbhVpz8fUu9WmlJEe2oIjy0vfkhgw8sJUFAhk7nHVwjSN7yjwT585kqnwEllc461bjvKQ==} | |
1226 | + '@modern-js/runtime-utils@2.56.2': | |
1227 | + resolution: {integrity: sha512-Z0mfKvlsbFg1gea+CJ2fKRrrvk05o8m1rEbw9oUgCr5uLkNI9wyLEnOI55aYyuwUpPJb5mMtI8IZQ3CdkfXe1g==} | |
1187 | 1228 | peerDependencies: |
1188 | 1229 | react: '>=17.0.0' |
1189 | 1230 | react-dom: '>=17.0.0' |
... | ... | @@ -1193,22 +1234,22 @@ packages: |
1193 | 1234 | react-dom: |
1194 | 1235 | optional: true |
1195 | 1236 | |
1196 | - '@modern-js/runtime@2.49.4': | |
1197 | - resolution: {integrity: sha512-xnU3wpJwCSfiWuEAFF3+9ert4UFXLauKVJ48kibOCJqPeRmuw+lRlGOtLyIzvGt0cKgjQctFeA/GUzS8/iThbA==} | |
1237 | + '@modern-js/runtime@2.56.2': | |
1238 | + resolution: {integrity: sha512-tNgtcShluG6yv90Gp48p7Vr7R5hUSBRpOWc/jaaE15se23R9H+pkxf7K4n1yiBoXvz+//vaZuBlp8O9ILYEG7g==} | |
1198 | 1239 | engines: {node: '>=14.17.6'} |
1199 | 1240 | peerDependencies: |
1200 | 1241 | react: '>=17' |
1201 | 1242 | react-dom: '>=17' |
1202 | 1243 | |
1203 | - '@modern-js/server-core@2.49.4': | |
1204 | - resolution: {integrity: sha512-T8rB9LJWzGF0Vt/QpXpnpo/zip9rHIC3lYrhl77HqI00+mmNfwFoU1rKLyrFaTjzlA4du2oR1RL7AhUXhJP7Ew==} | |
1244 | + '@modern-js/server-core@2.56.2': | |
1245 | + resolution: {integrity: sha512-widLszrqWOveuepqWAeoNEHZz1RbViiGfNR6/rUmlXv5blTm8uNg4CpRKC67kwjg/Bje8LWQAorQl5tB6DFpMw==} | |
1205 | 1246 | engines: {node: '>=16.2.0'} |
1206 | 1247 | |
1207 | - '@modern-js/server-utils@2.49.4': | |
1208 | - resolution: {integrity: sha512-1yZrVDGpxl2w007MOAFqfu7w2cjLHXJQbhd0DUM5qR3qSAqWDLCovXOsjxcdP5OyV9UeKcN0HzyYmv875woekQ==} | |
1248 | + '@modern-js/server-utils@2.56.2': | |
1249 | + resolution: {integrity: sha512-sW1qT1QmJqfM2+qXWJj3tawMV8NnQNtB67l7ZMSuv0KKp0M3UDgDdDalchEpuTLFBt0bwLemOe2lLF9XyXNKAA==} | |
1209 | 1250 | |
1210 | - '@modern-js/server@2.49.4': | |
1211 | - resolution: {integrity: sha512-oa6Gx3lj8amXJJpDw5Nu2kQbLmnj23U2Mv9qr+lF6cWb4csnemYUFcLHWYXrFEBtIomgqcTvidHCySH5q391ow==} | |
1251 | + '@modern-js/server@2.56.2': | |
1252 | + resolution: {integrity: sha512-i7oZDDZNwGdDwyJ3FCfhbFBUFVya119SzD9QGY2WCI75eCvYfGf4Tfp9HtspUVHKz8r7Px+w/s0OxOuZquQZHQ==} | |
1212 | 1253 | peerDependencies: |
1213 | 1254 | devcert: ^1.2.2 |
1214 | 1255 | ts-node: ^10.1.0 |
... | ... | @@ -1221,30 +1262,42 @@ packages: |
1221 | 1262 | tsconfig-paths: |
1222 | 1263 | optional: true |
1223 | 1264 | |
1224 | - '@modern-js/tsconfig@2.49.4': | |
1225 | - resolution: {integrity: sha512-vJc8O00XzTqS1kvb6YolD+PaGP+TPdXOVNIOSoTxuwdjFFghrhTMuDcCXzPLPLjQ4QsnYmQINGlEftb908Qpqw==} | |
1265 | + '@modern-js/tsconfig@2.56.2': | |
1266 | + resolution: {integrity: sha512-K0df8IvCdK+X8g2eoXbAEm8q8Cu1lR42B04+kusqnp9agC+agTZALchgM71dbukfk8JCTSh3vHZ11HfIkrTZWg==} | |
1226 | 1267 | |
1227 | - '@modern-js/types@2.49.4': | |
1228 | - resolution: {integrity: sha512-V8As1TbSmK/NuF9amGH3kFxhnO9gwed78shgV09KyMCWulaGQ/ghndy6tjbVD+ITzU1PY7QEfv1o774QkpGuPg==} | |
1268 | + '@modern-js/types@2.56.2': | |
1269 | + resolution: {integrity: sha512-Bn5m5zP4nk1G6SToLoD4WpUQNWBLN4t3lMPZsoTL1rJpdkl0nnV1h1uHbf8ckoJCzP6vU3SM31snu7nb0FVJGg==} | |
1229 | 1270 | |
1230 | - '@modern-js/uni-builder@2.49.4': | |
1231 | - resolution: {integrity: sha512-yq4j1NOYvWbfJ5aC9LyBM0/81BPAPJVmvCVZkkrCAj715sd+Mg1CXWultLctEOpN+bcUmX8tdHJ+4Nu0Ok6rvw==} | |
1271 | + '@modern-js/uni-builder@2.56.2': | |
1272 | + resolution: {integrity: sha512-GjVuH+g/1CpNx99p0a93W14Fd+wpkRHXp4DnT+6R8L7ls2fWId4oqn6PpNZsZ2PQ2Bx4C9LA1n7lhouNYRM3YQ==} | |
1232 | 1273 | |
1233 | - '@modern-js/utils@2.49.4': | |
1234 | - resolution: {integrity: sha512-3usTxC51HJqYX7L9fZHvN6beBdCN4DLYBs2XYk/CM9RXe5BMtGdJfj0pRZuhERcgm4JwfPtMRVaYVCAQd1AAhA==} | |
1274 | + '@modern-js/utils@2.56.2': | |
1275 | + resolution: {integrity: sha512-3j+/+eTtlZ5/LBqW0cztuXc/QYGb36eY5Xb5kz8AUaqyRX7mjArvRazhbs96jwrFkt0Lsj3b1ffOgZjl3XFcGg==} | |
1235 | 1276 | |
1236 | 1277 | '@module-federation/runtime-tools@0.1.6': |
1237 | 1278 | resolution: {integrity: sha512-7ILVnzMIa0Dlc0Blck5tVZG1tnk1MmLnuZpLOMpbdW+zl+N6wdMjjHMjEZFCUAJh2E5XJ3BREwfX8Ets0nIkLg==} |
1238 | 1279 | |
1280 | + '@module-federation/runtime-tools@0.2.3': | |
1281 | + resolution: {integrity: sha512-capN8CVTCEqNAjnl102girrkevczoQfnQYyiYC4WuyKsg7+LUqfirIe1Eiyv6VSE2UgvOTZDnqvervA6rBOlmg==} | |
1282 | + | |
1239 | 1283 | '@module-federation/runtime@0.1.6': |
1240 | 1284 | resolution: {integrity: sha512-nj6a+yJ+QxmcE89qmrTl4lphBIoAds0PFPVGnqLRWflwAP88jrCcrrTqRhARegkFDL+wE9AE04+h6jzlbIfMKg==} |
1241 | 1285 | |
1286 | + '@module-federation/runtime@0.2.3': | |
1287 | + resolution: {integrity: sha512-N+ZxBUb1mkmfO9XT1BwgYQgShtUTlijHbukqQ4afFka5lRAT+ayC7RKfHJLz0HbuexKPCmPBDfdmCnErR5WyTQ==} | |
1288 | + | |
1242 | 1289 | '@module-federation/sdk@0.1.6': |
1243 | 1290 | resolution: {integrity: sha512-qifXpyYLM7abUeEOIfv0oTkguZgRZuwh89YOAYIZJlkP6QbRG7DJMQvtM8X2yHXm9PTk0IYNnOJH0vNQCo6auQ==} |
1244 | 1291 | |
1292 | + '@module-federation/sdk@0.2.3': | |
1293 | + resolution: {integrity: sha512-W9zrPchLocyCBc/B8CW21akcfJXLl++9xBe1L1EtgxZGfj/xwHt0GcBWE/y+QGvYTL2a1iZjwscbftbUhxgxXg==} | |
1294 | + | |
1245 | 1295 | '@module-federation/webpack-bundler-runtime@0.1.6': |
1246 | 1296 | resolution: {integrity: sha512-K5WhKZ4RVNaMEtfHsd/9CNCgGKB0ipbm/tgweNNeC11mEuBTNxJ09Y630vg3WPkKv9vfMCuXg2p2Dk+Q/KWTSA==} |
1247 | 1297 | |
1298 | + '@module-federation/webpack-bundler-runtime@0.2.3': | |
1299 | + resolution: {integrity: sha512-L/jt2uJ+8dwYiyn9GxryzDR6tr/Wk8rpgvelM2EBeLIhu7YxCHSmSjQYhw3BTux9zZIr47d1K9fGjBFsVRd/SQ==} | |
1300 | + | |
1248 | 1301 | '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': |
1249 | 1302 | resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} |
1250 | 1303 | |
... | ... | @@ -1263,8 +1316,8 @@ packages: |
1263 | 1316 | '@nutui/icons-react@1.0.4': |
1264 | 1317 | resolution: {integrity: sha512-nLFYpJvMBkKzT+PpfMaYoO6vJXMTM0yxAragTkEHt9HAFNjdTdvByCSRfUazHHdLdr1AJxS9h62VB1+jmBEtWA==} |
1265 | 1318 | |
1266 | - '@nutui/nutui-react@2.6.10': | |
1267 | - resolution: {integrity: sha512-XOWjFksMDpTLRCoYg87BOsg+haroTvzcETMZ3R/nkuNxYr/K4f4mkCaStyiPgJ0J9PRzeC5737uwWN1YKzw+UQ==} | |
1319 | + '@nutui/nutui-react@2.6.15': | |
1320 | + resolution: {integrity: sha512-/xX4pB6HSXSWwqnumoJR+omirA9b8HznDvwFHFr/iu+KJn4D658VAVR47T4Z0ROEq9lmErmlcDxjqnxmJOzl6w==} | |
1268 | 1321 | peerDependencies: |
1269 | 1322 | react: ^16.8.0 || ^17.0.0 || ^18.0.0 |
1270 | 1323 | |
... | ... | @@ -1301,6 +1354,61 @@ packages: |
1301 | 1354 | webpack-plugin-serve: |
1302 | 1355 | optional: true |
1303 | 1356 | |
1357 | + '@rc-component/async-validator@5.0.4': | |
1358 | + resolution: {integrity: sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==} | |
1359 | + engines: {node: '>=14.x'} | |
1360 | + | |
1361 | + '@rc-component/color-picker@1.5.3': | |
1362 | + resolution: {integrity: sha512-+tGGH3nLmYXTalVe0L8hSZNs73VTP5ueSHwUlDC77KKRaN7G4DS4wcpG5DTDzdcV/Yas+rzA6UGgIyzd8fS4cw==} | |
1363 | + peerDependencies: | |
1364 | + react: '>=16.9.0' | |
1365 | + react-dom: '>=16.9.0' | |
1366 | + | |
1367 | + '@rc-component/context@1.4.0': | |
1368 | + resolution: {integrity: sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==} | |
1369 | + peerDependencies: | |
1370 | + react: '>=16.9.0' | |
1371 | + react-dom: '>=16.9.0' | |
1372 | + | |
1373 | + '@rc-component/mini-decimal@1.1.0': | |
1374 | + resolution: {integrity: sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==} | |
1375 | + engines: {node: '>=8.x'} | |
1376 | + | |
1377 | + '@rc-component/mutate-observer@1.1.0': | |
1378 | + resolution: {integrity: sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==} | |
1379 | + engines: {node: '>=8.x'} | |
1380 | + peerDependencies: | |
1381 | + react: '>=16.9.0' | |
1382 | + react-dom: '>=16.9.0' | |
1383 | + | |
1384 | + '@rc-component/portal@1.1.2': | |
1385 | + resolution: {integrity: sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==} | |
1386 | + engines: {node: '>=8.x'} | |
1387 | + peerDependencies: | |
1388 | + react: '>=16.9.0' | |
1389 | + react-dom: '>=16.9.0' | |
1390 | + | |
1391 | + '@rc-component/qrcode@1.0.0': | |
1392 | + resolution: {integrity: sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==} | |
1393 | + engines: {node: '>=8.x'} | |
1394 | + peerDependencies: | |
1395 | + react: '>=16.9.0' | |
1396 | + react-dom: '>=16.9.0' | |
1397 | + | |
1398 | + '@rc-component/tour@1.15.0': | |
1399 | + resolution: {integrity: sha512-h6hyILDwL+In9GAgRobwRWihLqqsD7Uft3fZGrJ7L4EiyCoxbnNYwzPXDfz7vNDhWeVyvAWQJj9fJCzpI4+b4g==} | |
1400 | + engines: {node: '>=8.x'} | |
1401 | + peerDependencies: | |
1402 | + react: '>=16.9.0' | |
1403 | + react-dom: '>=16.9.0' | |
1404 | + | |
1405 | + '@rc-component/trigger@2.2.0': | |
1406 | + resolution: {integrity: sha512-QarBCji02YE9aRFhZgRZmOpXBj0IZutRippsVBv85sxvG4FGk/vRxwAlkn3MS9zK5mwbETd86mAVg2tKqTkdJA==} | |
1407 | + engines: {node: '>=8.x'} | |
1408 | + peerDependencies: | |
1409 | + react: '>=16.9.0' | |
1410 | + react-dom: '>=16.9.0' | |
1411 | + | |
1304 | 1412 | '@react-spring/animated@9.6.1': |
1305 | 1413 | resolution: {integrity: sha512-ls/rJBrAqiAYozjLo5EPPLLOb1LM0lNVQcXODTC1SMtS6DbuBCPaKco5svFUQFMP2dso3O+qcC4k9FsKc0KxMQ==} |
1306 | 1414 | peerDependencies: |
... | ... | @@ -1337,145 +1445,225 @@ packages: |
1337 | 1445 | resolution: {integrity: sha512-HOil5aFtme37dVQTB6M34G95kPM3MMuqSmIRVCC52eKV+Y/tGSqw9P3rWhlAx6A+mz+MoX+XxsGsNJbaI5qCgQ==} |
1338 | 1446 | engines: {node: '>=14.0.0'} |
1339 | 1447 | |
1340 | - '@rsbuild/babel-preset@0.6.15': | |
1341 | - resolution: {integrity: sha512-dcMCB0O3zIA4OJ+8BpU8caZpb1CNNw9m7L3D8wUEMum1/XHUfhbp/NDGqAdK2kIgm/BcTBSeaE0PL3GvgISB/w==} | |
1448 | + '@rollup/pluginutils@4.2.1': | |
1449 | + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} | |
1450 | + engines: {node: '>= 8.0.0'} | |
1342 | 1451 | |
1343 | - '@rsbuild/core@0.6.15': | |
1344 | - resolution: {integrity: sha512-wT9gyfRHyXJamR6fvlWzOpWGmI+2w+LMNIvAItY6AjCIT1zgfK0OOkChR4KGTTOWj68b/t0BnuBy1b2PV3DLyw==} | |
1345 | - engines: {node: '>=16.0.0'} | |
1452 | + '@rsbuild/core@1.0.1-beta.3': | |
1453 | + resolution: {integrity: sha512-/jgx/bWfFu+dNzskpz+M/BLUrXz7bD5ShsXWUZVzUstC871nVqQpCnHn+sEL3W6FrusHYgL7uuUXjLp+nkc+kg==} | |
1454 | + engines: {node: '>=16.7.0'} | |
1346 | 1455 | hasBin: true |
1347 | 1456 | |
1348 | - '@rsbuild/monorepo-utils@0.6.15': | |
1349 | - resolution: {integrity: sha512-y+inMkofoHT3vzNGmBWWlS8ylYObX6CkiM4/GRDjI6X1q4QWwQXwKrZMOJKEClVPeO19Rx1P8CNZTLeGLir1Nw==} | |
1457 | + '@rsbuild/plugin-assets-retry@1.0.1-beta.3': | |
1458 | + resolution: {integrity: sha512-SKHwAT+ykkrrtsRZpDYKgq4/+/Wl+vEco4UCH17KtaBt25Qygo8y1ZQZwMJN2Xrn0rtiVm2j+tOcY/23LCny6Q==} | |
1459 | + peerDependencies: | |
1460 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1461 | + | |
1462 | + '@rsbuild/plugin-babel@1.0.1-beta.3': | |
1463 | + resolution: {integrity: sha512-p89Ncj7sqF34U+h5rX2CgGZ4wmVBa3BbvxjN5YWVkYoxHyEBJUpP15MImxjkfMtLcrahT1xqnHiDT0gdvWiVfA==} | |
1464 | + peerDependencies: | |
1465 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1350 | 1466 | |
1351 | - '@rsbuild/plugin-assets-retry@0.6.15': | |
1352 | - resolution: {integrity: sha512-upA30S5jOO8l3vW0HH+Zm4CdodutwheL92SzNYlmYTrCvL0ItQ024KZFydVui79tALRQfjaqj5hBgPjaMM964Q==} | |
1467 | + '@rsbuild/plugin-check-syntax@1.0.1-beta.3': | |
1468 | + resolution: {integrity: sha512-e/AyuDEbYylxnvkXF7+ybe58Yf7A2YJuaGQgc+dcXdt1OZkBUTbh8hGxW4d2NaCenSxyiL53LnKtA4hv/nm3kg==} | |
1353 | 1469 | peerDependencies: |
1354 | - '@rsbuild/core': ^0.6.15 | |
1470 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1355 | 1471 | |
1356 | - '@rsbuild/plugin-babel@0.6.15': | |
1357 | - resolution: {integrity: sha512-a7gYEFFmo0HgDcBQn8sdyb/dCmcm723hqWYMvDpw0tE0Qktzs082B1TmdIa4JG28Ng9woSMm7kivaD3gty3hHA==} | |
1472 | + '@rsbuild/plugin-css-minimizer@1.0.1': | |
1473 | + resolution: {integrity: sha512-hA0OeBNAmcT6GOkOLatPSCjl3bbpfK6nUEzf6Mo89oNFbtxaWF+OSEPCS6YVeV7NbGbwB4g2M22JPAfb+br5Yw==} | |
1358 | 1474 | peerDependencies: |
1359 | - '@rsbuild/core': ^0.6.15 | |
1475 | + '@rsbuild/core': 1.x | |
1476 | + peerDependenciesMeta: | |
1477 | + '@rsbuild/core': | |
1478 | + optional: true | |
1360 | 1479 | |
1361 | - '@rsbuild/plugin-check-syntax@0.6.15': | |
1362 | - resolution: {integrity: sha512-bjT9pqFhPURE0ycI2nevr3YnkIHgvkXr+ogJRNNklapWT4E1U3GVm0E2tlMnnzmAKJHmFX5yjdtBfOWTSF3feQ==} | |
1480 | + '@rsbuild/plugin-less@1.0.1-beta.3': | |
1481 | + resolution: {integrity: sha512-CtOM50IFn0nmFrvcQeO/2TcK64VPc06QXforNp5e56kuOH3MW+FQ9B7btYnwKyipeGKDQ1/IWykw3rr4+FrLVw==} | |
1363 | 1482 | peerDependencies: |
1364 | - '@rsbuild/core': ^0.6.15 | |
1483 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1365 | 1484 | |
1366 | - '@rsbuild/plugin-css-minimizer@0.6.15': | |
1367 | - resolution: {integrity: sha512-9QB1hGDEzbpJZXUAjWi9JEiZSQV+rtEewvbZI/g2GW92Vj4WawRebdqHX7NEk/b/aTxqXVFk/JV6lgFkfnm9Eg==} | |
1485 | + '@rsbuild/plugin-node-polyfill@1.0.3': | |
1486 | + resolution: {integrity: sha512-AoPIOV1pyInIz08K1ECwUjFemLLSa5OUq8sfJN1ShXrGR2qc14b1wzwZKwF4vgKnBromqfMLagVbk6KT/nLIvQ==} | |
1368 | 1487 | peerDependencies: |
1369 | - '@rsbuild/core': ^0.6.15 | |
1488 | + '@rsbuild/core': 1.x | |
1489 | + peerDependenciesMeta: | |
1490 | + '@rsbuild/core': | |
1491 | + optional: true | |
1370 | 1492 | |
1371 | - '@rsbuild/plugin-node-polyfill@0.6.15': | |
1372 | - resolution: {integrity: sha512-a0x+WjdJkawnT1NnBdd+D4HboVIP+8vPCxgU4vmQneiu9+dMd0KTZz2O4UxOZ06XiZNgMOxZ3rC/8O24eHw8EQ==} | |
1493 | + '@rsbuild/plugin-pug@1.0.1': | |
1494 | + resolution: {integrity: sha512-DDJHdWu+BiIs71uFZzXYlYYUaAnPRvSItJT0n8Jn3dea2U3bvRFKFr83znGxCARtbWPW3k86mUWJMLY/7yX3SA==} | |
1373 | 1495 | peerDependencies: |
1374 | - '@rsbuild/core': ^0.6.15 | |
1496 | + '@rsbuild/core': 1.x | |
1497 | + peerDependenciesMeta: | |
1498 | + '@rsbuild/core': | |
1499 | + optional: true | |
1375 | 1500 | |
1376 | - '@rsbuild/plugin-pug@0.6.15': | |
1377 | - resolution: {integrity: sha512-sBF77nbSTG4AWj1XbYJjoWgwvIjaVFY+2b9WyE19Zn1kTclHwV5jh21OgqQKfyYkvo74jYjml5RL4enass7zmA==} | |
1501 | + '@rsbuild/plugin-react@1.0.1-beta.3': | |
1502 | + resolution: {integrity: sha512-lR5okq3NFtAiWx5TgRbeZ96i/6JDGR9SXM0+l0YOtPtcNjEK59CkmNOziFyz8HwdYSfwQC9qstKaQlvbWi37mw==} | |
1378 | 1503 | peerDependencies: |
1379 | - '@rsbuild/core': ^0.6.15 | |
1504 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1380 | 1505 | |
1381 | - '@rsbuild/plugin-react@0.6.15': | |
1382 | - resolution: {integrity: sha512-ZLFF5qYgQPKbJ5IL85XayadryxnHoaLUUjd2ewf/d/TRUh2NiWyZGaNzRytbmhaxI0WW8RUkZdy5aX3xyiZbTA==} | |
1506 | + '@rsbuild/plugin-rem@1.0.1-beta.3': | |
1507 | + resolution: {integrity: sha512-nI4zEQDCqDdQknjs8Pd8rmYQEifze6iF40GS24IjCrFVgKKASQXQhswiqoDsQe5gt4fYonuFnkjbKBDapbHtjw==} | |
1383 | 1508 | peerDependencies: |
1384 | - '@rsbuild/core': ^0.6.15 | |
1509 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1385 | 1510 | |
1386 | - '@rsbuild/plugin-rem@0.6.15': | |
1387 | - resolution: {integrity: sha512-0ExTkPUW1/pD7YXR0B/z8taM8YRCgPYoe1wywB0k0aqxEJ3Hq1SPbilHb8n2DM/r3ffIFF0u13BvhSqx1SZPxQ==} | |
1511 | + '@rsbuild/plugin-sass@1.0.1-beta.3': | |
1512 | + resolution: {integrity: sha512-9w+XKdRWxBowqZCS59qmVf1FuZmOEK6uXh2FyjePhOvtqJ3fnuF9c8OLpHmHLRPFzKcsvZXqYcsXiwYmZFForA==} | |
1388 | 1513 | peerDependencies: |
1389 | - '@rsbuild/core': ^0.6.15 | |
1514 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1390 | 1515 | |
1391 | - '@rsbuild/plugin-source-build@0.6.15': | |
1392 | - resolution: {integrity: sha512-KDTY1Z+W1XJ0h3ViaAkniwi4bB/Kz0auZiS4VEp8ZbOqIljy48ZVztXeTc/IugThZiHPs06y45vGhL4t0+A1gQ==} | |
1516 | + '@rsbuild/plugin-source-build@1.0.1-beta.3': | |
1517 | + resolution: {integrity: sha512-xhdBr9JApDTxgCh2G/FhA+K4D1QZ2TEA4l6FXNlMe6c+2SLB/uaaFNuxUCgL7ETgVgA4Mx2kw1jJe/krOoWnEg==} | |
1393 | 1518 | peerDependencies: |
1394 | - '@rsbuild/core': ^0.6.15 | |
1519 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1395 | 1520 | |
1396 | - '@rsbuild/plugin-styled-components@0.6.15': | |
1397 | - resolution: {integrity: sha512-2Kia0rhN9ZojRHdj8mgYxRH3bdL99quucdzIVpvRf4EJJdPhCbSwD/rV7+tDK5cLxkUGP60x78hZkJh3lu90ag==} | |
1521 | + '@rsbuild/plugin-styled-components@1.0.1-beta.3': | |
1522 | + resolution: {integrity: sha512-T1VPa3ffWylMCzFIEXQEuKjt4j9QBKO5/cMmj4bSk3hScOf3WKmEqg1osizh3Hu4XtBnBWS4vP2LCIXrsYDeJA==} | |
1398 | 1523 | peerDependencies: |
1399 | - '@rsbuild/core': ^0.6.15 | |
1524 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1400 | 1525 | |
1401 | - '@rsbuild/plugin-svgr@0.6.15': | |
1402 | - resolution: {integrity: sha512-H/9+X2FBos9ao0B8kr4aPi1DMnuBVKYWjnZp45AQT9OnvykO5wriHOv0B2s1GBfE6DhWwzocPTy1iwldKKa6KA==} | |
1526 | + '@rsbuild/plugin-svgr@1.0.1-beta.3': | |
1527 | + resolution: {integrity: sha512-IcyhoMYWD9Dr2N2of5MahO4nZZopqYODNbxCmczTcFIPN6swfHSrTfCxVml4xyl78+DB6/k59OqY84Cw6NP5wA==} | |
1403 | 1528 | peerDependencies: |
1404 | - '@rsbuild/core': ^0.6.15 | |
1529 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1405 | 1530 | |
1406 | - '@rsbuild/plugin-toml@0.6.15': | |
1407 | - resolution: {integrity: sha512-MC9nx0vbspqAkWwK5OMKHS3VbtyDSZkqI2Dt5OEQJgnHm2iRB4qEywC/+re81H5L2nsAJhy1Po4todtI/E7C+w==} | |
1531 | + '@rsbuild/plugin-toml@1.0.0': | |
1532 | + resolution: {integrity: sha512-l76QjELB/Qi1G/l5GWrj9Q09lAr/zWXlMphYxvsHNHKsmgqqJHoBLcIqXZ9dDMU3Q3JFn0UqgQtQkY3n9uQssQ==} | |
1408 | 1533 | peerDependencies: |
1409 | - '@rsbuild/core': ^0.6.15 | |
1534 | + '@rsbuild/core': 0.x || 1.x | |
1535 | + peerDependenciesMeta: | |
1536 | + '@rsbuild/core': | |
1537 | + optional: true | |
1410 | 1538 | |
1411 | - '@rsbuild/plugin-type-check@0.6.15': | |
1412 | - resolution: {integrity: sha512-n4Nxzb+k2WVAAYtI6NQF724pwZPlZ5hnT+cHHnSFQSm692CgOpWyjiBUbSL+ZNA5o+YPsooSYlI8Ji5O2PZgZA==} | |
1539 | + '@rsbuild/plugin-type-check@1.0.1-beta.3': | |
1540 | + resolution: {integrity: sha512-/6t6mDRa6X9qtE0mTg63CwXTF7z3UjEHW3V5niSqFTGe+N1kr+neQsRgmhHIRpBf6kD72jQU5lTsnXH9/gDrUg==} | |
1413 | 1541 | peerDependencies: |
1414 | - '@rsbuild/core': ^0.6.15 | |
1542 | + '@rsbuild/core': ^1.0.1-beta.0 | |
1415 | 1543 | |
1416 | - '@rsbuild/plugin-yaml@0.6.15': | |
1417 | - resolution: {integrity: sha512-QmiGznAIdeZyKzahFET1xzAGrTmXBeMgiLV17pJ6LgsdcWK2HjZ4hPNgi1fE8bF6RryNgOUajJzOtRQ31cM3AQ==} | |
1544 | + '@rsbuild/plugin-typed-css-modules@1.0.1': | |
1545 | + resolution: {integrity: sha512-biCSm7+vOgqrqXdAjxnjGNA7KPUfBadfndCeINJ2HApWfuQ2TLWuI5R+MzGvslis13SCKQ55K7NMAkvRhXyi8w==} | |
1418 | 1546 | peerDependencies: |
1419 | - '@rsbuild/core': ^0.6.15 | |
1547 | + '@rsbuild/core': 1.x | |
1548 | + peerDependenciesMeta: | |
1549 | + '@rsbuild/core': | |
1550 | + optional: true | |
1420 | 1551 | |
1421 | - '@rsbuild/shared@0.6.15': | |
1422 | - resolution: {integrity: sha512-siBYUQL3qVINLDkIBaxx4caNb+zZ+Jb8WtN2RgRT5buLW+PU5fXUs5vGwjFz6B6wCxO/vLr78X/FjaCmxMv8HA==} | |
1552 | + '@rsbuild/plugin-yaml@1.0.1': | |
1553 | + resolution: {integrity: sha512-I6YTlAOMExH6f+TRJSNnUXP7jbtwKuaQAsbQL0lBcoso8pwQtRkQiGSgrxszmqrtCTUSrTRAIEw6qxdfuKrmVg==} | |
1554 | + peerDependencies: | |
1555 | + '@rsbuild/core': 1.x | |
1556 | + peerDependenciesMeta: | |
1557 | + '@rsbuild/core': | |
1558 | + optional: true | |
1423 | 1559 | |
1424 | - '@rsbuild/webpack@0.6.15': | |
1425 | - resolution: {integrity: sha512-CyrhALZ1NnV/Ss+MatUI4ckm1F8lxB5vn0sGANG6TpvvLk5cG/UjtnnoRDQ1fFBDLihKFVQ2sJZ8UTF/Q+Y9Og==} | |
1560 | + '@rsbuild/webpack@1.0.1-beta.3': | |
1561 | + resolution: {integrity: sha512-AAEOhcihLCYuDnLanzfBMxFvZn8Qq/6Aoe9pmb/ZgKaUvm6bwDLkA9wgfbQfXn4+jf9DCWmK2oq3vb6hNeeplQ==} | |
1426 | 1562 | |
1427 | 1563 | '@rspack/binding-darwin-arm64@0.6.5': |
1428 | 1564 | resolution: {integrity: sha512-5Zbs3buzF80MZoWnnpm/ZqQ2ZLKWjmmy94gDMeJhG39lKcpK2J2NyDXVis2ZSg7uUvKyJ662BEgIE1AnTWjnYg==} |
1429 | 1565 | cpu: [arm64] |
1430 | 1566 | os: [darwin] |
1431 | 1567 | |
1568 | + '@rspack/binding-darwin-arm64@1.0.0-alpha.5': | |
1569 | + resolution: {integrity: sha512-ogpsxEjqwsn4aeeS0wyUnxuH8yXKTa2+BfxM7aSQILq4MNUVH0MqZ9dn0HAaGfQ3hdUhIqE3Gld6spdQCrgtHQ==} | |
1570 | + cpu: [arm64] | |
1571 | + os: [darwin] | |
1572 | + | |
1432 | 1573 | '@rspack/binding-darwin-x64@0.6.5': |
1433 | 1574 | resolution: {integrity: sha512-oA1R0OF8r7y8+oLynnZC9EgysLoOBuu1yYG90gHmrkdzRjjmYe4auNhuSLLqF+WOqXw/zGSujiUbnVMjLEWIBg==} |
1434 | 1575 | cpu: [x64] |
1435 | 1576 | os: [darwin] |
1436 | 1577 | |
1578 | + '@rspack/binding-darwin-x64@1.0.0-alpha.5': | |
1579 | + resolution: {integrity: sha512-fcMVZJQVo9zJ+7YEqkMms+FlAkMOxTfI98sS+XxKC2M/UWDKdMdl7nyhobH+eEhH/eP0Yww6ikEWqF9r3MUsew==} | |
1580 | + cpu: [x64] | |
1581 | + os: [darwin] | |
1582 | + | |
1437 | 1583 | '@rspack/binding-linux-arm64-gnu@0.6.5': |
1438 | 1584 | resolution: {integrity: sha512-xK2Ji9yCJSZE5HSRBS7R67HPahYd0WR16NefycrkmIEDR28B2T5CnvbqyNivnu7Coy1haHWisgfTV/NbjLd5fA==} |
1439 | 1585 | cpu: [arm64] |
1440 | 1586 | os: [linux] |
1441 | 1587 | libc: [glibc] |
1442 | 1588 | |
1589 | + '@rspack/binding-linux-arm64-gnu@1.0.0-alpha.5': | |
1590 | + resolution: {integrity: sha512-UZC2TScOVWVqICiinGWSYdYPAYcn8F/2L+8sbA6NAwSZo0mzH+LaRr6nZRdW2z7y+lELVDQG8UniMxXjoXjVjg==} | |
1591 | + cpu: [arm64] | |
1592 | + os: [linux] | |
1593 | + libc: [glibc] | |
1594 | + | |
1443 | 1595 | '@rspack/binding-linux-arm64-musl@0.6.5': |
1444 | 1596 | resolution: {integrity: sha512-nPDUf6TkzJWxqi6gQQz+Ypd2BPDiufh0gd0yFExIZyguE93amVbzJEfKeCQdvHZL5W/9XaYJoDKSOuCwMdLhiQ==} |
1445 | 1597 | cpu: [arm64] |
1446 | 1598 | os: [linux] |
1447 | 1599 | libc: [musl] |
1448 | 1600 | |
1601 | + '@rspack/binding-linux-arm64-musl@1.0.0-alpha.5': | |
1602 | + resolution: {integrity: sha512-uvrqKqNmj60eCze5ZLxod3nFyDBtDz+OeoSO3T5GU9VRv8XKtd4xJbmm4Nz3A14GOWWfGgGr1cYwQBIGBZActA==} | |
1603 | + cpu: [arm64] | |
1604 | + os: [linux] | |
1605 | + libc: [musl] | |
1606 | + | |
1449 | 1607 | '@rspack/binding-linux-x64-gnu@0.6.5': |
1450 | 1608 | resolution: {integrity: sha512-KT4GBPra7ge5oHSblfM74oRgW10MKdKhyJGEKFWqRezzul8i9SHElFzcE/w6qoOOLMgYPoVc/nybRqsJp9koZg==} |
1451 | 1609 | cpu: [x64] |
1452 | 1610 | os: [linux] |
1453 | 1611 | libc: [glibc] |
1454 | 1612 | |
1613 | + '@rspack/binding-linux-x64-gnu@1.0.0-alpha.5': | |
1614 | + resolution: {integrity: sha512-7P5EnCsQmbLrYnCXJ1P8NF7/FCOpvOHaoNlReDZnut2HRppsUJXMnH3lQucq/sdS3djZ4RdG3sBMcTA3OEALwg==} | |
1615 | + cpu: [x64] | |
1616 | + os: [linux] | |
1617 | + libc: [glibc] | |
1618 | + | |
1455 | 1619 | '@rspack/binding-linux-x64-musl@0.6.5': |
1456 | 1620 | resolution: {integrity: sha512-VnIzpFjzT4vkfUKPqyH4BiHJ6AMqtoeu7tychga2HpSudqCG8no4eIH2qRs9anGeuRkwb9x3uBC/1AIIiWSMsQ==} |
1457 | 1621 | cpu: [x64] |
1458 | 1622 | os: [linux] |
1459 | 1623 | libc: [musl] |
1460 | 1624 | |
1625 | + '@rspack/binding-linux-x64-musl@1.0.0-alpha.5': | |
1626 | + resolution: {integrity: sha512-RGj1cZLURjY8RG+t8qG2OB9ruqKQvM0M+JMhwhel57CYW9Ge9zZY+ReEhrdtYjW32KxVvuqtt2e7RhhKibK75w==} | |
1627 | + cpu: [x64] | |
1628 | + os: [linux] | |
1629 | + libc: [musl] | |
1630 | + | |
1461 | 1631 | '@rspack/binding-win32-arm64-msvc@0.6.5': |
1462 | 1632 | resolution: {integrity: sha512-V44hlcK7htG1pA/fHCc1XDGmItu7v8qQObssl/yGAn4+ZlvP6/pxPy8y5ZVwnR3NXTRzPezMvbnKGb4GxBphlw==} |
1463 | 1633 | cpu: [arm64] |
1464 | 1634 | os: [win32] |
1465 | 1635 | |
1636 | + '@rspack/binding-win32-arm64-msvc@1.0.0-alpha.5': | |
1637 | + resolution: {integrity: sha512-7u/LLEcDcBS5slSsAS9h23sTJNbJ+TUMy7GR91X7ySkqJ0VIR6tzml7+JqFxdPcBGXSszonGbcUupYy3nVzLCQ==} | |
1638 | + cpu: [arm64] | |
1639 | + os: [win32] | |
1640 | + | |
1466 | 1641 | '@rspack/binding-win32-ia32-msvc@0.6.5': |
1467 | 1642 | resolution: {integrity: sha512-M4xrJDx5EcAtZ02R9Y4yJB5KVCUdQIbAF/1gDGrXZ5PQUujaNzsIdISUvNfxpfkqe0Shj6SKOTqWm8yte3ecrQ==} |
1468 | 1643 | cpu: [ia32] |
1469 | 1644 | os: [win32] |
1470 | 1645 | |
1646 | + '@rspack/binding-win32-ia32-msvc@1.0.0-alpha.5': | |
1647 | + resolution: {integrity: sha512-HpP7Ptekbv/rQgV253UY+DXSIULINv49JbTBKB2PeBn9ra+Ec4vKPKlQtqIfoPStXEGSmA727nqFQ+VE581P4A==} | |
1648 | + cpu: [ia32] | |
1649 | + os: [win32] | |
1650 | + | |
1471 | 1651 | '@rspack/binding-win32-x64-msvc@0.6.5': |
1472 | 1652 | resolution: {integrity: sha512-aFcBygJsClx0FozVo7zMp9OUte7MlgyBpQGnS2MZgd0kSnuZTyaUcdRiWKehP5lrPPij/ZWNJbiz5O6VNzpg3w==} |
1473 | 1653 | cpu: [x64] |
1474 | 1654 | os: [win32] |
1475 | 1655 | |
1656 | + '@rspack/binding-win32-x64-msvc@1.0.0-alpha.5': | |
1657 | + resolution: {integrity: sha512-t04ipYUTzigLtl6z7R78ytrAlK/oJWAwDUEVblyTtyJ/RwKfREUcS/8dkMx431Ia4Y0Icz6AVNf4avbYCoREyQ==} | |
1658 | + cpu: [x64] | |
1659 | + os: [win32] | |
1660 | + | |
1476 | 1661 | '@rspack/binding@0.6.5': |
1477 | 1662 | resolution: {integrity: sha512-uHg6BYS9Uvs5Nxm0StpRX1eqx3I1SEPFhkCfh+HSbFS8ty11mKHjUZn1lYFxLBFypJ3DHtlTM3RZ4g7tmwohAQ==} |
1478 | 1663 | |
1664 | + '@rspack/binding@1.0.0-alpha.5': | |
1665 | + resolution: {integrity: sha512-CTrYz0Kgv+3k0sBXbY/MruciFVr2Qd+r3r/VEAVT4N0qhKporsubs1J49vLU2VXun1PBfZ3+3sBknjo5AlA0vw==} | |
1666 | + | |
1479 | 1667 | '@rspack/core@0.6.5': |
1480 | 1668 | resolution: {integrity: sha512-jm0YKUZQCetccdufBfpkfSHE7BOlirrn0UmXv9C+69g8ikl9Jf4Jfr31meDWX5Z3vwZlpdryA7fUH2cblUXoBw==} |
1481 | 1669 | engines: {node: '>=16.0.0'} |
... | ... | @@ -1485,8 +1673,21 @@ packages: |
1485 | 1673 | '@swc/helpers': |
1486 | 1674 | optional: true |
1487 | 1675 | |
1488 | - '@rspack/plugin-react-refresh@0.6.5': | |
1489 | - resolution: {integrity: sha512-H7V54qtdJvBQXSL209ep3cNoeDk8Ljid7+AGeJIXj5nu3ZIF4TYYDFeiyZtn7xCIgeyiYscuQZ0DKb/qXFYqog==} | |
1676 | + '@rspack/core@1.0.0-alpha.5': | |
1677 | + resolution: {integrity: sha512-3nddnCqwnz91KprvMlqBDURYJ1GkT5IqCl+os05i2ce4Vk3zQmzvv8d/X8l/49CrDCOLrwyyuS3bKwca8aWdcg==} | |
1678 | + engines: {node: '>=16.0.0'} | |
1679 | + peerDependencies: | |
1680 | + '@swc/helpers': '>=0.5.1' | |
1681 | + peerDependenciesMeta: | |
1682 | + '@swc/helpers': | |
1683 | + optional: true | |
1684 | + | |
1685 | + '@rspack/lite-tapable@1.0.0-alpha.5': | |
1686 | + resolution: {integrity: sha512-B1fNL3en1ohK+QybgjM45PpqcmAmr2LTRUhGvarwouNcj845vjq5clYPqUfFVC0goLmsqx+pt7r+TvpP0Yk67A==} | |
1687 | + engines: {node: '>=16.0.0'} | |
1688 | + | |
1689 | + '@rspack/plugin-react-refresh@1.0.0-alpha.5': | |
1690 | + resolution: {integrity: sha512-qyTYh1CsHQOjh6hxKIpiWgH18uwNj4+renv5U5nDIHixz7b8f96PYIP+Ptc9BnNklkc4BivF2RHpSNTsYeZ3fQ==} | |
1490 | 1691 | peerDependencies: |
1491 | 1692 | react-refresh: '>=0.10.0 <1.0.0' |
1492 | 1693 | peerDependenciesMeta: |
... | ... | @@ -1570,12 +1771,21 @@ packages: |
1570 | 1771 | peerDependencies: |
1571 | 1772 | '@svgr/core': '*' |
1572 | 1773 | |
1774 | + '@swc/counter@0.1.3': | |
1775 | + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} | |
1776 | + | |
1573 | 1777 | '@swc/helpers@0.5.1': |
1574 | 1778 | resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==} |
1575 | 1779 | |
1780 | + '@swc/helpers@0.5.11': | |
1781 | + resolution: {integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==} | |
1782 | + | |
1576 | 1783 | '@swc/helpers@0.5.3': |
1577 | 1784 | resolution: {integrity: sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==} |
1578 | 1785 | |
1786 | + '@swc/plugin-styled-components@2.0.9': | |
1787 | + resolution: {integrity: sha512-0aPv7lNed27qs8JBklLkVSlLhpPRU3YKRnKplObaAyhNWbpbOkCbVSTay5ArFT2Gz1rz844Np7l4DMozEtZRBg==} | |
1788 | + | |
1579 | 1789 | '@trysound/sax@0.2.0': |
1580 | 1790 | resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} |
1581 | 1791 | engines: {node: '>=10.13.0'} |
... | ... | @@ -1595,8 +1805,11 @@ packages: |
1595 | 1805 | '@types/eslint-scope@3.7.7': |
1596 | 1806 | resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} |
1597 | 1807 | |
1598 | - '@types/eslint@8.56.10': | |
1599 | - resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} | |
1808 | + '@types/eslint@8.56.11': | |
1809 | + resolution: {integrity: sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==} | |
1810 | + | |
1811 | + '@types/eslint@9.6.0': | |
1812 | + resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} | |
1600 | 1813 | |
1601 | 1814 | '@types/estree@1.0.5': |
1602 | 1815 | resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} |
... | ... | @@ -1631,8 +1844,8 @@ packages: |
1631 | 1844 | '@types/minimist@1.2.5': |
1632 | 1845 | resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} |
1633 | 1846 | |
1634 | - '@types/node@18.19.39': | |
1635 | - resolution: {integrity: sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==} | |
1847 | + '@types/node@18.19.42': | |
1848 | + resolution: {integrity: sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==} | |
1636 | 1849 | |
1637 | 1850 | '@types/normalize-package-data@2.4.4': |
1638 | 1851 | resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} |
... | ... | @@ -1739,6 +1952,11 @@ packages: |
1739 | 1952 | peerDependencies: |
1740 | 1953 | react: '>= 16.8.0' |
1741 | 1954 | |
1955 | + '@vercel/nft@0.26.5': | |
1956 | + resolution: {integrity: sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==} | |
1957 | + engines: {node: '>=16'} | |
1958 | + hasBin: true | |
1959 | + | |
1742 | 1960 | '@web-std/blob@3.0.5': |
1743 | 1961 | resolution: {integrity: sha512-Lm03qr0eT3PoLBuhkvFBLf0EFkAsNz/G/AYCzpOdi483aFaVX86b4iQs0OHhzHJfN5C15q17UtDbyABjlzM96A==} |
1744 | 1962 | |
... | ... | @@ -1815,6 +2033,9 @@ packages: |
1815 | 2033 | '@zxing/text-encoding@0.9.0': |
1816 | 2034 | resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} |
1817 | 2035 | |
2036 | + abbrev@1.1.1: | |
2037 | + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} | |
2038 | + | |
1818 | 2039 | abort-controller@3.0.0: |
1819 | 2040 | resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} |
1820 | 2041 | engines: {node: '>=6.5'} |
... | ... | @@ -1834,11 +2055,15 @@ packages: |
1834 | 2055 | engines: {node: '>=0.4.0'} |
1835 | 2056 | hasBin: true |
1836 | 2057 | |
1837 | - acorn@8.12.0: | |
1838 | - resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==} | |
2058 | + acorn@8.12.1: | |
2059 | + resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} | |
1839 | 2060 | engines: {node: '>=0.4.0'} |
1840 | 2061 | hasBin: true |
1841 | 2062 | |
2063 | + agent-base@6.0.2: | |
2064 | + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} | |
2065 | + engines: {node: '>= 6.0.0'} | |
2066 | + | |
1842 | 2067 | ahooks@3.8.0: |
1843 | 2068 | resolution: {integrity: sha512-M01m+mxLRNNeJ/PCT3Fom26UyreTj6oMqJBetUrJnK4VNI5j6eMA543Xxo53OBXn6XibA2FXKcCCgrT6YCTtKQ==} |
1844 | 2069 | engines: {node: '>=8.0.0'} |
... | ... | @@ -1866,16 +2091,16 @@ packages: |
1866 | 2091 | ajv@6.12.6: |
1867 | 2092 | resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} |
1868 | 2093 | |
1869 | - ajv@8.16.0: | |
1870 | - resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==} | |
2094 | + ajv@8.17.1: | |
2095 | + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} | |
1871 | 2096 | |
1872 | 2097 | ansi-escapes@4.3.2: |
1873 | 2098 | resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} |
1874 | 2099 | engines: {node: '>=8'} |
1875 | 2100 | |
1876 | - ansi-escapes@6.2.1: | |
1877 | - resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} | |
1878 | - engines: {node: '>=14.16'} | |
2101 | + ansi-escapes@7.0.0: | |
2102 | + resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} | |
2103 | + engines: {node: '>=18'} | |
1879 | 2104 | |
1880 | 2105 | ansi-html-community@0.0.8: |
1881 | 2106 | resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} |
... | ... | @@ -1906,6 +2131,12 @@ packages: |
1906 | 2131 | resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} |
1907 | 2132 | engines: {node: '>=12'} |
1908 | 2133 | |
2134 | + antd@5.19.4: | |
2135 | + resolution: {integrity: sha512-bhSNzeScfaeN85LrQXZh5fD26y6uB+6c5cgoPUmW7lkC5oDN4mnT04yYcpqHpZD8p227AmycE+ZrcnilJH9log==} | |
2136 | + peerDependencies: | |
2137 | + react: '>=16.9.0' | |
2138 | + react-dom: '>=16.9.0' | |
2139 | + | |
1909 | 2140 | any-promise@1.3.0: |
1910 | 2141 | resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} |
1911 | 2142 | |
... | ... | @@ -1913,16 +2144,20 @@ packages: |
1913 | 2144 | resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} |
1914 | 2145 | engines: {node: '>= 8'} |
1915 | 2146 | |
2147 | + aproba@2.0.0: | |
2148 | + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} | |
2149 | + | |
2150 | + are-we-there-yet@2.0.0: | |
2151 | + resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} | |
2152 | + engines: {node: '>=10'} | |
2153 | + deprecated: This package is no longer supported. | |
2154 | + | |
1916 | 2155 | arg@5.0.2: |
1917 | 2156 | resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} |
1918 | 2157 | |
1919 | 2158 | argparse@2.0.1: |
1920 | 2159 | resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} |
1921 | 2160 | |
1922 | - arr-union@3.1.0: | |
1923 | - resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} | |
1924 | - engines: {node: '>=0.10.0'} | |
1925 | - | |
1926 | 2161 | array-buffer-byte-length@1.0.1: |
1927 | 2162 | resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} |
1928 | 2163 | engines: {node: '>= 0.4'} |
... | ... | @@ -1931,6 +2166,9 @@ packages: |
1931 | 2166 | resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} |
1932 | 2167 | engines: {node: '>= 0.4'} |
1933 | 2168 | |
2169 | + array-tree-filter@2.1.0: | |
2170 | + resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==} | |
2171 | + | |
1934 | 2172 | array-union@2.1.0: |
1935 | 2173 | resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} |
1936 | 2174 | engines: {node: '>=8'} |
... | ... | @@ -1951,9 +2189,6 @@ packages: |
1951 | 2189 | resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} |
1952 | 2190 | engines: {node: '>= 0.4'} |
1953 | 2191 | |
1954 | - array.prototype.toreversed@1.1.2: | |
1955 | - resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==} | |
1956 | - | |
1957 | 2192 | array.prototype.tosorted@1.1.4: |
1958 | 2193 | resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} |
1959 | 2194 | engines: {node: '>= 0.4'} |
... | ... | @@ -1972,8 +2207,8 @@ packages: |
1972 | 2207 | asn1.js@4.10.1: |
1973 | 2208 | resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==} |
1974 | 2209 | |
1975 | - assert-never@1.2.1: | |
1976 | - resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} | |
2210 | + assert-never@1.3.0: | |
2211 | + resolution: {integrity: sha512-9Z3vxQ+berkL/JJo0dK+EY3Lp0s3NtSnP3VCLsh5HDcZPrh0M+KQRK5sWhUeyPPH+/RCxZqOxLMR+YC6vlviEQ==} | |
1977 | 2212 | |
1978 | 2213 | assert@2.1.0: |
1979 | 2214 | resolution: {integrity: sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==} |
... | ... | @@ -1982,6 +2217,9 @@ packages: |
1982 | 2217 | resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} |
1983 | 2218 | engines: {node: '>=8'} |
1984 | 2219 | |
2220 | + async-sema@3.1.1: | |
2221 | + resolution: {integrity: sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==} | |
2222 | + | |
1985 | 2223 | async-validator@4.2.5: |
1986 | 2224 | resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} |
1987 | 2225 | |
... | ... | @@ -2072,6 +2310,9 @@ packages: |
2072 | 2310 | resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} |
2073 | 2311 | engines: {node: '>=8'} |
2074 | 2312 | |
2313 | + bindings@1.5.0: | |
2314 | + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} | |
2315 | + | |
2075 | 2316 | bn.js@4.12.0: |
2076 | 2317 | resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} |
2077 | 2318 | |
... | ... | @@ -2113,11 +2354,22 @@ packages: |
2113 | 2354 | browserify-zlib@0.2.0: |
2114 | 2355 | resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} |
2115 | 2356 | |
2357 | + browserslist-to-es-version@1.0.0: | |
2358 | + resolution: {integrity: sha512-i6dR03ClGy9ti97FSa4s0dpv01zW/t5VbvGjFfTLsrRQFsPgSeyGkCrlU7BTJuI5XDHVY5S2JgDnDsvQXifJ8w==} | |
2359 | + | |
2116 | 2360 | browserslist@4.23.1: |
2117 | 2361 | resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==} |
2118 | 2362 | engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} |
2119 | 2363 | hasBin: true |
2120 | 2364 | |
2365 | + browserslist@4.23.2: | |
2366 | + resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==} | |
2367 | + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} | |
2368 | + hasBin: true | |
2369 | + | |
2370 | + buffer-builder@0.2.0: | |
2371 | + resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==} | |
2372 | + | |
2121 | 2373 | buffer-from@1.1.2: |
2122 | 2374 | resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} |
2123 | 2375 | |
... | ... | @@ -2166,8 +2418,8 @@ packages: |
2166 | 2418 | caniuse-api@3.0.0: |
2167 | 2419 | resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} |
2168 | 2420 | |
2169 | - caniuse-lite@1.0.30001636: | |
2170 | - resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==} | |
2421 | + caniuse-lite@1.0.30001644: | |
2422 | + resolution: {integrity: sha512-YGvlOZB4QhZuiis+ETS0VXR+MExbFf4fZYYeMTEE0aTQd/RdIjkTyZjLrbYVKnHzppDvnOhritRVv+i7Go6mHw==} | |
2171 | 2423 | |
2172 | 2424 | chalk@2.4.2: |
2173 | 2425 | resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} |
... | ... | @@ -2188,6 +2440,10 @@ packages: |
2188 | 2440 | resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} |
2189 | 2441 | engines: {node: '>= 8.10.0'} |
2190 | 2442 | |
2443 | + chownr@2.0.0: | |
2444 | + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} | |
2445 | + engines: {node: '>=10'} | |
2446 | + | |
2191 | 2447 | chrome-trace-event@1.0.4: |
2192 | 2448 | resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} |
2193 | 2449 | engines: {node: '>=6.0'} |
... | ... | @@ -2210,18 +2466,14 @@ packages: |
2210 | 2466 | resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} |
2211 | 2467 | engines: {node: '>=4'} |
2212 | 2468 | |
2213 | - cli-cursor@4.0.0: | |
2214 | - resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} | |
2215 | - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | |
2469 | + cli-cursor@5.0.0: | |
2470 | + resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} | |
2471 | + engines: {node: '>=18'} | |
2216 | 2472 | |
2217 | 2473 | cli-truncate@4.0.0: |
2218 | 2474 | resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} |
2219 | 2475 | engines: {node: '>=18'} |
2220 | 2476 | |
2221 | - clone-deep@0.2.4: | |
2222 | - resolution: {integrity: sha512-we+NuQo2DHhSl+DP6jlUiAhyAjBQrYnpOk15rN6c6JSPScjiCLh8IbSU+VTcph6YS3o7mASE8a0+gbZ7ChLpgg==} | |
2223 | - engines: {node: '>=0.10.0'} | |
2224 | - | |
2225 | 2477 | clone-deep@4.0.1: |
2226 | 2478 | resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} |
2227 | 2479 | engines: {node: '>=6'} |
... | ... | @@ -2243,6 +2495,10 @@ packages: |
2243 | 2495 | color-name@1.1.4: |
2244 | 2496 | resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} |
2245 | 2497 | |
2498 | + color-support@1.1.3: | |
2499 | + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} | |
2500 | + hasBin: true | |
2501 | + | |
2246 | 2502 | colord@2.9.3: |
2247 | 2503 | resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} |
2248 | 2504 | |
... | ... | @@ -2253,6 +2509,10 @@ packages: |
2253 | 2509 | resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} |
2254 | 2510 | engines: {node: '>= 0.8'} |
2255 | 2511 | |
2512 | + commander@10.0.1: | |
2513 | + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} | |
2514 | + engines: {node: '>=14'} | |
2515 | + | |
2256 | 2516 | commander@12.1.0: |
2257 | 2517 | resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} |
2258 | 2518 | engines: {node: '>=18'} |
... | ... | @@ -2278,9 +2538,15 @@ packages: |
2278 | 2538 | commondir@1.0.1: |
2279 | 2539 | resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} |
2280 | 2540 | |
2541 | + compute-scroll-into-view@3.1.0: | |
2542 | + resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==} | |
2543 | + | |
2281 | 2544 | concat-map@0.0.1: |
2282 | 2545 | resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} |
2283 | 2546 | |
2547 | + confbox@0.1.7: | |
2548 | + resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} | |
2549 | + | |
2284 | 2550 | connect-history-api-fallback@2.0.0: |
2285 | 2551 | resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} |
2286 | 2552 | engines: {node: '>=0.8'} |
... | ... | @@ -2288,6 +2554,9 @@ packages: |
2288 | 2554 | console-browserify@1.2.0: |
2289 | 2555 | resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} |
2290 | 2556 | |
2557 | + console-control-strings@1.1.0: | |
2558 | + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} | |
2559 | + | |
2291 | 2560 | constantinople@4.0.1: |
2292 | 2561 | resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} |
2293 | 2562 | |
... | ... | @@ -2301,14 +2570,23 @@ packages: |
2301 | 2570 | resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} |
2302 | 2571 | engines: {node: '>= 0.6'} |
2303 | 2572 | |
2573 | + copy-to-clipboard@3.3.3: | |
2574 | + resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} | |
2575 | + | |
2576 | + copy-webpack-plugin@11.0.0: | |
2577 | + resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} | |
2578 | + engines: {node: '>= 14.15.0'} | |
2579 | + peerDependencies: | |
2580 | + webpack: ^5.1.0 | |
2581 | + | |
2304 | 2582 | core-js-compat@3.37.1: |
2305 | 2583 | resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==} |
2306 | 2584 | |
2307 | 2585 | core-js-pure@3.37.1: |
2308 | 2586 | resolution: {integrity: sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==} |
2309 | 2587 | |
2310 | - core-js@3.36.1: | |
2311 | - resolution: {integrity: sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==} | |
2588 | + core-js@3.37.1: | |
2589 | + resolution: {integrity: sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==} | |
2312 | 2590 | |
2313 | 2591 | core-util-is@1.0.3: |
2314 | 2592 | resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} |
... | ... | @@ -2453,8 +2731,8 @@ packages: |
2453 | 2731 | resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} |
2454 | 2732 | engines: {node: '>= 0.4'} |
2455 | 2733 | |
2456 | - dayjs@1.11.11: | |
2457 | - resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} | |
2734 | + dayjs@1.11.12: | |
2735 | + resolution: {integrity: sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==} | |
2458 | 2736 | |
2459 | 2737 | debug@3.2.7: |
2460 | 2738 | resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} |
... | ... | @@ -2464,8 +2742,8 @@ packages: |
2464 | 2742 | supports-color: |
2465 | 2743 | optional: true |
2466 | 2744 | |
2467 | - debug@4.3.5: | |
2468 | - resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} | |
2745 | + debug@4.3.6: | |
2746 | + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} | |
2469 | 2747 | engines: {node: '>=6.0'} |
2470 | 2748 | peerDependencies: |
2471 | 2749 | supports-color: '*' |
... | ... | @@ -2508,9 +2786,16 @@ packages: |
2508 | 2786 | resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} |
2509 | 2787 | engines: {node: '>=0.4.0'} |
2510 | 2788 | |
2789 | + delegates@1.0.0: | |
2790 | + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} | |
2791 | + | |
2511 | 2792 | des.js@1.1.0: |
2512 | 2793 | resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} |
2513 | 2794 | |
2795 | + detect-libc@2.0.3: | |
2796 | + resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} | |
2797 | + engines: {node: '>=8'} | |
2798 | + | |
2514 | 2799 | didyoumean@1.2.2: |
2515 | 2800 | resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} |
2516 | 2801 | |
... | ... | @@ -2578,11 +2863,11 @@ packages: |
2578 | 2863 | eastasianwidth@0.2.0: |
2579 | 2864 | resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} |
2580 | 2865 | |
2581 | - electron-to-chromium@1.4.811: | |
2582 | - resolution: {integrity: sha512-CDyzcJ5XW78SHzsIOdn27z8J4ist8eaFLhdto2hSMSJQgsiwvbv2fbizcKUICryw1Wii1TI/FEkvzvJsR3awrA==} | |
2866 | + electron-to-chromium@1.5.4: | |
2867 | + resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} | |
2583 | 2868 | |
2584 | - elliptic@6.5.5: | |
2585 | - resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} | |
2869 | + elliptic@6.5.6: | |
2870 | + resolution: {integrity: sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==} | |
2586 | 2871 | |
2587 | 2872 | emoji-regex@10.3.0: |
2588 | 2873 | resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} |
... | ... | @@ -2604,8 +2889,8 @@ packages: |
2604 | 2889 | resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} |
2605 | 2890 | engines: {node: '>=10.13.0'} |
2606 | 2891 | |
2607 | - enhanced-resolve@5.17.0: | |
2608 | - resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==} | |
2892 | + enhanced-resolve@5.17.1: | |
2893 | + resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} | |
2609 | 2894 | engines: {node: '>=10.13.0'} |
2610 | 2895 | |
2611 | 2896 | entities@2.2.0: |
... | ... | @@ -2615,6 +2900,10 @@ packages: |
2615 | 2900 | resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} |
2616 | 2901 | engines: {node: '>=0.12'} |
2617 | 2902 | |
2903 | + environment@1.1.0: | |
2904 | + resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} | |
2905 | + engines: {node: '>=18'} | |
2906 | + | |
2618 | 2907 | error-ex@1.3.2: |
2619 | 2908 | resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} |
2620 | 2909 | |
... | ... | @@ -2655,8 +2944,8 @@ packages: |
2655 | 2944 | resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} |
2656 | 2945 | engines: {node: '>= 0.4'} |
2657 | 2946 | |
2658 | - esbuild-register@3.5.0: | |
2659 | - resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} | |
2947 | + esbuild-register@3.6.0: | |
2948 | + resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} | |
2660 | 2949 | peerDependencies: |
2661 | 2950 | esbuild: '>=0.12 <1' |
2662 | 2951 | |
... | ... | @@ -2772,8 +3061,8 @@ packages: |
2772 | 3061 | eslint-config-prettier: |
2773 | 3062 | optional: true |
2774 | 3063 | |
2775 | - eslint-plugin-promise@6.2.0: | |
2776 | - resolution: {integrity: sha512-QmAqwizauvnKOlifxyDj2ObfULpHQawlg/zQdgEixur9vl0CvZGv/LCJV2rtj3210QCoeGBzVMfMXqGAOr/4fA==} | |
3064 | + eslint-plugin-promise@6.6.0: | |
3065 | + resolution: {integrity: sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==} | |
2777 | 3066 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2778 | 3067 | peerDependencies: |
2779 | 3068 | eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 |
... | ... | @@ -2784,11 +3073,11 @@ packages: |
2784 | 3073 | peerDependencies: |
2785 | 3074 | eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 |
2786 | 3075 | |
2787 | - eslint-plugin-react@7.34.3: | |
2788 | - resolution: {integrity: sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==} | |
3076 | + eslint-plugin-react@7.35.0: | |
3077 | + resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} | |
2789 | 3078 | engines: {node: '>=4'} |
2790 | 3079 | peerDependencies: |
2791 | - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 | |
3080 | + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 | |
2792 | 3081 | |
2793 | 3082 | eslint-plugin-unicorn@43.0.2: |
2794 | 3083 | resolution: {integrity: sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==} |
... | ... | @@ -2842,8 +3131,8 @@ packages: |
2842 | 3131 | resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} |
2843 | 3132 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2844 | 3133 | |
2845 | - esquery@1.5.0: | |
2846 | - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} | |
3134 | + esquery@1.6.0: | |
3135 | + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} | |
2847 | 3136 | engines: {node: '>=0.10'} |
2848 | 3137 | |
2849 | 3138 | esrecurse@4.3.0: |
... | ... | @@ -2858,6 +3147,9 @@ packages: |
2858 | 3147 | resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} |
2859 | 3148 | engines: {node: '>=4.0'} |
2860 | 3149 | |
3150 | + estree-walker@2.0.2: | |
3151 | + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} | |
3152 | + | |
2861 | 3153 | esutils@2.0.3: |
2862 | 3154 | resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} |
2863 | 3155 | engines: {node: '>=0.10.0'} |
... | ... | @@ -2904,6 +3196,9 @@ packages: |
2904 | 3196 | fast-levenshtein@2.0.6: |
2905 | 3197 | resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} |
2906 | 3198 | |
3199 | + fast-uri@3.0.1: | |
3200 | + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} | |
3201 | + | |
2907 | 3202 | fastest-levenshtein@1.0.16: |
2908 | 3203 | resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} |
2909 | 3204 | engines: {node: '>= 4.9.1'} |
... | ... | @@ -2919,6 +3214,9 @@ packages: |
2919 | 3214 | resolution: {integrity: sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==} |
2920 | 3215 | engines: {node: '>=12.0.0'} |
2921 | 3216 | |
3217 | + file-uri-to-path@1.0.0: | |
3218 | + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} | |
3219 | + | |
2922 | 3220 | fill-range@7.1.1: |
2923 | 3221 | resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} |
2924 | 3222 | engines: {node: '>=8'} |
... | ... | @@ -2970,18 +3268,6 @@ packages: |
2970 | 3268 | for-each@0.3.3: |
2971 | 3269 | resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} |
2972 | 3270 | |
2973 | - for-in@0.1.8: | |
2974 | - resolution: {integrity: sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g==} | |
2975 | - engines: {node: '>=0.10.0'} | |
2976 | - | |
2977 | - for-in@1.0.2: | |
2978 | - resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} | |
2979 | - engines: {node: '>=0.10.0'} | |
2980 | - | |
2981 | - for-own@0.1.5: | |
2982 | - resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} | |
2983 | - engines: {node: '>=0.10.0'} | |
2984 | - | |
2985 | 3271 | foreground-child@3.2.1: |
2986 | 3272 | resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==} |
2987 | 3273 | engines: {node: '>=14'} |
... | ... | @@ -3001,6 +3287,10 @@ packages: |
3001 | 3287 | resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} |
3002 | 3288 | engines: {node: '>=12'} |
3003 | 3289 | |
3290 | + fs-minipass@2.1.0: | |
3291 | + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} | |
3292 | + engines: {node: '>= 8'} | |
3293 | + | |
3004 | 3294 | fs-monkey@1.0.6: |
3005 | 3295 | resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==} |
3006 | 3296 | |
... | ... | @@ -3022,6 +3312,11 @@ packages: |
3022 | 3312 | functions-have-names@1.2.3: |
3023 | 3313 | resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} |
3024 | 3314 | |
3315 | + gauge@3.0.2: | |
3316 | + resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} | |
3317 | + engines: {node: '>=10'} | |
3318 | + deprecated: This package is no longer supported. | |
3319 | + | |
3025 | 3320 | gensync@1.0.0-beta.2: |
3026 | 3321 | resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} |
3027 | 3322 | engines: {node: '>=6.9.0'} |
... | ... | @@ -3057,9 +3352,8 @@ packages: |
3057 | 3352 | glob-to-regexp@0.4.1: |
3058 | 3353 | resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} |
3059 | 3354 | |
3060 | - glob@10.4.2: | |
3061 | - resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==} | |
3062 | - engines: {node: '>=16 || 14 >=14.18'} | |
3355 | + glob@10.4.5: | |
3356 | + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} | |
3063 | 3357 | hasBin: true |
3064 | 3358 | |
3065 | 3359 | glob@7.2.3: |
... | ... | @@ -3099,6 +3393,10 @@ packages: |
3099 | 3393 | resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} |
3100 | 3394 | engines: {node: '>=10'} |
3101 | 3395 | |
3396 | + globby@13.2.2: | |
3397 | + resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} | |
3398 | + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | |
3399 | + | |
3102 | 3400 | globjoin@0.1.4: |
3103 | 3401 | resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==} |
3104 | 3402 | |
... | ... | @@ -3141,6 +3439,9 @@ packages: |
3141 | 3439 | resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} |
3142 | 3440 | engines: {node: '>= 0.4'} |
3143 | 3441 | |
3442 | + has-unicode@2.0.1: | |
3443 | + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} | |
3444 | + | |
3144 | 3445 | hash-base@3.0.4: |
3145 | 3446 | resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} |
3146 | 3447 | engines: {node: '>=4'} |
... | ... | @@ -3185,14 +3486,10 @@ packages: |
3185 | 3486 | engines: {node: '>=12'} |
3186 | 3487 | hasBin: true |
3187 | 3488 | |
3188 | - html-rspack-plugin@5.7.2: | |
3189 | - resolution: {integrity: sha512-uVXGYq19bcsX7Q/53VqXQjCKXw0eUMHlFGDLTaqzgj/ckverfhZQvXyA6ecFBaF9XUH16jfCTCyALYi0lJcagg==} | |
3190 | - engines: {node: '>=10.13.0'} | |
3191 | - peerDependencies: | |
3192 | - '@rspack/core': 0.x || 1.x | |
3193 | - peerDependenciesMeta: | |
3194 | - '@rspack/core': | |
3195 | - optional: true | |
3489 | + html-minifier-terser@7.2.0: | |
3490 | + resolution: {integrity: sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==} | |
3491 | + engines: {node: ^14.13.1 || >=16.0.0} | |
3492 | + hasBin: true | |
3196 | 3493 | |
3197 | 3494 | html-tags@3.3.1: |
3198 | 3495 | resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} |
... | ... | @@ -3217,6 +3514,10 @@ packages: |
3217 | 3514 | https-browserify@1.0.0: |
3218 | 3515 | resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==} |
3219 | 3516 | |
3517 | + https-proxy-agent@5.0.1: | |
3518 | + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} | |
3519 | + engines: {node: '>= 6'} | |
3520 | + | |
3220 | 3521 | human-signals@1.1.1: |
3221 | 3522 | resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} |
3222 | 3523 | engines: {node: '>=8.12.0'} |
... | ... | @@ -3230,8 +3531,8 @@ packages: |
3230 | 3531 | engines: {node: '>=14'} |
3231 | 3532 | hasBin: true |
3232 | 3533 | |
3233 | - husky@9.0.11: | |
3234 | - resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} | |
3534 | + husky@9.1.4: | |
3535 | + resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} | |
3235 | 3536 | engines: {node: '>=18'} |
3236 | 3537 | hasBin: true |
3237 | 3538 | |
... | ... | @@ -3242,6 +3543,9 @@ packages: |
3242 | 3543 | resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} |
3243 | 3544 | engines: {node: '>= 4'} |
3244 | 3545 | |
3546 | + image-conversion@2.1.1: | |
3547 | + resolution: {integrity: sha512-hnMOmP7q2jxA+52FZ+wHNhg3fdFRlgfngsQH2JQHEQkafY7tj/8F15e6Rv/RxDegc872jvyaRHwMbkTZK1Cjbg==} | |
3548 | + | |
3245 | 3549 | immediate@3.0.6: |
3246 | 3550 | resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} |
3247 | 3551 | |
... | ... | @@ -3251,8 +3555,8 @@ packages: |
3251 | 3555 | immer@9.0.21: |
3252 | 3556 | resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} |
3253 | 3557 | |
3254 | - immutable@4.3.6: | |
3255 | - resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==} | |
3558 | + immutable@4.3.7: | |
3559 | + resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==} | |
3256 | 3560 | |
3257 | 3561 | import-fresh@3.3.0: |
3258 | 3562 | resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} |
... | ... | @@ -3328,9 +3632,6 @@ packages: |
3328 | 3632 | resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} |
3329 | 3633 | engines: {node: '>= 0.4'} |
3330 | 3634 | |
3331 | - is-buffer@1.1.6: | |
3332 | - resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} | |
3333 | - | |
3334 | 3635 | is-builtin-module@3.2.1: |
3335 | 3636 | resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} |
3336 | 3637 | engines: {node: '>=6'} |
... | ... | @@ -3339,8 +3640,8 @@ packages: |
3339 | 3640 | resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} |
3340 | 3641 | engines: {node: '>= 0.4'} |
3341 | 3642 | |
3342 | - is-core-module@2.14.0: | |
3343 | - resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==} | |
3643 | + is-core-module@2.15.0: | |
3644 | + resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} | |
3344 | 3645 | engines: {node: '>= 0.4'} |
3345 | 3646 | |
3346 | 3647 | is-data-view@1.0.1: |
... | ... | @@ -3354,10 +3655,6 @@ packages: |
3354 | 3655 | is-expression@4.0.0: |
3355 | 3656 | resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} |
3356 | 3657 | |
3357 | - is-extendable@0.1.1: | |
3358 | - resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} | |
3359 | - engines: {node: '>=0.10.0'} | |
3360 | - | |
3361 | 3658 | is-extglob@2.1.1: |
3362 | 3659 | resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} |
3363 | 3660 | engines: {node: '>=0.10.0'} |
... | ... | @@ -3477,8 +3774,8 @@ packages: |
3477 | 3774 | isarray@2.0.5: |
3478 | 3775 | resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} |
3479 | 3776 | |
3480 | - isbot@3.8.0: | |
3481 | - resolution: {integrity: sha512-vne1mzQUTR+qsMLeCBL9+/tgnDXRyc2pygLGl/WsgA+EZKIiB5Ehu0CiVTHIIk30zhJ24uGz4M5Ppse37aR0Hg==} | |
3777 | + isbot@3.7.1: | |
3778 | + resolution: {integrity: sha512-JfqOaY3O1lcWt2nc+D6Mq231CNpwZrBboLa59Go0J8hjGH+gY/Sy0CA/YLUSIScINmAVwTdJZIsOTk4PfBtRuw==} | |
3482 | 3779 | engines: {node: '>=12'} |
3483 | 3780 | |
3484 | 3781 | isexe@2.0.0: |
... | ... | @@ -3491,9 +3788,8 @@ packages: |
3491 | 3788 | iterator.prototype@1.1.2: |
3492 | 3789 | resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} |
3493 | 3790 | |
3494 | - jackspeak@3.4.0: | |
3495 | - resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==} | |
3496 | - engines: {node: '>=14'} | |
3791 | + jackspeak@3.4.3: | |
3792 | + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} | |
3497 | 3793 | |
3498 | 3794 | jest-diff@29.7.0: |
3499 | 3795 | resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} |
... | ... | @@ -3568,6 +3864,9 @@ packages: |
3568 | 3864 | json-stable-stringify-without-jsonify@1.0.1: |
3569 | 3865 | resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} |
3570 | 3866 | |
3867 | + json2mq@0.2.0: | |
3868 | + resolution: {integrity: sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==} | |
3869 | + | |
3571 | 3870 | json5@1.0.2: |
3572 | 3871 | resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} |
3573 | 3872 | hasBin: true |
... | ... | @@ -3590,14 +3889,6 @@ packages: |
3590 | 3889 | keyv@4.5.4: |
3591 | 3890 | resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} |
3592 | 3891 | |
3593 | - kind-of@2.0.1: | |
3594 | - resolution: {integrity: sha512-0u8i1NZ/mg0b+W3MGGw5I7+6Eib2nx72S/QvXa0hYjEkjTknYmEYQJwGu3mLC0BrhtJjtQafTkyRUQ75Kx0LVg==} | |
3595 | - engines: {node: '>=0.10.0'} | |
3596 | - | |
3597 | - kind-of@3.2.2: | |
3598 | - resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} | |
3599 | - engines: {node: '>=0.10.0'} | |
3600 | - | |
3601 | 3892 | kind-of@6.0.3: |
3602 | 3893 | resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} |
3603 | 3894 | engines: {node: '>=0.10.0'} |
... | ... | @@ -3605,16 +3896,8 @@ packages: |
3605 | 3896 | known-css-properties@0.29.0: |
3606 | 3897 | resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==} |
3607 | 3898 | |
3608 | - known-css-properties@0.31.0: | |
3609 | - resolution: {integrity: sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==} | |
3610 | - | |
3611 | - lazy-cache@0.2.7: | |
3612 | - resolution: {integrity: sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ==} | |
3613 | - engines: {node: '>=0.10.0'} | |
3614 | - | |
3615 | - lazy-cache@1.0.4: | |
3616 | - resolution: {integrity: sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==} | |
3617 | - engines: {node: '>=0.10.0'} | |
3899 | + known-css-properties@0.34.0: | |
3900 | + resolution: {integrity: sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==} | |
3618 | 3901 | |
3619 | 3902 | lcid@3.1.1: |
3620 | 3903 | resolution: {integrity: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==} |
... | ... | @@ -3643,8 +3926,8 @@ packages: |
3643 | 3926 | engines: {node: '>=18.12.0'} |
3644 | 3927 | hasBin: true |
3645 | 3928 | |
3646 | - listr2@8.2.3: | |
3647 | - resolution: {integrity: sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==} | |
3929 | + listr2@8.2.4: | |
3930 | + resolution: {integrity: sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==} | |
3648 | 3931 | engines: {node: '>=18.0.0'} |
3649 | 3932 | |
3650 | 3933 | loader-runner@4.3.0: |
... | ... | @@ -3711,8 +3994,8 @@ packages: |
3711 | 3994 | resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} |
3712 | 3995 | engines: {node: '>=10'} |
3713 | 3996 | |
3714 | - log-update@6.0.0: | |
3715 | - resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} | |
3997 | + log-update@6.1.0: | |
3998 | + resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} | |
3716 | 3999 | engines: {node: '>=18'} |
3717 | 4000 | |
3718 | 4001 | loose-envify@1.4.0: |
... | ... | @@ -3722,9 +4005,8 @@ packages: |
3722 | 4005 | lower-case@2.0.2: |
3723 | 4006 | resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} |
3724 | 4007 | |
3725 | - lru-cache@10.2.2: | |
3726 | - resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} | |
3727 | - engines: {node: 14 || >=16.14} | |
4008 | + lru-cache@10.4.3: | |
4009 | + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} | |
3728 | 4010 | |
3729 | 4011 | lru-cache@5.1.1: |
3730 | 4012 | resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} |
... | ... | @@ -3777,10 +4059,6 @@ packages: |
3777 | 4059 | resolution: {integrity: sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==} |
3778 | 4060 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} |
3779 | 4061 | |
3780 | - merge-deep@3.0.3: | |
3781 | - resolution: {integrity: sha512-qtmzAS6t6grwEkNrunqTBdn0qKwFgNWvlxUbAV8es9M7Ot1EbyApytCnvE0jALPa46ZpKDUo527kKiaWplmlFA==} | |
3782 | - engines: {node: '>=0.10.0'} | |
3783 | - | |
3784 | 4062 | merge-stream@2.0.0: |
3785 | 4063 | resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} |
3786 | 4064 | |
... | ... | @@ -3812,12 +4090,16 @@ packages: |
3812 | 4090 | resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} |
3813 | 4091 | engines: {node: '>=12'} |
3814 | 4092 | |
4093 | + mimic-function@5.0.1: | |
4094 | + resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} | |
4095 | + engines: {node: '>=18'} | |
4096 | + | |
3815 | 4097 | min-indent@1.0.1: |
3816 | 4098 | resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} |
3817 | 4099 | engines: {node: '>=4'} |
3818 | 4100 | |
3819 | - mini-css-extract-plugin@2.8.1: | |
3820 | - resolution: {integrity: sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==} | |
4101 | + mini-css-extract-plugin@2.9.0: | |
4102 | + resolution: {integrity: sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==} | |
3821 | 4103 | engines: {node: '>= 12.13.0'} |
3822 | 4104 | peerDependencies: |
3823 | 4105 | webpack: ^5.0.0 |
... | ... | @@ -3839,8 +4121,8 @@ packages: |
3839 | 4121 | resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} |
3840 | 4122 | engines: {node: '>=16 || 14 >=14.17'} |
3841 | 4123 | |
3842 | - minimatch@9.0.4: | |
3843 | - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} | |
4124 | + minimatch@9.0.5: | |
4125 | + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} | |
3844 | 4126 | engines: {node: '>=16 || 14 >=14.17'} |
3845 | 4127 | |
3846 | 4128 | minimist-options@4.1.0: |
... | ... | @@ -3850,17 +4132,33 @@ packages: |
3850 | 4132 | minimist@1.2.8: |
3851 | 4133 | resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} |
3852 | 4134 | |
4135 | + minipass@3.3.6: | |
4136 | + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} | |
4137 | + engines: {node: '>=8'} | |
4138 | + | |
3853 | 4139 | minipass@4.2.8: |
3854 | 4140 | resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} |
3855 | 4141 | engines: {node: '>=8'} |
3856 | 4142 | |
4143 | + minipass@5.0.0: | |
4144 | + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} | |
4145 | + engines: {node: '>=8'} | |
4146 | + | |
3857 | 4147 | minipass@7.1.2: |
3858 | 4148 | resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} |
3859 | 4149 | engines: {node: '>=16 || 14 >=14.17'} |
3860 | 4150 | |
3861 | - mixin-object@2.0.1: | |
3862 | - resolution: {integrity: sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==} | |
3863 | - engines: {node: '>=0.10.0'} | |
4151 | + minizlib@2.1.2: | |
4152 | + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} | |
4153 | + engines: {node: '>= 8'} | |
4154 | + | |
4155 | + mkdirp@1.0.4: | |
4156 | + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} | |
4157 | + engines: {node: '>=10'} | |
4158 | + hasBin: true | |
4159 | + | |
4160 | + mlly@1.7.1: | |
4161 | + resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} | |
3864 | 4162 | |
3865 | 4163 | mrmime@1.0.1: |
3866 | 4164 | resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} |
... | ... | @@ -3895,8 +4193,26 @@ packages: |
3895 | 4193 | node-abort-controller@3.1.1: |
3896 | 4194 | resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} |
3897 | 4195 | |
3898 | - node-releases@2.0.14: | |
3899 | - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} | |
4196 | + node-fetch@2.7.0: | |
4197 | + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} | |
4198 | + engines: {node: 4.x || >=6.0.0} | |
4199 | + peerDependencies: | |
4200 | + encoding: ^0.1.0 | |
4201 | + peerDependenciesMeta: | |
4202 | + encoding: | |
4203 | + optional: true | |
4204 | + | |
4205 | + node-gyp-build@4.8.1: | |
4206 | + resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} | |
4207 | + hasBin: true | |
4208 | + | |
4209 | + node-releases@2.0.18: | |
4210 | + resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} | |
4211 | + | |
4212 | + nopt@5.0.0: | |
4213 | + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} | |
4214 | + engines: {node: '>=6'} | |
4215 | + hasBin: true | |
3900 | 4216 | |
3901 | 4217 | normalize-package-data@2.5.0: |
3902 | 4218 | resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} |
... | ... | @@ -3917,6 +4233,10 @@ packages: |
3917 | 4233 | resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} |
3918 | 4234 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} |
3919 | 4235 | |
4236 | + npmlog@5.0.1: | |
4237 | + resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} | |
4238 | + deprecated: This package is no longer supported. | |
4239 | + | |
3920 | 4240 | nth-check@2.1.1: |
3921 | 4241 | resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} |
3922 | 4242 | |
... | ... | @@ -3956,10 +4276,6 @@ packages: |
3956 | 4276 | resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} |
3957 | 4277 | engines: {node: '>= 0.4'} |
3958 | 4278 | |
3959 | - object.hasown@1.1.4: | |
3960 | - resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==} | |
3961 | - engines: {node: '>= 0.4'} | |
3962 | - | |
3963 | 4279 | object.values@1.2.0: |
3964 | 4280 | resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} |
3965 | 4281 | engines: {node: '>= 0.4'} |
... | ... | @@ -3975,6 +4291,10 @@ packages: |
3975 | 4291 | resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} |
3976 | 4292 | engines: {node: '>=12'} |
3977 | 4293 | |
4294 | + onetime@7.0.0: | |
4295 | + resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} | |
4296 | + engines: {node: '>=18'} | |
4297 | + | |
3978 | 4298 | optionator@0.9.4: |
3979 | 4299 | resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} |
3980 | 4300 | engines: {node: '>= 0.8.0'} |
... | ... | @@ -4091,6 +4411,9 @@ packages: |
4091 | 4411 | resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} |
4092 | 4412 | engines: {node: '>=8'} |
4093 | 4413 | |
4414 | + pathe@1.1.2: | |
4415 | + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} | |
4416 | + | |
4094 | 4417 | pbkdf2@3.1.2: |
4095 | 4418 | resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} |
4096 | 4419 | engines: {node: '>=0.12'} |
... | ... | @@ -4127,6 +4450,9 @@ packages: |
4127 | 4450 | resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} |
4128 | 4451 | engines: {node: '>=14.16'} |
4129 | 4452 | |
4453 | + pkg-types@1.1.3: | |
4454 | + resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==} | |
4455 | + | |
4130 | 4456 | pkg-up@3.1.0: |
4131 | 4457 | resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} |
4132 | 4458 | engines: {node: '>=8'} |
... | ... | @@ -4279,8 +4605,8 @@ packages: |
4279 | 4605 | peerDependencies: |
4280 | 4606 | postcss: ^8.4.31 |
4281 | 4607 | |
4282 | - postcss-nested@6.0.1: | |
4283 | - resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} | |
4608 | + postcss-nested@6.2.0: | |
4609 | + resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} | |
4284 | 4610 | engines: {node: '>=12.0'} |
4285 | 4611 | peerDependencies: |
4286 | 4612 | postcss: ^8.2.14 |
... | ... | @@ -4368,8 +4694,8 @@ packages: |
4368 | 4694 | peerDependencies: |
4369 | 4695 | postcss: ^8.4.31 |
4370 | 4696 | |
4371 | - postcss-resolve-nested-selector@0.1.1: | |
4372 | - resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} | |
4697 | + postcss-resolve-nested-selector@0.1.4: | |
4698 | + resolution: {integrity: sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==} | |
4373 | 4699 | |
4374 | 4700 | postcss-safe-parser@6.0.0: |
4375 | 4701 | resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} |
... | ... | @@ -4377,8 +4703,8 @@ packages: |
4377 | 4703 | peerDependencies: |
4378 | 4704 | postcss: ^8.3.3 |
4379 | 4705 | |
4380 | - postcss-selector-parser@6.1.0: | |
4381 | - resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} | |
4706 | + postcss-selector-parser@6.1.1: | |
4707 | + resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} | |
4382 | 4708 | engines: {node: '>=4'} |
4383 | 4709 | |
4384 | 4710 | postcss-sorting@6.0.0: |
... | ... | @@ -4401,8 +4727,8 @@ packages: |
4401 | 4727 | postcss-value-parser@4.2.0: |
4402 | 4728 | resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} |
4403 | 4729 | |
4404 | - postcss@8.4.38: | |
4405 | - resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} | |
4730 | + postcss@8.4.40: | |
4731 | + resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} | |
4406 | 4732 | engines: {node: ^10 || ^12 || >=14} |
4407 | 4733 | |
4408 | 4734 | prelude-ls@1.2.1: |
... | ... | @@ -4436,8 +4762,8 @@ packages: |
4436 | 4762 | engines: {node: '>=10.13.0'} |
4437 | 4763 | hasBin: true |
4438 | 4764 | |
4439 | - prettier@3.3.2: | |
4440 | - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} | |
4765 | + prettier@3.3.3: | |
4766 | + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} | |
4441 | 4767 | engines: {node: '>=14'} |
4442 | 4768 | hasBin: true |
4443 | 4769 | |
... | ... | @@ -4500,8 +4826,8 @@ packages: |
4500 | 4826 | pug-walk@2.0.0: |
4501 | 4827 | resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} |
4502 | 4828 | |
4503 | - pug@3.0.2: | |
4504 | - resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} | |
4829 | + pug@3.0.3: | |
4830 | + resolution: {integrity: sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g==} | |
4505 | 4831 | |
4506 | 4832 | pump@3.0.0: |
4507 | 4833 | resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} |
... | ... | @@ -4513,12 +4839,12 @@ packages: |
4513 | 4839 | resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} |
4514 | 4840 | engines: {node: '>=6'} |
4515 | 4841 | |
4516 | - qs@6.12.1: | |
4517 | - resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==} | |
4842 | + qs@6.12.3: | |
4843 | + resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==} | |
4518 | 4844 | engines: {node: '>=0.6'} |
4519 | 4845 | |
4520 | - query-string@9.0.0: | |
4521 | - resolution: {integrity: sha512-4EWwcRGsO2H+yzq6ddHcVqkCQ2EFUSfDMEjF8ryp8ReymyZhIuaFRGLomeOQLkrzacMHoyky2HW0Qe30UbzkKw==} | |
4846 | + query-string@9.1.0: | |
4847 | + resolution: {integrity: sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==} | |
4522 | 4848 | engines: {node: '>=18'} |
4523 | 4849 | |
4524 | 4850 | querystring-es3@0.2.1: |
... | ... | @@ -4538,32 +4864,260 @@ packages: |
4538 | 4864 | randomfill@1.0.4: |
4539 | 4865 | resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} |
4540 | 4866 | |
4541 | - react-dom@18.3.1: | |
4542 | - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} | |
4867 | + rc-cascader@3.27.0: | |
4868 | + resolution: {integrity: sha512-z5uq8VvQadFUBiuZJ7YF5UAUGNkZtdEtcEYiIA94N/Kc2MIKr6lEbN5HyVddvYSgwWlKqnL6pH5bFXFuIK3MNg==} | |
4543 | 4869 | peerDependencies: |
4544 | - react: ^18.3.1 | |
4870 | + react: '>=16.9.0' | |
4871 | + react-dom: '>=16.9.0' | |
4545 | 4872 | |
4546 | - react-fast-compare@3.2.2: | |
4547 | - resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} | |
4873 | + rc-checkbox@3.3.0: | |
4874 | + resolution: {integrity: sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==} | |
4875 | + peerDependencies: | |
4876 | + react: '>=16.9.0' | |
4877 | + react-dom: '>=16.9.0' | |
4548 | 4878 | |
4549 | - react-helmet@6.1.0: | |
4550 | - resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} | |
4879 | + rc-collapse@3.7.3: | |
4880 | + resolution: {integrity: sha512-60FJcdTRn0X5sELF18TANwtVi7FtModq649H11mYF1jh83DniMoM4MqY627sEKRCTm4+WXfGDcB7hY5oW6xhyw==} | |
4551 | 4881 | peerDependencies: |
4552 | - react: '>=16.3.0' | |
4882 | + react: '>=16.9.0' | |
4883 | + react-dom: '>=16.9.0' | |
4553 | 4884 | |
4554 | - react-is@16.13.1: | |
4555 | - resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} | |
4885 | + rc-dialog@9.5.2: | |
4886 | + resolution: {integrity: sha512-qVUjc8JukG+j/pNaHVSRa2GO2/KbV2thm7yO4hepQ902eGdYK913sGkwg/fh9yhKYV1ql3BKIN2xnud3rEXAPw==} | |
4887 | + peerDependencies: | |
4888 | + react: '>=16.9.0' | |
4889 | + react-dom: '>=16.9.0' | |
4556 | 4890 | |
4557 | - react-is@18.3.1: | |
4558 | - resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} | |
4891 | + rc-drawer@7.2.0: | |
4892 | + resolution: {integrity: sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==} | |
4893 | + peerDependencies: | |
4894 | + react: '>=16.9.0' | |
4895 | + react-dom: '>=16.9.0' | |
4559 | 4896 | |
4560 | - react-refresh@0.14.2: | |
4561 | - resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} | |
4562 | - engines: {node: '>=0.10.0'} | |
4897 | + rc-dropdown@4.2.0: | |
4898 | + resolution: {integrity: sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==} | |
4899 | + peerDependencies: | |
4900 | + react: '>=16.11.0' | |
4901 | + react-dom: '>=16.11.0' | |
4563 | 4902 | |
4564 | - react-router-dom@6.22.0: | |
4565 | - resolution: {integrity: sha512-z2w+M4tH5wlcLmH3BMMOMdrtrJ9T3oJJNsAlBJbwk+8Syxd5WFJ7J5dxMEW0/GEXD1BBis4uXRrNIz3mORr0ag==} | |
4566 | - engines: {node: '>=14.0.0'} | |
4903 | + rc-field-form@2.2.1: | |
4904 | + resolution: {integrity: sha512-uoNqDoR7A4tn4QTSqoWPAzrR7ZwOK5I+vuZ/qdcHtbKx+ZjEsTg7QXm2wk/jalDiSksAQmATxL0T5LJkRREdIA==} | |
4905 | + engines: {node: '>=8.x'} | |
4906 | + peerDependencies: | |
4907 | + react: '>=16.9.0' | |
4908 | + react-dom: '>=16.9.0' | |
4909 | + | |
4910 | + rc-image@7.9.0: | |
4911 | + resolution: {integrity: sha512-l4zqO5E0quuLMCtdKfBgj4Suv8tIS011F5k1zBBlK25iMjjiNHxA0VeTzGFtUZERSA45gvpXDg8/P6qNLjR25g==} | |
4912 | + peerDependencies: | |
4913 | + react: '>=16.9.0' | |
4914 | + react-dom: '>=16.9.0' | |
4915 | + | |
4916 | + rc-input-number@9.1.0: | |
4917 | + resolution: {integrity: sha512-NqJ6i25Xn/AgYfVxynlevIhX3FuKlMwIFpucGG1h98SlK32wQwDK0zhN9VY32McOmuaqzftduNYWWooWz8pXQA==} | |
4918 | + peerDependencies: | |
4919 | + react: '>=16.9.0' | |
4920 | + react-dom: '>=16.9.0' | |
4921 | + | |
4922 | + rc-input@1.5.1: | |
4923 | + resolution: {integrity: sha512-+nOzQJDeIfIpNP/SgY45LXSKbuMlp4Yap2y8c+ZpU7XbLmNzUd6+d5/S75sA/52jsVE6S/AkhkkDEAOjIu7i6g==} | |
4924 | + peerDependencies: | |
4925 | + react: '>=16.0.0' | |
4926 | + react-dom: '>=16.0.0' | |
4927 | + | |
4928 | + rc-mentions@2.14.0: | |
4929 | + resolution: {integrity: sha512-qKR59FMuF8PK4ZqsbWX3UuA5P1M/snzyqV6Yt3y1DCFbCEdqUGIBgQp6vEfLCO6Z0RoRFlzXtCeSlBTcDDpg1A==} | |
4930 | + peerDependencies: | |
4931 | + react: '>=16.9.0' | |
4932 | + react-dom: '>=16.9.0' | |
4933 | + | |
4934 | + rc-menu@9.14.1: | |
4935 | + resolution: {integrity: sha512-5wlRb3M8S4yGlWhSoEYJ7ZVRElyScdcpUHxgiLxkeig1tEdyKrnED3B2fhpN0Rrpdp9jyhnmZR/Lwq2fH5VvDQ==} | |
4936 | + peerDependencies: | |
4937 | + react: '>=16.9.0' | |
4938 | + react-dom: '>=16.9.0' | |
4939 | + | |
4940 | + rc-motion@2.9.2: | |
4941 | + resolution: {integrity: sha512-fUAhHKLDdkAXIDLH0GYwof3raS58dtNUmzLF2MeiR8o6n4thNpSDQhOqQzWE4WfFZDCi9VEN8n7tiB7czREcyw==} | |
4942 | + peerDependencies: | |
4943 | + react: '>=16.9.0' | |
4944 | + react-dom: '>=16.9.0' | |
4945 | + | |
4946 | + rc-notification@5.6.0: | |
4947 | + resolution: {integrity: sha512-TGQW5T7waOxLwgJG7fXcw8l7AQiFOjaZ7ISF5PrU526nunHRNcTMuzKihQHaF4E/h/KfOCDk3Mv8eqzbu2e28w==} | |
4948 | + engines: {node: '>=8.x'} | |
4949 | + peerDependencies: | |
4950 | + react: '>=16.9.0' | |
4951 | + react-dom: '>=16.9.0' | |
4952 | + | |
4953 | + rc-overflow@1.3.2: | |
4954 | + resolution: {integrity: sha512-nsUm78jkYAoPygDAcGZeC2VwIg/IBGSodtOY3pMof4W3M9qRJgqaDYm03ZayHlde3I6ipliAxbN0RUcGf5KOzw==} | |
4955 | + peerDependencies: | |
4956 | + react: '>=16.9.0' | |
4957 | + react-dom: '>=16.9.0' | |
4958 | + | |
4959 | + rc-pagination@4.2.0: | |
4960 | + resolution: {integrity: sha512-V6qeANJsT6tmOcZ4XiUmj8JXjRLbkusuufpuoBw2GiAn94fIixYjFLmbruD1Sbhn8fPLDnWawPp4CN37zQorvw==} | |
4961 | + peerDependencies: | |
4962 | + react: '>=16.9.0' | |
4963 | + react-dom: '>=16.9.0' | |
4964 | + | |
4965 | + rc-picker@4.6.10: | |
4966 | + resolution: {integrity: sha512-wNtbwAalqqSmBco+VSxU0ggR9YgvdzdMUTm9bFYn+l3hXmAFyFikBN8xN/iSn3Bwdf6chhh+ANOZKEEIBiq/Fw==} | |
4967 | + engines: {node: '>=8.x'} | |
4968 | + peerDependencies: | |
4969 | + date-fns: '>= 2.x' | |
4970 | + dayjs: '>= 1.x' | |
4971 | + luxon: '>= 3.x' | |
4972 | + moment: '>= 2.x' | |
4973 | + react: '>=16.9.0' | |
4974 | + react-dom: '>=16.9.0' | |
4975 | + peerDependenciesMeta: | |
4976 | + date-fns: | |
4977 | + optional: true | |
4978 | + dayjs: | |
4979 | + optional: true | |
4980 | + luxon: | |
4981 | + optional: true | |
4982 | + moment: | |
4983 | + optional: true | |
4984 | + | |
4985 | + rc-progress@4.0.0: | |
4986 | + resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==} | |
4987 | + peerDependencies: | |
4988 | + react: '>=16.9.0' | |
4989 | + react-dom: '>=16.9.0' | |
4990 | + | |
4991 | + rc-rate@2.13.0: | |
4992 | + resolution: {integrity: sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==} | |
4993 | + engines: {node: '>=8.x'} | |
4994 | + peerDependencies: | |
4995 | + react: '>=16.9.0' | |
4996 | + react-dom: '>=16.9.0' | |
4997 | + | |
4998 | + rc-resize-observer@1.4.0: | |
4999 | + resolution: {integrity: sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==} | |
5000 | + peerDependencies: | |
5001 | + react: '>=16.9.0' | |
5002 | + react-dom: '>=16.9.0' | |
5003 | + | |
5004 | + rc-segmented@2.3.0: | |
5005 | + resolution: {integrity: sha512-I3FtM5Smua/ESXutFfb8gJ8ZPcvFR+qUgeeGFQHBOvRiRKyAk4aBE5nfqrxXx+h8/vn60DQjOt6i4RNtrbOobg==} | |
5006 | + peerDependencies: | |
5007 | + react: '>=16.0.0' | |
5008 | + react-dom: '>=16.0.0' | |
5009 | + | |
5010 | + rc-select@14.15.1: | |
5011 | + resolution: {integrity: sha512-mGvuwW1RMm1NCSI8ZUoRoLRK51R2Nb+QJnmiAvbDRcjh2//ulCkxeV6ZRFTECPpE1t2DPfyqZMPw90SVJzQ7wQ==} | |
5012 | + engines: {node: '>=8.x'} | |
5013 | + peerDependencies: | |
5014 | + react: '*' | |
5015 | + react-dom: '*' | |
5016 | + | |
5017 | + rc-slider@10.6.2: | |
5018 | + resolution: {integrity: sha512-FjkoFjyvUQWcBo1F3RgSglky3ar0+qHLM41PlFVYB4Bj3RD8E/Mv7kqMouLFBU+3aFglMzzctAIWRwajEuueSw==} | |
5019 | + engines: {node: '>=8.x'} | |
5020 | + peerDependencies: | |
5021 | + react: '>=16.9.0' | |
5022 | + react-dom: '>=16.9.0' | |
5023 | + | |
5024 | + rc-steps@6.0.1: | |
5025 | + resolution: {integrity: sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==} | |
5026 | + engines: {node: '>=8.x'} | |
5027 | + peerDependencies: | |
5028 | + react: '>=16.9.0' | |
5029 | + react-dom: '>=16.9.0' | |
5030 | + | |
5031 | + rc-switch@4.1.0: | |
5032 | + resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==} | |
5033 | + peerDependencies: | |
5034 | + react: '>=16.9.0' | |
5035 | + react-dom: '>=16.9.0' | |
5036 | + | |
5037 | + rc-table@7.45.7: | |
5038 | + resolution: {integrity: sha512-wi9LetBL1t1csxyGkMB2p3mCiMt+NDexMlPbXHvQFmBBAsMxrgNSAPwUci2zDLUq9m8QdWc1Nh8suvrpy9mXrg==} | |
5039 | + engines: {node: '>=8.x'} | |
5040 | + peerDependencies: | |
5041 | + react: '>=16.9.0' | |
5042 | + react-dom: '>=16.9.0' | |
5043 | + | |
5044 | + rc-tabs@15.1.1: | |
5045 | + resolution: {integrity: sha512-Tc7bJvpEdkWIVCUL7yQrMNBJY3j44NcyWS48jF/UKMXuUlzaXK+Z/pEL5LjGcTadtPvVmNqA40yv7hmr+tCOAw==} | |
5046 | + engines: {node: '>=8.x'} | |
5047 | + peerDependencies: | |
5048 | + react: '>=16.9.0' | |
5049 | + react-dom: '>=16.9.0' | |
5050 | + | |
5051 | + rc-textarea@1.7.0: | |
5052 | + resolution: {integrity: sha512-UxizYJkWkmxP3zofXgc487QiGyDmhhheDLLjIWbFtDmiru1ls30KpO8odDaPyqNUIy9ugj5djxTEuezIn6t3Jg==} | |
5053 | + peerDependencies: | |
5054 | + react: '>=16.9.0' | |
5055 | + react-dom: '>=16.9.0' | |
5056 | + | |
5057 | + rc-tooltip@6.2.0: | |
5058 | + resolution: {integrity: sha512-iS/3iOAvtDh9GIx1ulY7EFUXUtktFccNLsARo3NPgLf0QW9oT0w3dA9cYWlhqAKmD+uriEwdWz1kH0Qs4zk2Aw==} | |
5059 | + peerDependencies: | |
5060 | + react: '>=16.9.0' | |
5061 | + react-dom: '>=16.9.0' | |
5062 | + | |
5063 | + rc-tree-select@5.22.1: | |
5064 | + resolution: {integrity: sha512-b8mAK52xEpRgS+b2PTapCt29GoIrO5cO8jB7AfHttFsIJfcnynY9FCtnYzURsKXJkGHbFY6UzSEB2I3TETtdWg==} | |
5065 | + peerDependencies: | |
5066 | + react: '*' | |
5067 | + react-dom: '*' | |
5068 | + | |
5069 | + rc-tree@5.8.8: | |
5070 | + resolution: {integrity: sha512-S+mCMWo91m5AJqjz3PdzKilGgbFm7fFJRFiTDOcoRbD7UfMOPnerXwMworiga0O2XIo383UoWuEfeHs1WOltag==} | |
5071 | + engines: {node: '>=10.x'} | |
5072 | + peerDependencies: | |
5073 | + react: '*' | |
5074 | + react-dom: '*' | |
5075 | + | |
5076 | + rc-upload@4.6.0: | |
5077 | + resolution: {integrity: sha512-Zr0DT1NHw/ApxrP7UAoxOtGaVYuzarrrCVr0ld7RiEFsKX07uFhE1EpCBxwL11ruFn89GMcshOKWp+s6FLyAlA==} | |
5078 | + peerDependencies: | |
5079 | + react: '>=16.9.0' | |
5080 | + react-dom: '>=16.9.0' | |
5081 | + | |
5082 | + rc-util@5.43.0: | |
5083 | + resolution: {integrity: sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==} | |
5084 | + peerDependencies: | |
5085 | + react: '>=16.9.0' | |
5086 | + react-dom: '>=16.9.0' | |
5087 | + | |
5088 | + rc-virtual-list@3.14.5: | |
5089 | + resolution: {integrity: sha512-ZMOnkCLv2wUN8Jz7yI4XiSLa9THlYvf00LuMhb1JlsQCewuU7ydPuHw1rGVPhe9VZYl/5UqODtNd7QKJ2DMGfg==} | |
5090 | + engines: {node: '>=8.x'} | |
5091 | + peerDependencies: | |
5092 | + react: '>=16.9.0' | |
5093 | + react-dom: '>=16.9.0' | |
5094 | + | |
5095 | + react-dom@18.3.1: | |
5096 | + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} | |
5097 | + peerDependencies: | |
5098 | + react: ^18.3.1 | |
5099 | + | |
5100 | + react-fast-compare@3.2.2: | |
5101 | + resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} | |
5102 | + | |
5103 | + react-helmet@6.1.0: | |
5104 | + resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} | |
5105 | + peerDependencies: | |
5106 | + react: '>=16.3.0' | |
5107 | + | |
5108 | + react-is@16.13.1: | |
5109 | + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} | |
5110 | + | |
5111 | + react-is@18.3.1: | |
5112 | + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} | |
5113 | + | |
5114 | + react-refresh@0.14.2: | |
5115 | + resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} | |
5116 | + engines: {node: '>=0.10.0'} | |
5117 | + | |
5118 | + react-router-dom@6.22.0: | |
5119 | + resolution: {integrity: sha512-z2w+M4tH5wlcLmH3BMMOMdrtrJ9T3oJJNsAlBJbwk+8Syxd5WFJ7J5dxMEW0/GEXD1BBis4uXRrNIz3mORr0ag==} | |
5120 | + engines: {node: '>=14.0.0'} | |
4567 | 5121 | peerDependencies: |
4568 | 5122 | react: '>=16.8' |
4569 | 5123 | react-dom: '>=16.8' |
... | ... | @@ -4627,6 +5181,9 @@ packages: |
4627 | 5181 | resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==} |
4628 | 5182 | engines: {node: '>=12'} |
4629 | 5183 | |
5184 | + reduce-configs@1.0.0: | |
5185 | + resolution: {integrity: sha512-/JCYSgL/QeXXsq0Lv/7kOZfqvof7vyzHWfyNQPt3c6vc73mU4WRyT8RJ6ZH5Ci08vUOqXwk7jkZy6BycHTDD9w==} | |
5186 | + | |
4630 | 5187 | redux-promise-middleware@6.2.0: |
4631 | 5188 | resolution: {integrity: sha512-TEzfMeLX63gju2WqkdFQlQMvUGYzFvJNePIJJsBlbPHs3Txsbc/5Rjhmtha1XdMU6lkeiIlp1Qx7AR3Zo9he9g==} |
4632 | 5189 | peerDependencies: |
... | ... | @@ -4705,9 +5262,9 @@ packages: |
4705 | 5262 | resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} |
4706 | 5263 | hasBin: true |
4707 | 5264 | |
4708 | - restore-cursor@4.0.0: | |
4709 | - resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} | |
4710 | - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | |
5265 | + restore-cursor@5.1.0: | |
5266 | + resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} | |
5267 | + engines: {node: '>=18'} | |
4711 | 5268 | |
4712 | 5269 | reusify@1.0.4: |
4713 | 5270 | resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} |
... | ... | @@ -4721,9 +5278,9 @@ packages: |
4721 | 5278 | deprecated: Rimraf versions prior to v4 are no longer supported |
4722 | 5279 | hasBin: true |
4723 | 5280 | |
4724 | - rimraf@5.0.7: | |
4725 | - resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} | |
4726 | - engines: {node: '>=14.18'} | |
5281 | + rimraf@5.0.9: | |
5282 | + resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==} | |
5283 | + engines: {node: 14 >=14.20 || 16 >=16.20 || >=18} | |
4727 | 5284 | hasBin: true |
4728 | 5285 | |
4729 | 5286 | ripemd160@2.0.2: |
... | ... | @@ -4745,6 +5302,9 @@ packages: |
4745 | 5302 | run-parallel@1.2.0: |
4746 | 5303 | resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} |
4747 | 5304 | |
5305 | + rxjs@7.8.1: | |
5306 | + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} | |
5307 | + | |
4748 | 5308 | safe-array-concat@1.1.2: |
4749 | 5309 | resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} |
4750 | 5310 | engines: {node: '>=0.4'} |
... | ... | @@ -4762,6 +5322,125 @@ packages: |
4762 | 5322 | safe-regex@2.1.1: |
4763 | 5323 | resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} |
4764 | 5324 | |
5325 | + sass-embedded-android-arm64@1.77.8: | |
5326 | + resolution: {integrity: sha512-EmWHLbEx0Zo/f/lTFzMeH2Du+/I4RmSRlEnERSUKQWVp3aBSO04QDvdxfFezgQ+2Yt/ub9WMqBpma9P/8MPsLg==} | |
5327 | + engines: {node: '>=14.0.0'} | |
5328 | + cpu: [arm64] | |
5329 | + os: [android] | |
5330 | + hasBin: true | |
5331 | + | |
5332 | + sass-embedded-android-arm@1.77.8: | |
5333 | + resolution: {integrity: sha512-GpGL7xZ7V1XpFbnflib/NWbM0euRzineK0iwoo31/ntWKAXGj03iHhGzkSiOwWSFcXgsJJi3eRA5BTmBvK5Q+w==} | |
5334 | + engines: {node: '>=14.0.0'} | |
5335 | + cpu: [arm] | |
5336 | + os: [android] | |
5337 | + hasBin: true | |
5338 | + | |
5339 | + sass-embedded-android-ia32@1.77.8: | |
5340 | + resolution: {integrity: sha512-+GjfJ3lDezPi4dUUyjQBxlNKXNa+XVWsExtGvVNkv1uKyaOxULJhubVo2G6QTJJU0esJdfeXf5Ca5/J0ph7+7w==} | |
5341 | + engines: {node: '>=14.0.0'} | |
5342 | + cpu: [ia32] | |
5343 | + os: [android] | |
5344 | + hasBin: true | |
5345 | + | |
5346 | + sass-embedded-android-x64@1.77.8: | |
5347 | + resolution: {integrity: sha512-YZbFDzGe5NhaMCygShqkeCWtzjhkWxGVunc7ULR97wmxYPQLPeVyx7XFQZc84Aj0lKAJBJS4qRZeqphMqZEJsQ==} | |
5348 | + engines: {node: '>=14.0.0'} | |
5349 | + cpu: [x64] | |
5350 | + os: [android] | |
5351 | + hasBin: true | |
5352 | + | |
5353 | + sass-embedded-darwin-arm64@1.77.8: | |
5354 | + resolution: {integrity: sha512-aifgeVRNE+i43toIkDFFJc/aPLMo0PJ5s5hKb52U+oNdiJE36n65n2L8F/8z3zZRvCa6eYtFY2b7f1QXR3B0LA==} | |
5355 | + engines: {node: '>=14.0.0'} | |
5356 | + cpu: [arm64] | |
5357 | + os: [darwin] | |
5358 | + hasBin: true | |
5359 | + | |
5360 | + sass-embedded-darwin-x64@1.77.8: | |
5361 | + resolution: {integrity: sha512-/VWZQtcWIOek60Zj6Sxk6HebXA1Qyyt3sD8o5qwbTgZnKitB1iEBuNunyGoAgMNeUz2PRd6rVki6hvbas9hQ6w==} | |
5362 | + engines: {node: '>=14.0.0'} | |
5363 | + cpu: [x64] | |
5364 | + os: [darwin] | |
5365 | + hasBin: true | |
5366 | + | |
5367 | + sass-embedded-linux-arm64@1.77.8: | |
5368 | + resolution: {integrity: sha512-6iIOIZtBFa2YfMsHqOb3qake3C9d/zlKxjooKKnTSo+6g6z+CLTzMXe1bOfayb7yxeenElmFoK1k54kWD/40+g==} | |
5369 | + engines: {node: '>=14.0.0'} | |
5370 | + cpu: [arm64] | |
5371 | + os: [linux] | |
5372 | + hasBin: true | |
5373 | + | |
5374 | + sass-embedded-linux-arm@1.77.8: | |
5375 | + resolution: {integrity: sha512-2edZMB6jf0whx3T0zlgH+p131kOEmWp+I4wnKj7ZMUeokiY4Up05d10hSvb0Q63lOrSjFAWu6P5/pcYUUx8arQ==} | |
5376 | + engines: {node: '>=14.0.0'} | |
5377 | + cpu: [arm] | |
5378 | + os: [linux] | |
5379 | + hasBin: true | |
5380 | + | |
5381 | + sass-embedded-linux-ia32@1.77.8: | |
5382 | + resolution: {integrity: sha512-63GsFFHWN5yRLTWiSef32TM/XmjhCBx1DFhoqxmj+Yc6L9Z1h0lDHjjwdG6Sp5XTz5EmsaFKjpDgnQTP9hJX3Q==} | |
5383 | + engines: {node: '>=14.0.0'} | |
5384 | + cpu: [ia32] | |
5385 | + os: [linux] | |
5386 | + hasBin: true | |
5387 | + | |
5388 | + sass-embedded-linux-musl-arm64@1.77.8: | |
5389 | + resolution: {integrity: sha512-j8cgQxNWecYK+aH8ESFsyam/Q6G+9gg8eJegiRVpA9x8yk3ykfHC7UdQWwUcF22ZcuY4zegrjJx8k+thsgsOVA==} | |
5390 | + engines: {node: '>=14.0.0'} | |
5391 | + cpu: [arm64] | |
5392 | + os: [linux] | |
5393 | + | |
5394 | + sass-embedded-linux-musl-arm@1.77.8: | |
5395 | + resolution: {integrity: sha512-nFkhSl3uu9btubm+JBW7uRglNVJ8W8dGfzVqh3fyQJKS1oyBC3vT3VOtfbT9YivXk28wXscSHpqXZwY7bUuopA==} | |
5396 | + engines: {node: '>=14.0.0'} | |
5397 | + cpu: [arm] | |
5398 | + os: [linux] | |
5399 | + | |
5400 | + sass-embedded-linux-musl-ia32@1.77.8: | |
5401 | + resolution: {integrity: sha512-oWveMe+8TFlP8WBWPna/+Ec5TV0CE+PxEutyi0ltSruBds2zxRq9dPVOqrpPcDN9QUx50vNZC0Afgch0aQEd0g==} | |
5402 | + engines: {node: '>=14.0.0'} | |
5403 | + cpu: [ia32] | |
5404 | + os: [linux] | |
5405 | + | |
5406 | + sass-embedded-linux-musl-x64@1.77.8: | |
5407 | + resolution: {integrity: sha512-2NtRpMXHeFo9kaYxuZ+Ewwo39CE7BTS2JDfXkTjZTZqd8H+8KC53eBh516YQnn2oiqxSiKxm7a6pxbxGZGwXOQ==} | |
5408 | + engines: {node: '>=14.0.0'} | |
5409 | + cpu: [x64] | |
5410 | + os: [linux] | |
5411 | + | |
5412 | + sass-embedded-linux-x64@1.77.8: | |
5413 | + resolution: {integrity: sha512-ND5qZLWUCpOn7LJfOf0gLSZUWhNIysY+7NZK1Ctq+pM6tpJky3JM5I1jSMplNxv5H3o8p80n0gSm+fcjsEFfjQ==} | |
5414 | + engines: {node: '>=14.0.0'} | |
5415 | + cpu: [x64] | |
5416 | + os: [linux] | |
5417 | + hasBin: true | |
5418 | + | |
5419 | + sass-embedded-win32-arm64@1.77.8: | |
5420 | + resolution: {integrity: sha512-7L8zT6xzEvTYj86MvUWnbkWYCNQP+74HvruLILmiPPE+TCgOjgdi750709BtppVJGGZSs40ZuN6mi/YQyGtwXg==} | |
5421 | + engines: {node: '>=14.0.0'} | |
5422 | + cpu: [arm64] | |
5423 | + os: [win32] | |
5424 | + hasBin: true | |
5425 | + | |
5426 | + sass-embedded-win32-ia32@1.77.8: | |
5427 | + resolution: {integrity: sha512-7Buh+4bP0WyYn6XPbthkIa3M2vtcR8QIsFVg3JElVlr+8Ng19jqe0t0SwggDgbMX6AdQZC+Wj4F1BprZSok42A==} | |
5428 | + engines: {node: '>=14.0.0'} | |
5429 | + cpu: [ia32] | |
5430 | + os: [win32] | |
5431 | + hasBin: true | |
5432 | + | |
5433 | + sass-embedded-win32-x64@1.77.8: | |
5434 | + resolution: {integrity: sha512-rZmLIx4/LLQm+4GW39sRJW0MIlDqmyV0fkRzTmhFP5i/wVC7cuj8TUubPHw18rv2rkHFfBZKZJTCkPjCS5Z+SA==} | |
5435 | + engines: {node: '>=14.0.0'} | |
5436 | + cpu: [x64] | |
5437 | + os: [win32] | |
5438 | + hasBin: true | |
5439 | + | |
5440 | + sass-embedded@1.77.8: | |
5441 | + resolution: {integrity: sha512-WGXA6jcaoBo5Uhw0HX/s6z/sl3zyYQ7ZOnLOJzqwpctFcFmU4L07zn51e2VSkXXFpQZFAdMZNqOGz/7h/fvcRA==} | |
5442 | + engines: {node: '>=16.0.0'} | |
5443 | + | |
4765 | 5444 | scheduler@0.23.2: |
4766 | 5445 | resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} |
4767 | 5446 | |
... | ... | @@ -4777,6 +5456,9 @@ packages: |
4777 | 5456 | resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==} |
4778 | 5457 | engines: {node: '>=0.10.0'} |
4779 | 5458 | |
5459 | + scroll-into-view-if-needed@3.1.0: | |
5460 | + resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==} | |
5461 | + | |
4780 | 5462 | semver@5.7.2: |
4781 | 5463 | resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} |
4782 | 5464 | hasBin: true |
... | ... | @@ -4785,14 +5467,17 @@ packages: |
4785 | 5467 | resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} |
4786 | 5468 | hasBin: true |
4787 | 5469 | |
4788 | - semver@7.6.2: | |
4789 | - resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} | |
5470 | + semver@7.6.3: | |
5471 | + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} | |
4790 | 5472 | engines: {node: '>=10'} |
4791 | 5473 | hasBin: true |
4792 | 5474 | |
4793 | 5475 | serialize-javascript@6.0.2: |
4794 | 5476 | resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} |
4795 | 5477 | |
5478 | + set-blocking@2.0.0: | |
5479 | + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} | |
5480 | + | |
4796 | 5481 | set-function-length@1.2.2: |
4797 | 5482 | resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} |
4798 | 5483 | engines: {node: '>= 0.4'} |
... | ... | @@ -4808,10 +5493,6 @@ packages: |
4808 | 5493 | resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} |
4809 | 5494 | hasBin: true |
4810 | 5495 | |
4811 | - shallow-clone@0.1.2: | |
4812 | - resolution: {integrity: sha512-J1zdXCky5GmNnuauESROVu31MQSnLoYvlyEn6j2Ztk6Q5EHFIhxkMhYcv6vuDzl2XEzoRr856QwzMgWM/TmZgw==} | |
4813 | - engines: {node: '>=0.10.0'} | |
4814 | - | |
4815 | 5496 | shallow-clone@3.0.1: |
4816 | 5497 | resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} |
4817 | 5498 | engines: {node: '>=8'} |
... | ... | @@ -4842,6 +5523,10 @@ packages: |
4842 | 5523 | resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} |
4843 | 5524 | engines: {node: '>=8'} |
4844 | 5525 | |
5526 | + slash@4.0.0: | |
5527 | + resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} | |
5528 | + engines: {node: '>=12'} | |
5529 | + | |
4845 | 5530 | slice-ansi@4.0.0: |
4846 | 5531 | resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} |
4847 | 5532 | engines: {node: '>=10'} |
... | ... | @@ -4898,6 +5583,9 @@ packages: |
4898 | 5583 | stackframe@1.3.4: |
4899 | 5584 | resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} |
4900 | 5585 | |
5586 | + std-env@3.7.0: | |
5587 | + resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} | |
5588 | + | |
4901 | 5589 | stream-browserify@3.0.0: |
4902 | 5590 | resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} |
4903 | 5591 | |
... | ... | @@ -4908,6 +5596,9 @@ packages: |
4908 | 5596 | resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} |
4909 | 5597 | engines: {node: '>=0.6.19'} |
4910 | 5598 | |
5599 | + string-convert@0.2.1: | |
5600 | + resolution: {integrity: sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==} | |
5601 | + | |
4911 | 5602 | string-width@4.2.3: |
4912 | 5603 | resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} |
4913 | 5604 | engines: {node: '>=8'} |
... | ... | @@ -4916,14 +5607,17 @@ packages: |
4916 | 5607 | resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} |
4917 | 5608 | engines: {node: '>=12'} |
4918 | 5609 | |
4919 | - string-width@7.1.0: | |
4920 | - resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==} | |
5610 | + string-width@7.2.0: | |
5611 | + resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} | |
4921 | 5612 | engines: {node: '>=18'} |
4922 | 5613 | |
4923 | 5614 | string.prototype.matchall@4.0.11: |
4924 | 5615 | resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} |
4925 | 5616 | engines: {node: '>= 0.4'} |
4926 | 5617 | |
5618 | + string.prototype.repeat@1.0.0: | |
5619 | + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} | |
5620 | + | |
4927 | 5621 | string.prototype.trim@1.2.9: |
4928 | 5622 | resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} |
4929 | 5623 | engines: {node: '>= 0.4'} |
... | ... | @@ -5011,8 +5705,8 @@ packages: |
5011 | 5705 | peerDependencies: |
5012 | 5706 | stylelint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 |
5013 | 5707 | |
5014 | - stylelint-scss@6.3.2: | |
5015 | - resolution: {integrity: sha512-pNk9mXOVKkQtd+SROPC9io8ISSgX+tOVPhFdBE+LaKQnJMLdWPbGKAGYv4Wmf/RrnOjkutunNTN9kKMhkdE5qA==} | |
5708 | + stylelint-scss@6.4.1: | |
5709 | + resolution: {integrity: sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==} | |
5016 | 5710 | engines: {node: '>=18.12.0'} |
5017 | 5711 | peerDependencies: |
5018 | 5712 | stylelint: ^16.0.2 |
... | ... | @@ -5022,6 +5716,9 @@ packages: |
5022 | 5716 | engines: {node: ^14.13.1 || >=16.0.0} |
5023 | 5717 | hasBin: true |
5024 | 5718 | |
5719 | + stylis@4.3.2: | |
5720 | + resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} | |
5721 | + | |
5025 | 5722 | sucrase@3.35.0: |
5026 | 5723 | resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} |
5027 | 5724 | engines: {node: '>=16 || 14 >=14.17'} |
... | ... | @@ -5066,8 +5763,8 @@ packages: |
5066 | 5763 | resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} |
5067 | 5764 | engines: {node: '>=10.0.0'} |
5068 | 5765 | |
5069 | - tailwindcss@3.4.4: | |
5070 | - resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==} | |
5766 | + tailwindcss@3.4.7: | |
5767 | + resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==} | |
5071 | 5768 | engines: {node: '>=14.0.0'} |
5072 | 5769 | hasBin: true |
5073 | 5770 | |
... | ... | @@ -5075,6 +5772,10 @@ packages: |
5075 | 5772 | resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} |
5076 | 5773 | engines: {node: '>=6'} |
5077 | 5774 | |
5775 | + tar@6.2.1: | |
5776 | + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} | |
5777 | + engines: {node: '>=10'} | |
5778 | + | |
5078 | 5779 | terser-webpack-plugin@5.3.10: |
5079 | 5780 | resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==} |
5080 | 5781 | engines: {node: '>= 10.13.0'} |
... | ... | @@ -5091,13 +5792,8 @@ packages: |
5091 | 5792 | uglify-js: |
5092 | 5793 | optional: true |
5093 | 5794 | |
5094 | - terser@5.31.0: | |
5095 | - resolution: {integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==} | |
5096 | - engines: {node: '>=10'} | |
5097 | - hasBin: true | |
5098 | - | |
5099 | - terser@5.31.1: | |
5100 | - resolution: {integrity: sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==} | |
5795 | + terser@5.31.3: | |
5796 | + resolution: {integrity: sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==} | |
5101 | 5797 | engines: {node: '>=10'} |
5102 | 5798 | hasBin: true |
5103 | 5799 | |
... | ... | @@ -5111,6 +5807,10 @@ packages: |
5111 | 5807 | thenify@3.3.1: |
5112 | 5808 | resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} |
5113 | 5809 | |
5810 | + throttle-debounce@5.0.2: | |
5811 | + resolution: {integrity: sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==} | |
5812 | + engines: {node: '>=12.22'} | |
5813 | + | |
5114 | 5814 | timers-browserify@2.0.12: |
5115 | 5815 | resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} |
5116 | 5816 | engines: {node: '>=0.6.0'} |
... | ... | @@ -5123,16 +5823,26 @@ packages: |
5123 | 5823 | resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} |
5124 | 5824 | engines: {node: '>=8.0'} |
5125 | 5825 | |
5826 | + toggle-selection@1.0.6: | |
5827 | + resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} | |
5828 | + | |
5126 | 5829 | token-stream@1.0.0: |
5127 | 5830 | resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} |
5128 | 5831 | |
5129 | 5832 | toml@3.0.0: |
5130 | 5833 | resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} |
5131 | 5834 | |
5835 | + tr46@0.0.3: | |
5836 | + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} | |
5837 | + | |
5132 | 5838 | trim-newlines@4.1.1: |
5133 | 5839 | resolution: {integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==} |
5134 | 5840 | engines: {node: '>=12'} |
5135 | 5841 | |
5842 | + ts-deepmerge@7.0.0: | |
5843 | + resolution: {integrity: sha512-WZ/iAJrKDhdINv1WG6KZIGHrZDar6VfhftG1QJFpVbOYZMYJLJOvZOo1amictRXVdBXZIgBHKswMTXzElngprA==} | |
5844 | + engines: {node: '>=14.13.1'} | |
5845 | + | |
5136 | 5846 | ts-interface-checker@0.1.13: |
5137 | 5847 | resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} |
5138 | 5848 | |
... | ... | @@ -5212,11 +5922,14 @@ packages: |
5212 | 5922 | typed-assert@1.0.9: |
5213 | 5923 | resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} |
5214 | 5924 | |
5215 | - typescript@5.5.2: | |
5216 | - resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} | |
5925 | + typescript@5.5.4: | |
5926 | + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} | |
5217 | 5927 | engines: {node: '>=14.17'} |
5218 | 5928 | hasBin: true |
5219 | 5929 | |
5930 | + ufo@1.5.4: | |
5931 | + resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} | |
5932 | + | |
5220 | 5933 | unbox-primitive@1.0.2: |
5221 | 5934 | resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} |
5222 | 5935 | |
... | ... | @@ -5247,8 +5960,8 @@ packages: |
5247 | 5960 | resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} |
5248 | 5961 | engines: {node: '>=4'} |
5249 | 5962 | |
5250 | - update-browserslist-db@1.0.16: | |
5251 | - resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==} | |
5963 | + update-browserslist-db@1.1.0: | |
5964 | + resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} | |
5252 | 5965 | hasBin: true |
5253 | 5966 | peerDependencies: |
5254 | 5967 | browserslist: '>= 4.21.0' |
... | ... | @@ -5256,8 +5969,9 @@ packages: |
5256 | 5969 | uri-js@4.4.1: |
5257 | 5970 | resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} |
5258 | 5971 | |
5259 | - url@0.11.3: | |
5260 | - resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} | |
5972 | + url@0.11.4: | |
5973 | + resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==} | |
5974 | + engines: {node: '>= 0.4'} | |
5261 | 5975 | |
5262 | 5976 | use-immer@0.9.0: |
5263 | 5977 | resolution: {integrity: sha512-/L+enLi0nvuZ6j4WlyK0US9/ECUtV5v9RUbtxnn5+WbtaXYUaOBoKHDNL9I5AETdurQ4rIFIj/s+Z5X80ATyKw==} |
... | ... | @@ -5277,6 +5991,9 @@ packages: |
5277 | 5991 | validate-npm-package-license@3.0.4: |
5278 | 5992 | resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} |
5279 | 5993 | |
5994 | + varint@6.0.0: | |
5995 | + resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} | |
5996 | + | |
5280 | 5997 | vm-browserify@1.1.2: |
5281 | 5998 | resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} |
5282 | 5999 | |
... | ... | @@ -5295,6 +6012,9 @@ packages: |
5295 | 6012 | resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} |
5296 | 6013 | engines: {node: '>= 8'} |
5297 | 6014 | |
6015 | + webidl-conversions@3.0.1: | |
6016 | + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} | |
6017 | + | |
5298 | 6018 | webpack-sources@2.3.1: |
5299 | 6019 | resolution: {integrity: sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==} |
5300 | 6020 | engines: {node: '>=10.13.0'} |
... | ... | @@ -5313,8 +6033,8 @@ packages: |
5313 | 6033 | html-webpack-plugin: |
5314 | 6034 | optional: true |
5315 | 6035 | |
5316 | - webpack@5.92.1: | |
5317 | - resolution: {integrity: sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==} | |
6036 | + webpack@5.93.0: | |
6037 | + resolution: {integrity: sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==} | |
5318 | 6038 | engines: {node: '>=10.13.0'} |
5319 | 6039 | hasBin: true |
5320 | 6040 | peerDependencies: |
... | ... | @@ -5323,11 +6043,14 @@ packages: |
5323 | 6043 | webpack-cli: |
5324 | 6044 | optional: true |
5325 | 6045 | |
6046 | + whatwg-url@5.0.0: | |
6047 | + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} | |
6048 | + | |
5326 | 6049 | which-boxed-primitive@1.0.2: |
5327 | 6050 | resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} |
5328 | 6051 | |
5329 | - which-builtin-type@1.1.3: | |
5330 | - resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} | |
6052 | + which-builtin-type@1.1.4: | |
6053 | + resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==} | |
5331 | 6054 | engines: {node: '>= 0.4'} |
5332 | 6055 | |
5333 | 6056 | which-collection@1.0.2: |
... | ... | @@ -5347,6 +6070,9 @@ packages: |
5347 | 6070 | engines: {node: '>= 8'} |
5348 | 6071 | hasBin: true |
5349 | 6072 | |
6073 | + wide-align@1.1.5: | |
6074 | + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} | |
6075 | + | |
5350 | 6076 | with@7.0.2: |
5351 | 6077 | resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} |
5352 | 6078 | engines: {node: '>= 10.0.0'} |
... | ... | @@ -5374,8 +6100,8 @@ packages: |
5374 | 6100 | resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} |
5375 | 6101 | engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} |
5376 | 6102 | |
5377 | - ws@8.17.1: | |
5378 | - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} | |
6103 | + ws@8.18.0: | |
6104 | + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} | |
5379 | 6105 | engines: {node: '>=10.0.0'} |
5380 | 6106 | peerDependencies: |
5381 | 6107 | bufferutil: ^4.0.1 |
... | ... | @@ -5405,6 +6131,11 @@ packages: |
5405 | 6131 | engines: {node: '>= 14'} |
5406 | 6132 | hasBin: true |
5407 | 6133 | |
6134 | + yaml@2.5.0: | |
6135 | + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} | |
6136 | + engines: {node: '>= 14'} | |
6137 | + hasBin: true | |
6138 | + | |
5408 | 6139 | yargs-parser@20.2.9: |
5409 | 6140 | resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} |
5410 | 6141 | engines: {node: '>=10'} |
... | ... | @@ -5413,8 +6144,8 @@ packages: |
5413 | 6144 | resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} |
5414 | 6145 | engines: {node: '>=10'} |
5415 | 6146 | |
5416 | - yocto-queue@1.0.0: | |
5417 | - resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} | |
6147 | + yocto-queue@1.1.1: | |
6148 | + resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} | |
5418 | 6149 | engines: {node: '>=12.20'} |
5419 | 6150 | |
5420 | 6151 | snapshots: |
... | ... | @@ -5426,205 +6157,229 @@ snapshots: |
5426 | 6157 | '@jridgewell/gen-mapping': 0.3.5 |
5427 | 6158 | '@jridgewell/trace-mapping': 0.3.25 |
5428 | 6159 | |
6160 | + '@ant-design/colors@7.1.0': | |
6161 | + dependencies: | |
6162 | + '@ctrl/tinycolor': 3.6.1 | |
6163 | + | |
6164 | + '@ant-design/cssinjs-utils@1.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6165 | + dependencies: | |
6166 | + '@ant-design/cssinjs': 1.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6167 | + '@babel/runtime': 7.25.0 | |
6168 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6169 | + react: 18.3.1 | |
6170 | + react-dom: 18.3.1(react@18.3.1) | |
6171 | + | |
6172 | + '@ant-design/cssinjs@1.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6173 | + dependencies: | |
6174 | + '@babel/runtime': 7.25.0 | |
6175 | + '@emotion/hash': 0.8.0 | |
6176 | + '@emotion/unitless': 0.7.5 | |
6177 | + classnames: 2.5.1 | |
6178 | + csstype: 3.1.3 | |
6179 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6180 | + react: 18.3.1 | |
6181 | + react-dom: 18.3.1(react@18.3.1) | |
6182 | + stylis: 4.3.2 | |
6183 | + | |
6184 | + '@ant-design/icons-svg@4.4.2': {} | |
6185 | + | |
6186 | + '@ant-design/icons@5.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6187 | + dependencies: | |
6188 | + '@ant-design/colors': 7.1.0 | |
6189 | + '@ant-design/icons-svg': 4.4.2 | |
6190 | + '@babel/runtime': 7.25.0 | |
6191 | + classnames: 2.5.1 | |
6192 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6193 | + react: 18.3.1 | |
6194 | + react-dom: 18.3.1(react@18.3.1) | |
6195 | + | |
6196 | + '@ant-design/react-slick@1.1.2(react@18.3.1)': | |
6197 | + dependencies: | |
6198 | + '@babel/runtime': 7.25.0 | |
6199 | + classnames: 2.5.1 | |
6200 | + json2mq: 0.2.0 | |
6201 | + react: 18.3.1 | |
6202 | + resize-observer-polyfill: 1.5.1 | |
6203 | + throttle-debounce: 5.0.2 | |
6204 | + | |
5429 | 6205 | '@babel/code-frame@7.24.7': |
5430 | 6206 | dependencies: |
5431 | 6207 | '@babel/highlight': 7.24.7 |
5432 | 6208 | picocolors: 1.0.1 |
5433 | 6209 | |
5434 | - '@babel/compat-data@7.24.7': {} | |
6210 | + '@babel/compat-data@7.25.2': {} | |
5435 | 6211 | |
5436 | - '@babel/core@7.24.7': | |
6212 | + '@babel/core@7.25.2': | |
5437 | 6213 | dependencies: |
5438 | 6214 | '@ampproject/remapping': 2.3.0 |
5439 | 6215 | '@babel/code-frame': 7.24.7 |
5440 | - '@babel/generator': 7.24.7 | |
5441 | - '@babel/helper-compilation-targets': 7.24.7 | |
5442 | - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) | |
5443 | - '@babel/helpers': 7.24.7 | |
5444 | - '@babel/parser': 7.24.7 | |
5445 | - '@babel/template': 7.24.7 | |
5446 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5447 | - '@babel/types': 7.24.7 | |
6216 | + '@babel/generator': 7.25.0 | |
6217 | + '@babel/helper-compilation-targets': 7.25.2 | |
6218 | + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) | |
6219 | + '@babel/helpers': 7.25.0 | |
6220 | + '@babel/parser': 7.25.0 | |
6221 | + '@babel/template': 7.25.0 | |
6222 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6223 | + '@babel/types': 7.25.2 | |
5448 | 6224 | convert-source-map: 2.0.0 |
5449 | - debug: 4.3.5(supports-color@5.5.0) | |
6225 | + debug: 4.3.6(supports-color@5.5.0) | |
5450 | 6226 | gensync: 1.0.0-beta.2 |
5451 | 6227 | json5: 2.2.3 |
5452 | 6228 | semver: 6.3.1 |
5453 | 6229 | transitivePeerDependencies: |
5454 | 6230 | - supports-color |
5455 | 6231 | |
5456 | - '@babel/eslint-parser@7.24.7(@babel/core@7.24.7)(eslint@8.57.0)': | |
6232 | + '@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@8.57.0)': | |
5457 | 6233 | dependencies: |
5458 | - '@babel/core': 7.24.7 | |
6234 | + '@babel/core': 7.25.2 | |
5459 | 6235 | '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 |
5460 | 6236 | eslint: 8.57.0 |
5461 | 6237 | eslint-visitor-keys: 2.1.0 |
5462 | 6238 | semver: 6.3.1 |
5463 | 6239 | |
5464 | - '@babel/eslint-plugin@7.24.7(@babel/eslint-parser@7.24.7(@babel/core@7.24.7)(eslint@8.57.0))(eslint@8.57.0)': | |
6240 | + '@babel/eslint-plugin@7.25.1(@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@8.57.0))(eslint@8.57.0)': | |
5465 | 6241 | dependencies: |
5466 | - '@babel/eslint-parser': 7.24.7(@babel/core@7.24.7)(eslint@8.57.0) | |
6242 | + '@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) | |
5467 | 6243 | eslint: 8.57.0 |
5468 | 6244 | eslint-rule-composer: 0.3.0 |
5469 | 6245 | |
5470 | - '@babel/generator@7.24.7': | |
6246 | + '@babel/generator@7.25.0': | |
5471 | 6247 | dependencies: |
5472 | - '@babel/types': 7.24.7 | |
6248 | + '@babel/types': 7.25.2 | |
5473 | 6249 | '@jridgewell/gen-mapping': 0.3.5 |
5474 | 6250 | '@jridgewell/trace-mapping': 0.3.25 |
5475 | 6251 | jsesc: 2.5.2 |
5476 | 6252 | |
5477 | 6253 | '@babel/helper-annotate-as-pure@7.24.7': |
5478 | 6254 | dependencies: |
5479 | - '@babel/types': 7.24.7 | |
6255 | + '@babel/types': 7.25.2 | |
5480 | 6256 | |
5481 | 6257 | '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': |
5482 | 6258 | dependencies: |
5483 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5484 | - '@babel/types': 7.24.7 | |
6259 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6260 | + '@babel/types': 7.25.2 | |
5485 | 6261 | transitivePeerDependencies: |
5486 | 6262 | - supports-color |
5487 | 6263 | |
5488 | - '@babel/helper-compilation-targets@7.24.7': | |
6264 | + '@babel/helper-compilation-targets@7.25.2': | |
5489 | 6265 | dependencies: |
5490 | - '@babel/compat-data': 7.24.7 | |
5491 | - '@babel/helper-validator-option': 7.24.7 | |
5492 | - browserslist: 4.23.1 | |
6266 | + '@babel/compat-data': 7.25.2 | |
6267 | + '@babel/helper-validator-option': 7.24.8 | |
6268 | + browserslist: 4.23.2 | |
5493 | 6269 | lru-cache: 5.1.1 |
5494 | 6270 | semver: 6.3.1 |
5495 | 6271 | |
5496 | - '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)': | |
6272 | + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.25.2)': | |
5497 | 6273 | dependencies: |
5498 | - '@babel/core': 7.24.7 | |
6274 | + '@babel/core': 7.25.2 | |
5499 | 6275 | '@babel/helper-annotate-as-pure': 7.24.7 |
5500 | - '@babel/helper-environment-visitor': 7.24.7 | |
5501 | - '@babel/helper-function-name': 7.24.7 | |
5502 | - '@babel/helper-member-expression-to-functions': 7.24.7 | |
6276 | + '@babel/helper-member-expression-to-functions': 7.24.8 | |
5503 | 6277 | '@babel/helper-optimise-call-expression': 7.24.7 |
5504 | - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7) | |
6278 | + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) | |
5505 | 6279 | '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 |
5506 | - '@babel/helper-split-export-declaration': 7.24.7 | |
6280 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5507 | 6281 | semver: 6.3.1 |
5508 | 6282 | transitivePeerDependencies: |
5509 | 6283 | - supports-color |
5510 | 6284 | |
5511 | - '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.24.7)': | |
6285 | + '@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2)': | |
5512 | 6286 | dependencies: |
5513 | - '@babel/core': 7.24.7 | |
6287 | + '@babel/core': 7.25.2 | |
5514 | 6288 | '@babel/helper-annotate-as-pure': 7.24.7 |
5515 | 6289 | regexpu-core: 5.3.2 |
5516 | 6290 | semver: 6.3.1 |
5517 | 6291 | |
5518 | - '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.7)': | |
6292 | + '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2)': | |
5519 | 6293 | dependencies: |
5520 | - '@babel/core': 7.24.7 | |
5521 | - '@babel/helper-compilation-targets': 7.24.7 | |
5522 | - '@babel/helper-plugin-utils': 7.24.7 | |
5523 | - debug: 4.3.5(supports-color@5.5.0) | |
6294 | + '@babel/core': 7.25.2 | |
6295 | + '@babel/helper-compilation-targets': 7.25.2 | |
6296 | + '@babel/helper-plugin-utils': 7.24.8 | |
6297 | + debug: 4.3.6(supports-color@5.5.0) | |
5524 | 6298 | lodash.debounce: 4.0.8 |
5525 | 6299 | resolve: 1.22.8 |
5526 | 6300 | transitivePeerDependencies: |
5527 | 6301 | - supports-color |
5528 | 6302 | |
5529 | - '@babel/helper-environment-visitor@7.24.7': | |
5530 | - dependencies: | |
5531 | - '@babel/types': 7.24.7 | |
5532 | - | |
5533 | - '@babel/helper-function-name@7.24.7': | |
6303 | + '@babel/helper-member-expression-to-functions@7.24.8': | |
5534 | 6304 | dependencies: |
5535 | - '@babel/template': 7.24.7 | |
5536 | - '@babel/types': 7.24.7 | |
5537 | - | |
5538 | - '@babel/helper-hoist-variables@7.24.7': | |
5539 | - dependencies: | |
5540 | - '@babel/types': 7.24.7 | |
5541 | - | |
5542 | - '@babel/helper-member-expression-to-functions@7.24.7': | |
5543 | - dependencies: | |
5544 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5545 | - '@babel/types': 7.24.7 | |
6305 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6306 | + '@babel/types': 7.25.2 | |
5546 | 6307 | transitivePeerDependencies: |
5547 | 6308 | - supports-color |
5548 | 6309 | |
5549 | 6310 | '@babel/helper-module-imports@7.24.7(supports-color@5.5.0)': |
5550 | 6311 | dependencies: |
5551 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5552 | - '@babel/types': 7.24.7 | |
6312 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6313 | + '@babel/types': 7.25.2 | |
5553 | 6314 | transitivePeerDependencies: |
5554 | 6315 | - supports-color |
5555 | 6316 | |
5556 | - '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)': | |
6317 | + '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)': | |
5557 | 6318 | dependencies: |
5558 | - '@babel/core': 7.24.7 | |
5559 | - '@babel/helper-environment-visitor': 7.24.7 | |
6319 | + '@babel/core': 7.25.2 | |
5560 | 6320 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
5561 | 6321 | '@babel/helper-simple-access': 7.24.7 |
5562 | - '@babel/helper-split-export-declaration': 7.24.7 | |
5563 | 6322 | '@babel/helper-validator-identifier': 7.24.7 |
6323 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5564 | 6324 | transitivePeerDependencies: |
5565 | 6325 | - supports-color |
5566 | 6326 | |
5567 | 6327 | '@babel/helper-optimise-call-expression@7.24.7': |
5568 | 6328 | dependencies: |
5569 | - '@babel/types': 7.24.7 | |
6329 | + '@babel/types': 7.25.2 | |
5570 | 6330 | |
5571 | - '@babel/helper-plugin-utils@7.24.7': {} | |
6331 | + '@babel/helper-plugin-utils@7.24.8': {} | |
5572 | 6332 | |
5573 | - '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.24.7)': | |
6333 | + '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.25.2)': | |
5574 | 6334 | dependencies: |
5575 | - '@babel/core': 7.24.7 | |
6335 | + '@babel/core': 7.25.2 | |
5576 | 6336 | '@babel/helper-annotate-as-pure': 7.24.7 |
5577 | - '@babel/helper-environment-visitor': 7.24.7 | |
5578 | - '@babel/helper-wrap-function': 7.24.7 | |
6337 | + '@babel/helper-wrap-function': 7.25.0 | |
6338 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5579 | 6339 | transitivePeerDependencies: |
5580 | 6340 | - supports-color |
5581 | 6341 | |
5582 | - '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)': | |
6342 | + '@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2)': | |
5583 | 6343 | dependencies: |
5584 | - '@babel/core': 7.24.7 | |
5585 | - '@babel/helper-environment-visitor': 7.24.7 | |
5586 | - '@babel/helper-member-expression-to-functions': 7.24.7 | |
6344 | + '@babel/core': 7.25.2 | |
6345 | + '@babel/helper-member-expression-to-functions': 7.24.8 | |
5587 | 6346 | '@babel/helper-optimise-call-expression': 7.24.7 |
6347 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5588 | 6348 | transitivePeerDependencies: |
5589 | 6349 | - supports-color |
5590 | 6350 | |
5591 | 6351 | '@babel/helper-simple-access@7.24.7': |
5592 | 6352 | dependencies: |
5593 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5594 | - '@babel/types': 7.24.7 | |
6353 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6354 | + '@babel/types': 7.25.2 | |
5595 | 6355 | transitivePeerDependencies: |
5596 | 6356 | - supports-color |
5597 | 6357 | |
5598 | 6358 | '@babel/helper-skip-transparent-expression-wrappers@7.24.7': |
5599 | 6359 | dependencies: |
5600 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5601 | - '@babel/types': 7.24.7 | |
6360 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6361 | + '@babel/types': 7.25.2 | |
5602 | 6362 | transitivePeerDependencies: |
5603 | 6363 | - supports-color |
5604 | 6364 | |
5605 | - '@babel/helper-split-export-declaration@7.24.7': | |
5606 | - dependencies: | |
5607 | - '@babel/types': 7.24.7 | |
5608 | - | |
5609 | - '@babel/helper-string-parser@7.24.7': {} | |
6365 | + '@babel/helper-string-parser@7.24.8': {} | |
5610 | 6366 | |
5611 | 6367 | '@babel/helper-validator-identifier@7.24.7': {} |
5612 | 6368 | |
5613 | - '@babel/helper-validator-option@7.24.7': {} | |
6369 | + '@babel/helper-validator-option@7.24.8': {} | |
5614 | 6370 | |
5615 | - '@babel/helper-wrap-function@7.24.7': | |
6371 | + '@babel/helper-wrap-function@7.25.0': | |
5616 | 6372 | dependencies: |
5617 | - '@babel/helper-function-name': 7.24.7 | |
5618 | - '@babel/template': 7.24.7 | |
5619 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
5620 | - '@babel/types': 7.24.7 | |
6373 | + '@babel/template': 7.25.0 | |
6374 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6375 | + '@babel/types': 7.25.2 | |
5621 | 6376 | transitivePeerDependencies: |
5622 | 6377 | - supports-color |
5623 | 6378 | |
5624 | - '@babel/helpers@7.24.7': | |
6379 | + '@babel/helpers@7.25.0': | |
5625 | 6380 | dependencies: |
5626 | - '@babel/template': 7.24.7 | |
5627 | - '@babel/types': 7.24.7 | |
6381 | + '@babel/template': 7.25.0 | |
6382 | + '@babel/types': 7.25.2 | |
5628 | 6383 | |
5629 | 6384 | '@babel/highlight@7.24.7': |
5630 | 6385 | dependencies: |
... | ... | @@ -5633,682 +6388,700 @@ snapshots: |
5633 | 6388 | js-tokens: 4.0.0 |
5634 | 6389 | picocolors: 1.0.1 |
5635 | 6390 | |
5636 | - '@babel/parser@7.24.7': | |
6391 | + '@babel/parser@7.25.0': | |
6392 | + dependencies: | |
6393 | + '@babel/types': 7.25.2 | |
6394 | + | |
6395 | + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.0(@babel/core@7.25.2)': | |
5637 | 6396 | dependencies: |
5638 | - '@babel/types': 7.24.7 | |
6397 | + '@babel/core': 7.25.2 | |
6398 | + '@babel/helper-plugin-utils': 7.24.8 | |
6399 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6400 | + transitivePeerDependencies: | |
6401 | + - supports-color | |
5639 | 6402 | |
5640 | - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.24.7)': | |
6403 | + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.25.2)': | |
5641 | 6404 | dependencies: |
5642 | - '@babel/core': 7.24.7 | |
5643 | - '@babel/helper-environment-visitor': 7.24.7 | |
5644 | - '@babel/helper-plugin-utils': 7.24.7 | |
6405 | + '@babel/core': 7.25.2 | |
6406 | + '@babel/helper-plugin-utils': 7.24.8 | |
5645 | 6407 | |
5646 | - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.24.7)': | |
6408 | + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.25.2)': | |
5647 | 6409 | dependencies: |
5648 | - '@babel/core': 7.24.7 | |
5649 | - '@babel/helper-plugin-utils': 7.24.7 | |
6410 | + '@babel/core': 7.25.2 | |
6411 | + '@babel/helper-plugin-utils': 7.24.8 | |
5650 | 6412 | |
5651 | - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.7)': | |
6413 | + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.25.2)': | |
5652 | 6414 | dependencies: |
5653 | - '@babel/core': 7.24.7 | |
5654 | - '@babel/helper-plugin-utils': 7.24.7 | |
6415 | + '@babel/core': 7.25.2 | |
6416 | + '@babel/helper-plugin-utils': 7.24.8 | |
5655 | 6417 | '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 |
5656 | - '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.7) | |
6418 | + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) | |
5657 | 6419 | transitivePeerDependencies: |
5658 | 6420 | - supports-color |
5659 | 6421 | |
5660 | - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.24.7)': | |
6422 | + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.25.2)': | |
5661 | 6423 | dependencies: |
5662 | - '@babel/core': 7.24.7 | |
5663 | - '@babel/helper-environment-visitor': 7.24.7 | |
5664 | - '@babel/helper-plugin-utils': 7.24.7 | |
6424 | + '@babel/core': 7.25.2 | |
6425 | + '@babel/helper-plugin-utils': 7.24.8 | |
6426 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6427 | + transitivePeerDependencies: | |
6428 | + - supports-color | |
5665 | 6429 | |
5666 | - '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.7)': | |
6430 | + '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.25.2)': | |
5667 | 6431 | dependencies: |
5668 | - '@babel/core': 7.24.7 | |
5669 | - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) | |
5670 | - '@babel/helper-plugin-utils': 7.24.7 | |
5671 | - '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.7) | |
6432 | + '@babel/core': 7.25.2 | |
6433 | + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) | |
6434 | + '@babel/helper-plugin-utils': 7.24.8 | |
6435 | + '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.25.2) | |
5672 | 6436 | transitivePeerDependencies: |
5673 | 6437 | - supports-color |
5674 | 6438 | |
5675 | - '@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.24.7)': | |
6439 | + '@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.25.2)': | |
5676 | 6440 | dependencies: |
5677 | - '@babel/core': 7.24.7 | |
5678 | - '@babel/helper-plugin-utils': 7.24.7 | |
5679 | - '@babel/plugin-syntax-export-default-from': 7.24.7(@babel/core@7.24.7) | |
6441 | + '@babel/core': 7.25.2 | |
6442 | + '@babel/helper-plugin-utils': 7.24.8 | |
6443 | + '@babel/plugin-syntax-export-default-from': 7.24.7(@babel/core@7.25.2) | |
5680 | 6444 | |
5681 | - '@babel/plugin-proposal-partial-application@7.24.7(@babel/core@7.24.7)': | |
6445 | + '@babel/plugin-proposal-partial-application@7.24.7(@babel/core@7.25.2)': | |
5682 | 6446 | dependencies: |
5683 | - '@babel/core': 7.24.7 | |
5684 | - '@babel/helper-plugin-utils': 7.24.7 | |
5685 | - '@babel/plugin-syntax-partial-application': 7.24.7(@babel/core@7.24.7) | |
6447 | + '@babel/core': 7.25.2 | |
6448 | + '@babel/helper-plugin-utils': 7.24.8 | |
6449 | + '@babel/plugin-syntax-partial-application': 7.24.7(@babel/core@7.25.2) | |
5686 | 6450 | |
5687 | - '@babel/plugin-proposal-pipeline-operator@7.24.7(@babel/core@7.24.7)': | |
6451 | + '@babel/plugin-proposal-pipeline-operator@7.24.7(@babel/core@7.25.2)': | |
5688 | 6452 | dependencies: |
5689 | - '@babel/core': 7.24.7 | |
5690 | - '@babel/helper-plugin-utils': 7.24.7 | |
5691 | - '@babel/plugin-syntax-pipeline-operator': 7.24.7(@babel/core@7.24.7) | |
6453 | + '@babel/core': 7.25.2 | |
6454 | + '@babel/helper-plugin-utils': 7.24.8 | |
6455 | + '@babel/plugin-syntax-pipeline-operator': 7.24.7(@babel/core@7.25.2) | |
5692 | 6456 | |
5693 | - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7)': | |
6457 | + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)': | |
5694 | 6458 | dependencies: |
5695 | - '@babel/core': 7.24.7 | |
6459 | + '@babel/core': 7.25.2 | |
5696 | 6460 | |
5697 | - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.7)': | |
6461 | + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)': | |
5698 | 6462 | dependencies: |
5699 | - '@babel/core': 7.24.7 | |
5700 | - '@babel/helper-plugin-utils': 7.24.7 | |
6463 | + '@babel/core': 7.25.2 | |
6464 | + '@babel/helper-plugin-utils': 7.24.8 | |
5701 | 6465 | |
5702 | - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7)': | |
6466 | + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)': | |
5703 | 6467 | dependencies: |
5704 | - '@babel/core': 7.24.7 | |
5705 | - '@babel/helper-plugin-utils': 7.24.7 | |
6468 | + '@babel/core': 7.25.2 | |
6469 | + '@babel/helper-plugin-utils': 7.24.8 | |
5706 | 6470 | |
5707 | - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.7)': | |
6471 | + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)': | |
5708 | 6472 | dependencies: |
5709 | - '@babel/core': 7.24.7 | |
5710 | - '@babel/helper-plugin-utils': 7.24.7 | |
6473 | + '@babel/core': 7.25.2 | |
6474 | + '@babel/helper-plugin-utils': 7.24.8 | |
5711 | 6475 | |
5712 | - '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.7)': | |
6476 | + '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.25.2)': | |
5713 | 6477 | dependencies: |
5714 | - '@babel/core': 7.24.7 | |
5715 | - '@babel/helper-plugin-utils': 7.24.7 | |
6478 | + '@babel/core': 7.25.2 | |
6479 | + '@babel/helper-plugin-utils': 7.24.8 | |
5716 | 6480 | |
5717 | - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.7)': | |
6481 | + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)': | |
5718 | 6482 | dependencies: |
5719 | - '@babel/core': 7.24.7 | |
5720 | - '@babel/helper-plugin-utils': 7.24.7 | |
6483 | + '@babel/core': 7.25.2 | |
6484 | + '@babel/helper-plugin-utils': 7.24.8 | |
5721 | 6485 | |
5722 | - '@babel/plugin-syntax-export-default-from@7.24.7(@babel/core@7.24.7)': | |
6486 | + '@babel/plugin-syntax-export-default-from@7.24.7(@babel/core@7.25.2)': | |
5723 | 6487 | dependencies: |
5724 | - '@babel/core': 7.24.7 | |
5725 | - '@babel/helper-plugin-utils': 7.24.7 | |
6488 | + '@babel/core': 7.25.2 | |
6489 | + '@babel/helper-plugin-utils': 7.24.8 | |
5726 | 6490 | |
5727 | - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.7)': | |
6491 | + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2)': | |
5728 | 6492 | dependencies: |
5729 | - '@babel/core': 7.24.7 | |
5730 | - '@babel/helper-plugin-utils': 7.24.7 | |
6493 | + '@babel/core': 7.25.2 | |
6494 | + '@babel/helper-plugin-utils': 7.24.8 | |
5731 | 6495 | |
5732 | - '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.7)': | |
6496 | + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.25.2)': | |
5733 | 6497 | dependencies: |
5734 | - '@babel/core': 7.24.7 | |
5735 | - '@babel/helper-plugin-utils': 7.24.7 | |
6498 | + '@babel/core': 7.25.2 | |
6499 | + '@babel/helper-plugin-utils': 7.24.8 | |
5736 | 6500 | |
5737 | - '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.7)': | |
6501 | + '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.25.2)': | |
5738 | 6502 | dependencies: |
5739 | - '@babel/core': 7.24.7 | |
5740 | - '@babel/helper-plugin-utils': 7.24.7 | |
6503 | + '@babel/core': 7.25.2 | |
6504 | + '@babel/helper-plugin-utils': 7.24.8 | |
5741 | 6505 | |
5742 | - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)': | |
6506 | + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)': | |
5743 | 6507 | dependencies: |
5744 | - '@babel/core': 7.24.7 | |
5745 | - '@babel/helper-plugin-utils': 7.24.7 | |
6508 | + '@babel/core': 7.25.2 | |
6509 | + '@babel/helper-plugin-utils': 7.24.8 | |
5746 | 6510 | |
5747 | - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.7)': | |
6511 | + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)': | |
5748 | 6512 | dependencies: |
5749 | - '@babel/core': 7.24.7 | |
5750 | - '@babel/helper-plugin-utils': 7.24.7 | |
6513 | + '@babel/core': 7.25.2 | |
6514 | + '@babel/helper-plugin-utils': 7.24.8 | |
5751 | 6515 | |
5752 | - '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)': | |
6516 | + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': | |
5753 | 6517 | dependencies: |
5754 | - '@babel/core': 7.24.7 | |
5755 | - '@babel/helper-plugin-utils': 7.24.7 | |
6518 | + '@babel/core': 7.25.2 | |
6519 | + '@babel/helper-plugin-utils': 7.24.8 | |
5756 | 6520 | |
5757 | - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.7)': | |
6521 | + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)': | |
5758 | 6522 | dependencies: |
5759 | - '@babel/core': 7.24.7 | |
5760 | - '@babel/helper-plugin-utils': 7.24.7 | |
6523 | + '@babel/core': 7.25.2 | |
6524 | + '@babel/helper-plugin-utils': 7.24.8 | |
5761 | 6525 | |
5762 | - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.7)': | |
6526 | + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)': | |
5763 | 6527 | dependencies: |
5764 | - '@babel/core': 7.24.7 | |
5765 | - '@babel/helper-plugin-utils': 7.24.7 | |
6528 | + '@babel/core': 7.25.2 | |
6529 | + '@babel/helper-plugin-utils': 7.24.8 | |
5766 | 6530 | |
5767 | - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.7)': | |
6531 | + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)': | |
5768 | 6532 | dependencies: |
5769 | - '@babel/core': 7.24.7 | |
5770 | - '@babel/helper-plugin-utils': 7.24.7 | |
6533 | + '@babel/core': 7.25.2 | |
6534 | + '@babel/helper-plugin-utils': 7.24.8 | |
5771 | 6535 | |
5772 | - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.7)': | |
6536 | + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)': | |
5773 | 6537 | dependencies: |
5774 | - '@babel/core': 7.24.7 | |
5775 | - '@babel/helper-plugin-utils': 7.24.7 | |
6538 | + '@babel/core': 7.25.2 | |
6539 | + '@babel/helper-plugin-utils': 7.24.8 | |
5776 | 6540 | |
5777 | - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.7)': | |
6541 | + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)': | |
5778 | 6542 | dependencies: |
5779 | - '@babel/core': 7.24.7 | |
5780 | - '@babel/helper-plugin-utils': 7.24.7 | |
6543 | + '@babel/core': 7.25.2 | |
6544 | + '@babel/helper-plugin-utils': 7.24.8 | |
5781 | 6545 | |
5782 | - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.7)': | |
6546 | + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)': | |
5783 | 6547 | dependencies: |
5784 | - '@babel/core': 7.24.7 | |
5785 | - '@babel/helper-plugin-utils': 7.24.7 | |
6548 | + '@babel/core': 7.25.2 | |
6549 | + '@babel/helper-plugin-utils': 7.24.8 | |
5786 | 6550 | |
5787 | - '@babel/plugin-syntax-partial-application@7.24.7(@babel/core@7.24.7)': | |
6551 | + '@babel/plugin-syntax-partial-application@7.24.7(@babel/core@7.25.2)': | |
5788 | 6552 | dependencies: |
5789 | - '@babel/core': 7.24.7 | |
5790 | - '@babel/helper-plugin-utils': 7.24.7 | |
6553 | + '@babel/core': 7.25.2 | |
6554 | + '@babel/helper-plugin-utils': 7.24.8 | |
5791 | 6555 | |
5792 | - '@babel/plugin-syntax-pipeline-operator@7.24.7(@babel/core@7.24.7)': | |
6556 | + '@babel/plugin-syntax-pipeline-operator@7.24.7(@babel/core@7.25.2)': | |
5793 | 6557 | dependencies: |
5794 | - '@babel/core': 7.24.7 | |
5795 | - '@babel/helper-plugin-utils': 7.24.7 | |
6558 | + '@babel/core': 7.25.2 | |
6559 | + '@babel/helper-plugin-utils': 7.24.8 | |
5796 | 6560 | |
5797 | - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.7)': | |
6561 | + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)': | |
5798 | 6562 | dependencies: |
5799 | - '@babel/core': 7.24.7 | |
5800 | - '@babel/helper-plugin-utils': 7.24.7 | |
6563 | + '@babel/core': 7.25.2 | |
6564 | + '@babel/helper-plugin-utils': 7.24.8 | |
5801 | 6565 | |
5802 | - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7)': | |
6566 | + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)': | |
5803 | 6567 | dependencies: |
5804 | - '@babel/core': 7.24.7 | |
5805 | - '@babel/helper-plugin-utils': 7.24.7 | |
6568 | + '@babel/core': 7.25.2 | |
6569 | + '@babel/helper-plugin-utils': 7.24.8 | |
5806 | 6570 | |
5807 | - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)': | |
6571 | + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': | |
5808 | 6572 | dependencies: |
5809 | - '@babel/core': 7.24.7 | |
5810 | - '@babel/helper-plugin-utils': 7.24.7 | |
6573 | + '@babel/core': 7.25.2 | |
6574 | + '@babel/helper-plugin-utils': 7.24.8 | |
5811 | 6575 | |
5812 | - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.7)': | |
6576 | + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)': | |
5813 | 6577 | dependencies: |
5814 | - '@babel/core': 7.24.7 | |
5815 | - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7) | |
5816 | - '@babel/helper-plugin-utils': 7.24.7 | |
6578 | + '@babel/core': 7.25.2 | |
6579 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6580 | + '@babel/helper-plugin-utils': 7.24.8 | |
5817 | 6581 | |
5818 | - '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.7)': | |
6582 | + '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.25.2)': | |
5819 | 6583 | dependencies: |
5820 | - '@babel/core': 7.24.7 | |
5821 | - '@babel/helper-plugin-utils': 7.24.7 | |
6584 | + '@babel/core': 7.25.2 | |
6585 | + '@babel/helper-plugin-utils': 7.24.8 | |
5822 | 6586 | |
5823 | - '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.24.7)': | |
6587 | + '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.25.2)': | |
5824 | 6588 | dependencies: |
5825 | - '@babel/core': 7.24.7 | |
5826 | - '@babel/helper-environment-visitor': 7.24.7 | |
5827 | - '@babel/helper-plugin-utils': 7.24.7 | |
5828 | - '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.7) | |
5829 | - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7) | |
6589 | + '@babel/core': 7.25.2 | |
6590 | + '@babel/helper-plugin-utils': 7.24.8 | |
6591 | + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) | |
6592 | + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) | |
6593 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5830 | 6594 | transitivePeerDependencies: |
5831 | 6595 | - supports-color |
5832 | 6596 | |
5833 | - '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.7)': | |
6597 | + '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2)': | |
5834 | 6598 | dependencies: |
5835 | - '@babel/core': 7.24.7 | |
6599 | + '@babel/core': 7.25.2 | |
5836 | 6600 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
5837 | - '@babel/helper-plugin-utils': 7.24.7 | |
5838 | - '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.7) | |
6601 | + '@babel/helper-plugin-utils': 7.24.8 | |
6602 | + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) | |
5839 | 6603 | transitivePeerDependencies: |
5840 | 6604 | - supports-color |
5841 | 6605 | |
5842 | - '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.7)': | |
6606 | + '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.25.2)': | |
5843 | 6607 | dependencies: |
5844 | - '@babel/core': 7.24.7 | |
5845 | - '@babel/helper-plugin-utils': 7.24.7 | |
6608 | + '@babel/core': 7.25.2 | |
6609 | + '@babel/helper-plugin-utils': 7.24.8 | |
5846 | 6610 | |
5847 | - '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.7)': | |
6611 | + '@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.25.2)': | |
5848 | 6612 | dependencies: |
5849 | - '@babel/core': 7.24.7 | |
5850 | - '@babel/helper-plugin-utils': 7.24.7 | |
6613 | + '@babel/core': 7.25.2 | |
6614 | + '@babel/helper-plugin-utils': 7.24.8 | |
5851 | 6615 | |
5852 | - '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.7)': | |
6616 | + '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.25.2)': | |
5853 | 6617 | dependencies: |
5854 | - '@babel/core': 7.24.7 | |
5855 | - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) | |
5856 | - '@babel/helper-plugin-utils': 7.24.7 | |
6618 | + '@babel/core': 7.25.2 | |
6619 | + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) | |
6620 | + '@babel/helper-plugin-utils': 7.24.8 | |
5857 | 6621 | transitivePeerDependencies: |
5858 | 6622 | - supports-color |
5859 | 6623 | |
5860 | - '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.7)': | |
6624 | + '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)': | |
5861 | 6625 | dependencies: |
5862 | - '@babel/core': 7.24.7 | |
5863 | - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) | |
5864 | - '@babel/helper-plugin-utils': 7.24.7 | |
5865 | - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7) | |
6626 | + '@babel/core': 7.25.2 | |
6627 | + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) | |
6628 | + '@babel/helper-plugin-utils': 7.24.8 | |
6629 | + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) | |
5866 | 6630 | transitivePeerDependencies: |
5867 | 6631 | - supports-color |
5868 | 6632 | |
5869 | - '@babel/plugin-transform-classes@7.24.7(@babel/core@7.24.7)': | |
6633 | + '@babel/plugin-transform-classes@7.25.0(@babel/core@7.25.2)': | |
5870 | 6634 | dependencies: |
5871 | - '@babel/core': 7.24.7 | |
6635 | + '@babel/core': 7.25.2 | |
5872 | 6636 | '@babel/helper-annotate-as-pure': 7.24.7 |
5873 | - '@babel/helper-compilation-targets': 7.24.7 | |
5874 | - '@babel/helper-environment-visitor': 7.24.7 | |
5875 | - '@babel/helper-function-name': 7.24.7 | |
5876 | - '@babel/helper-plugin-utils': 7.24.7 | |
5877 | - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7) | |
5878 | - '@babel/helper-split-export-declaration': 7.24.7 | |
6637 | + '@babel/helper-compilation-targets': 7.25.2 | |
6638 | + '@babel/helper-plugin-utils': 7.24.8 | |
6639 | + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) | |
6640 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5879 | 6641 | globals: 11.12.0 |
5880 | 6642 | transitivePeerDependencies: |
5881 | 6643 | - supports-color |
5882 | 6644 | |
5883 | - '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.7)': | |
6645 | + '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2)': | |
5884 | 6646 | dependencies: |
5885 | - '@babel/core': 7.24.7 | |
5886 | - '@babel/helper-plugin-utils': 7.24.7 | |
5887 | - '@babel/template': 7.24.7 | |
6647 | + '@babel/core': 7.25.2 | |
6648 | + '@babel/helper-plugin-utils': 7.24.8 | |
6649 | + '@babel/template': 7.25.0 | |
5888 | 6650 | |
5889 | - '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.24.7)': | |
6651 | + '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.25.2)': | |
5890 | 6652 | dependencies: |
5891 | - '@babel/core': 7.24.7 | |
5892 | - '@babel/helper-plugin-utils': 7.24.7 | |
6653 | + '@babel/core': 7.25.2 | |
6654 | + '@babel/helper-plugin-utils': 7.24.8 | |
5893 | 6655 | |
5894 | - '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.7)': | |
6656 | + '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.25.2)': | |
5895 | 6657 | dependencies: |
5896 | - '@babel/core': 7.24.7 | |
5897 | - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7) | |
5898 | - '@babel/helper-plugin-utils': 7.24.7 | |
6658 | + '@babel/core': 7.25.2 | |
6659 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6660 | + '@babel/helper-plugin-utils': 7.24.8 | |
5899 | 6661 | |
5900 | - '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.7)': | |
6662 | + '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.25.2)': | |
5901 | 6663 | dependencies: |
5902 | - '@babel/core': 7.24.7 | |
5903 | - '@babel/helper-plugin-utils': 7.24.7 | |
6664 | + '@babel/core': 7.25.2 | |
6665 | + '@babel/helper-plugin-utils': 7.24.8 | |
5904 | 6666 | |
5905 | - '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.7)': | |
6667 | + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.25.2)': | |
5906 | 6668 | dependencies: |
5907 | - '@babel/core': 7.24.7 | |
5908 | - '@babel/helper-plugin-utils': 7.24.7 | |
5909 | - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7) | |
6669 | + '@babel/core': 7.25.2 | |
6670 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6671 | + '@babel/helper-plugin-utils': 7.24.8 | |
5910 | 6672 | |
5911 | - '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.7)': | |
6673 | + '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.25.2)': | |
5912 | 6674 | dependencies: |
5913 | - '@babel/core': 7.24.7 | |
6675 | + '@babel/core': 7.25.2 | |
6676 | + '@babel/helper-plugin-utils': 7.24.8 | |
6677 | + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) | |
6678 | + | |
6679 | + '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.25.2)': | |
6680 | + dependencies: | |
6681 | + '@babel/core': 7.25.2 | |
5914 | 6682 | '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7 |
5915 | - '@babel/helper-plugin-utils': 7.24.7 | |
6683 | + '@babel/helper-plugin-utils': 7.24.8 | |
5916 | 6684 | transitivePeerDependencies: |
5917 | 6685 | - supports-color |
5918 | 6686 | |
5919 | - '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.7)': | |
6687 | + '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.25.2)': | |
5920 | 6688 | dependencies: |
5921 | - '@babel/core': 7.24.7 | |
5922 | - '@babel/helper-plugin-utils': 7.24.7 | |
5923 | - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7) | |
6689 | + '@babel/core': 7.25.2 | |
6690 | + '@babel/helper-plugin-utils': 7.24.8 | |
6691 | + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) | |
5924 | 6692 | |
5925 | - '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.7)': | |
6693 | + '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.25.2)': | |
5926 | 6694 | dependencies: |
5927 | - '@babel/core': 7.24.7 | |
5928 | - '@babel/helper-plugin-utils': 7.24.7 | |
6695 | + '@babel/core': 7.25.2 | |
6696 | + '@babel/helper-plugin-utils': 7.24.8 | |
5929 | 6697 | '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 |
5930 | 6698 | transitivePeerDependencies: |
5931 | 6699 | - supports-color |
5932 | 6700 | |
5933 | - '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.7)': | |
6701 | + '@babel/plugin-transform-function-name@7.25.1(@babel/core@7.25.2)': | |
5934 | 6702 | dependencies: |
5935 | - '@babel/core': 7.24.7 | |
5936 | - '@babel/helper-compilation-targets': 7.24.7 | |
5937 | - '@babel/helper-function-name': 7.24.7 | |
5938 | - '@babel/helper-plugin-utils': 7.24.7 | |
6703 | + '@babel/core': 7.25.2 | |
6704 | + '@babel/helper-compilation-targets': 7.25.2 | |
6705 | + '@babel/helper-plugin-utils': 7.24.8 | |
6706 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
6707 | + transitivePeerDependencies: | |
6708 | + - supports-color | |
5939 | 6709 | |
5940 | - '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.7)': | |
6710 | + '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.25.2)': | |
5941 | 6711 | dependencies: |
5942 | - '@babel/core': 7.24.7 | |
5943 | - '@babel/helper-plugin-utils': 7.24.7 | |
5944 | - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7) | |
6712 | + '@babel/core': 7.25.2 | |
6713 | + '@babel/helper-plugin-utils': 7.24.8 | |
6714 | + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) | |
5945 | 6715 | |
5946 | - '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.7)': | |
6716 | + '@babel/plugin-transform-literals@7.25.2(@babel/core@7.25.2)': | |
5947 | 6717 | dependencies: |
5948 | - '@babel/core': 7.24.7 | |
5949 | - '@babel/helper-plugin-utils': 7.24.7 | |
6718 | + '@babel/core': 7.25.2 | |
6719 | + '@babel/helper-plugin-utils': 7.24.8 | |
5950 | 6720 | |
5951 | - '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.7)': | |
6721 | + '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.25.2)': | |
5952 | 6722 | dependencies: |
5953 | - '@babel/core': 7.24.7 | |
5954 | - '@babel/helper-plugin-utils': 7.24.7 | |
5955 | - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7) | |
6723 | + '@babel/core': 7.25.2 | |
6724 | + '@babel/helper-plugin-utils': 7.24.8 | |
6725 | + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) | |
5956 | 6726 | |
5957 | - '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.7)': | |
6727 | + '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.25.2)': | |
5958 | 6728 | dependencies: |
5959 | - '@babel/core': 7.24.7 | |
5960 | - '@babel/helper-plugin-utils': 7.24.7 | |
6729 | + '@babel/core': 7.25.2 | |
6730 | + '@babel/helper-plugin-utils': 7.24.8 | |
5961 | 6731 | |
5962 | - '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.7)': | |
6732 | + '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.25.2)': | |
5963 | 6733 | dependencies: |
5964 | - '@babel/core': 7.24.7 | |
5965 | - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) | |
5966 | - '@babel/helper-plugin-utils': 7.24.7 | |
6734 | + '@babel/core': 7.25.2 | |
6735 | + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) | |
6736 | + '@babel/helper-plugin-utils': 7.24.8 | |
5967 | 6737 | transitivePeerDependencies: |
5968 | 6738 | - supports-color |
5969 | 6739 | |
5970 | - '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.7)': | |
6740 | + '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.25.2)': | |
5971 | 6741 | dependencies: |
5972 | - '@babel/core': 7.24.7 | |
5973 | - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) | |
5974 | - '@babel/helper-plugin-utils': 7.24.7 | |
6742 | + '@babel/core': 7.25.2 | |
6743 | + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) | |
6744 | + '@babel/helper-plugin-utils': 7.24.8 | |
5975 | 6745 | '@babel/helper-simple-access': 7.24.7 |
5976 | 6746 | transitivePeerDependencies: |
5977 | 6747 | - supports-color |
5978 | 6748 | |
5979 | - '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.24.7)': | |
6749 | + '@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.25.2)': | |
5980 | 6750 | dependencies: |
5981 | - '@babel/core': 7.24.7 | |
5982 | - '@babel/helper-hoist-variables': 7.24.7 | |
5983 | - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) | |
5984 | - '@babel/helper-plugin-utils': 7.24.7 | |
6751 | + '@babel/core': 7.25.2 | |
6752 | + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) | |
6753 | + '@babel/helper-plugin-utils': 7.24.8 | |
5985 | 6754 | '@babel/helper-validator-identifier': 7.24.7 |
6755 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
5986 | 6756 | transitivePeerDependencies: |
5987 | 6757 | - supports-color |
5988 | 6758 | |
5989 | - '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.7)': | |
6759 | + '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.25.2)': | |
5990 | 6760 | dependencies: |
5991 | - '@babel/core': 7.24.7 | |
5992 | - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) | |
5993 | - '@babel/helper-plugin-utils': 7.24.7 | |
6761 | + '@babel/core': 7.25.2 | |
6762 | + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) | |
6763 | + '@babel/helper-plugin-utils': 7.24.8 | |
5994 | 6764 | transitivePeerDependencies: |
5995 | 6765 | - supports-color |
5996 | 6766 | |
5997 | - '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.7)': | |
6767 | + '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.25.2)': | |
5998 | 6768 | dependencies: |
5999 | - '@babel/core': 7.24.7 | |
6000 | - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6001 | - '@babel/helper-plugin-utils': 7.24.7 | |
6769 | + '@babel/core': 7.25.2 | |
6770 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6771 | + '@babel/helper-plugin-utils': 7.24.8 | |
6002 | 6772 | |
6003 | - '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.7)': | |
6773 | + '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.25.2)': | |
6004 | 6774 | dependencies: |
6005 | - '@babel/core': 7.24.7 | |
6006 | - '@babel/helper-plugin-utils': 7.24.7 | |
6775 | + '@babel/core': 7.25.2 | |
6776 | + '@babel/helper-plugin-utils': 7.24.8 | |
6007 | 6777 | |
6008 | - '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.7)': | |
6778 | + '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.25.2)': | |
6009 | 6779 | dependencies: |
6010 | - '@babel/core': 7.24.7 | |
6011 | - '@babel/helper-plugin-utils': 7.24.7 | |
6012 | - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7) | |
6780 | + '@babel/core': 7.25.2 | |
6781 | + '@babel/helper-plugin-utils': 7.24.8 | |
6782 | + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) | |
6013 | 6783 | |
6014 | - '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.7)': | |
6784 | + '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.25.2)': | |
6015 | 6785 | dependencies: |
6016 | - '@babel/core': 7.24.7 | |
6017 | - '@babel/helper-plugin-utils': 7.24.7 | |
6018 | - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7) | |
6786 | + '@babel/core': 7.25.2 | |
6787 | + '@babel/helper-plugin-utils': 7.24.8 | |
6788 | + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) | |
6019 | 6789 | |
6020 | - '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.7)': | |
6790 | + '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.25.2)': | |
6021 | 6791 | dependencies: |
6022 | - '@babel/core': 7.24.7 | |
6023 | - '@babel/helper-compilation-targets': 7.24.7 | |
6024 | - '@babel/helper-plugin-utils': 7.24.7 | |
6025 | - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7) | |
6026 | - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7) | |
6792 | + '@babel/core': 7.25.2 | |
6793 | + '@babel/helper-compilation-targets': 7.25.2 | |
6794 | + '@babel/helper-plugin-utils': 7.24.8 | |
6795 | + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) | |
6796 | + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) | |
6027 | 6797 | |
6028 | - '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.7)': | |
6798 | + '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.25.2)': | |
6029 | 6799 | dependencies: |
6030 | - '@babel/core': 7.24.7 | |
6031 | - '@babel/helper-plugin-utils': 7.24.7 | |
6032 | - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7) | |
6800 | + '@babel/core': 7.25.2 | |
6801 | + '@babel/helper-plugin-utils': 7.24.8 | |
6802 | + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) | |
6033 | 6803 | transitivePeerDependencies: |
6034 | 6804 | - supports-color |
6035 | 6805 | |
6036 | - '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.7)': | |
6806 | + '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.25.2)': | |
6037 | 6807 | dependencies: |
6038 | - '@babel/core': 7.24.7 | |
6039 | - '@babel/helper-plugin-utils': 7.24.7 | |
6040 | - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7) | |
6808 | + '@babel/core': 7.25.2 | |
6809 | + '@babel/helper-plugin-utils': 7.24.8 | |
6810 | + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) | |
6041 | 6811 | |
6042 | - '@babel/plugin-transform-optional-chaining@7.24.7(@babel/core@7.24.7)': | |
6812 | + '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.25.2)': | |
6043 | 6813 | dependencies: |
6044 | - '@babel/core': 7.24.7 | |
6045 | - '@babel/helper-plugin-utils': 7.24.7 | |
6814 | + '@babel/core': 7.25.2 | |
6815 | + '@babel/helper-plugin-utils': 7.24.8 | |
6046 | 6816 | '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 |
6047 | - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7) | |
6817 | + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) | |
6048 | 6818 | transitivePeerDependencies: |
6049 | 6819 | - supports-color |
6050 | 6820 | |
6051 | - '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.7)': | |
6821 | + '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.25.2)': | |
6052 | 6822 | dependencies: |
6053 | - '@babel/core': 7.24.7 | |
6054 | - '@babel/helper-plugin-utils': 7.24.7 | |
6823 | + '@babel/core': 7.25.2 | |
6824 | + '@babel/helper-plugin-utils': 7.24.8 | |
6055 | 6825 | |
6056 | - '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.7)': | |
6826 | + '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.25.2)': | |
6057 | 6827 | dependencies: |
6058 | - '@babel/core': 7.24.7 | |
6059 | - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6060 | - '@babel/helper-plugin-utils': 7.24.7 | |
6828 | + '@babel/core': 7.25.2 | |
6829 | + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) | |
6830 | + '@babel/helper-plugin-utils': 7.24.8 | |
6061 | 6831 | transitivePeerDependencies: |
6062 | 6832 | - supports-color |
6063 | 6833 | |
6064 | - '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.7)': | |
6834 | + '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2)': | |
6065 | 6835 | dependencies: |
6066 | - '@babel/core': 7.24.7 | |
6836 | + '@babel/core': 7.25.2 | |
6067 | 6837 | '@babel/helper-annotate-as-pure': 7.24.7 |
6068 | - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6069 | - '@babel/helper-plugin-utils': 7.24.7 | |
6070 | - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7) | |
6838 | + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) | |
6839 | + '@babel/helper-plugin-utils': 7.24.8 | |
6840 | + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) | |
6071 | 6841 | transitivePeerDependencies: |
6072 | 6842 | - supports-color |
6073 | 6843 | |
6074 | - '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.7)': | |
6844 | + '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.25.2)': | |
6075 | 6845 | dependencies: |
6076 | - '@babel/core': 7.24.7 | |
6077 | - '@babel/helper-plugin-utils': 7.24.7 | |
6846 | + '@babel/core': 7.25.2 | |
6847 | + '@babel/helper-plugin-utils': 7.24.8 | |
6078 | 6848 | |
6079 | - '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.7)': | |
6849 | + '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.25.2)': | |
6080 | 6850 | dependencies: |
6081 | - '@babel/core': 7.24.7 | |
6082 | - '@babel/helper-plugin-utils': 7.24.7 | |
6851 | + '@babel/core': 7.25.2 | |
6852 | + '@babel/helper-plugin-utils': 7.24.8 | |
6083 | 6853 | |
6084 | - '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.7)': | |
6854 | + '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.25.2)': | |
6085 | 6855 | dependencies: |
6086 | - '@babel/core': 7.24.7 | |
6087 | - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7) | |
6856 | + '@babel/core': 7.25.2 | |
6857 | + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) | |
6088 | 6858 | transitivePeerDependencies: |
6089 | 6859 | - supports-color |
6090 | 6860 | |
6091 | - '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.7)': | |
6861 | + '@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.25.2)': | |
6092 | 6862 | dependencies: |
6093 | - '@babel/core': 7.24.7 | |
6863 | + '@babel/core': 7.25.2 | |
6094 | 6864 | '@babel/helper-annotate-as-pure': 7.24.7 |
6095 | 6865 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
6096 | - '@babel/helper-plugin-utils': 7.24.7 | |
6097 | - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) | |
6098 | - '@babel/types': 7.24.7 | |
6866 | + '@babel/helper-plugin-utils': 7.24.8 | |
6867 | + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) | |
6868 | + '@babel/types': 7.25.2 | |
6099 | 6869 | transitivePeerDependencies: |
6100 | 6870 | - supports-color |
6101 | 6871 | |
6102 | - '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.24.7)': | |
6872 | + '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.25.2)': | |
6103 | 6873 | dependencies: |
6104 | - '@babel/core': 7.24.7 | |
6874 | + '@babel/core': 7.25.2 | |
6105 | 6875 | '@babel/helper-annotate-as-pure': 7.24.7 |
6106 | - '@babel/helper-plugin-utils': 7.24.7 | |
6876 | + '@babel/helper-plugin-utils': 7.24.8 | |
6107 | 6877 | |
6108 | - '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.7)': | |
6878 | + '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.25.2)': | |
6109 | 6879 | dependencies: |
6110 | - '@babel/core': 7.24.7 | |
6111 | - '@babel/helper-plugin-utils': 7.24.7 | |
6880 | + '@babel/core': 7.25.2 | |
6881 | + '@babel/helper-plugin-utils': 7.24.8 | |
6112 | 6882 | regenerator-transform: 0.15.2 |
6113 | 6883 | |
6114 | - '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.7)': | |
6884 | + '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.25.2)': | |
6115 | 6885 | dependencies: |
6116 | - '@babel/core': 7.24.7 | |
6117 | - '@babel/helper-plugin-utils': 7.24.7 | |
6886 | + '@babel/core': 7.25.2 | |
6887 | + '@babel/helper-plugin-utils': 7.24.8 | |
6118 | 6888 | |
6119 | - '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.24.7)': | |
6889 | + '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.25.2)': | |
6120 | 6890 | dependencies: |
6121 | - '@babel/core': 7.24.7 | |
6891 | + '@babel/core': 7.25.2 | |
6122 | 6892 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
6123 | - '@babel/helper-plugin-utils': 7.24.7 | |
6124 | - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.7) | |
6125 | - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.7) | |
6126 | - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.7) | |
6893 | + '@babel/helper-plugin-utils': 7.24.8 | |
6894 | + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) | |
6895 | + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) | |
6896 | + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) | |
6127 | 6897 | semver: 6.3.1 |
6128 | 6898 | transitivePeerDependencies: |
6129 | 6899 | - supports-color |
6130 | 6900 | |
6131 | - '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.7)': | |
6901 | + '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2)': | |
6132 | 6902 | dependencies: |
6133 | - '@babel/core': 7.24.7 | |
6134 | - '@babel/helper-plugin-utils': 7.24.7 | |
6903 | + '@babel/core': 7.25.2 | |
6904 | + '@babel/helper-plugin-utils': 7.24.8 | |
6135 | 6905 | |
6136 | - '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.7)': | |
6906 | + '@babel/plugin-transform-spread@7.24.7(@babel/core@7.25.2)': | |
6137 | 6907 | dependencies: |
6138 | - '@babel/core': 7.24.7 | |
6139 | - '@babel/helper-plugin-utils': 7.24.7 | |
6908 | + '@babel/core': 7.25.2 | |
6909 | + '@babel/helper-plugin-utils': 7.24.8 | |
6140 | 6910 | '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 |
6141 | 6911 | transitivePeerDependencies: |
6142 | 6912 | - supports-color |
6143 | 6913 | |
6144 | - '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.7)': | |
6914 | + '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.25.2)': | |
6145 | 6915 | dependencies: |
6146 | - '@babel/core': 7.24.7 | |
6147 | - '@babel/helper-plugin-utils': 7.24.7 | |
6916 | + '@babel/core': 7.25.2 | |
6917 | + '@babel/helper-plugin-utils': 7.24.8 | |
6148 | 6918 | |
6149 | - '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.7)': | |
6919 | + '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.25.2)': | |
6150 | 6920 | dependencies: |
6151 | - '@babel/core': 7.24.7 | |
6152 | - '@babel/helper-plugin-utils': 7.24.7 | |
6921 | + '@babel/core': 7.25.2 | |
6922 | + '@babel/helper-plugin-utils': 7.24.8 | |
6153 | 6923 | |
6154 | - '@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.24.7)': | |
6924 | + '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.25.2)': | |
6155 | 6925 | dependencies: |
6156 | - '@babel/core': 7.24.7 | |
6157 | - '@babel/helper-plugin-utils': 7.24.7 | |
6926 | + '@babel/core': 7.25.2 | |
6927 | + '@babel/helper-plugin-utils': 7.24.8 | |
6158 | 6928 | |
6159 | - '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.7)': | |
6929 | + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': | |
6160 | 6930 | dependencies: |
6161 | - '@babel/core': 7.24.7 | |
6931 | + '@babel/core': 7.25.2 | |
6162 | 6932 | '@babel/helper-annotate-as-pure': 7.24.7 |
6163 | - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6164 | - '@babel/helper-plugin-utils': 7.24.7 | |
6165 | - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7) | |
6933 | + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) | |
6934 | + '@babel/helper-plugin-utils': 7.24.8 | |
6935 | + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 | |
6936 | + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) | |
6166 | 6937 | transitivePeerDependencies: |
6167 | 6938 | - supports-color |
6168 | 6939 | |
6169 | - '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.7)': | |
6170 | - dependencies: | |
6171 | - '@babel/core': 7.24.7 | |
6172 | - '@babel/helper-plugin-utils': 7.24.7 | |
6173 | - | |
6174 | - '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.7)': | |
6175 | - dependencies: | |
6176 | - '@babel/core': 7.24.7 | |
6177 | - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6178 | - '@babel/helper-plugin-utils': 7.24.7 | |
6179 | - | |
6180 | - '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.7)': | |
6181 | - dependencies: | |
6182 | - '@babel/core': 7.24.7 | |
6183 | - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6184 | - '@babel/helper-plugin-utils': 7.24.7 | |
6185 | - | |
6186 | - '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.7)': | |
6187 | - dependencies: | |
6188 | - '@babel/core': 7.24.7 | |
6189 | - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7) | |
6190 | - '@babel/helper-plugin-utils': 7.24.7 | |
6191 | - | |
6192 | - '@babel/preset-env@7.24.7(@babel/core@7.24.7)': | |
6193 | - dependencies: | |
6194 | - '@babel/compat-data': 7.24.7 | |
6195 | - '@babel/core': 7.24.7 | |
6196 | - '@babel/helper-compilation-targets': 7.24.7 | |
6197 | - '@babel/helper-plugin-utils': 7.24.7 | |
6198 | - '@babel/helper-validator-option': 7.24.7 | |
6199 | - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.24.7) | |
6200 | - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.24.7) | |
6201 | - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.24.7) | |
6202 | - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.24.7) | |
6203 | - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7) | |
6204 | - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7) | |
6205 | - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7) | |
6206 | - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7) | |
6207 | - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7) | |
6208 | - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7) | |
6209 | - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.7) | |
6210 | - '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.7) | |
6211 | - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7) | |
6212 | - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7) | |
6213 | - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7) | |
6214 | - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7) | |
6215 | - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7) | |
6216 | - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7) | |
6217 | - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7) | |
6218 | - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7) | |
6219 | - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7) | |
6220 | - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7) | |
6221 | - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.7) | |
6222 | - '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.7) | |
6223 | - '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.24.7) | |
6224 | - '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.24.7) | |
6225 | - '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.7) | |
6226 | - '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.7) | |
6227 | - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.7) | |
6228 | - '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.24.7) | |
6229 | - '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.24.7) | |
6230 | - '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.7) | |
6231 | - '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.24.7) | |
6232 | - '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.24.7) | |
6233 | - '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.24.7) | |
6234 | - '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.24.7) | |
6235 | - '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.24.7) | |
6236 | - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.7) | |
6237 | - '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.7) | |
6238 | - '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.7) | |
6239 | - '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.24.7) | |
6240 | - '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.7) | |
6241 | - '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.24.7) | |
6242 | - '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.7) | |
6243 | - '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.24.7) | |
6244 | - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7) | |
6245 | - '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.24.7) | |
6246 | - '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.24.7) | |
6247 | - '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.24.7) | |
6248 | - '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.24.7) | |
6249 | - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.7) | |
6250 | - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.7) | |
6251 | - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.7) | |
6252 | - '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.7) | |
6253 | - '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.24.7) | |
6254 | - '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.7) | |
6255 | - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7) | |
6256 | - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.7) | |
6257 | - '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.24.7) | |
6258 | - '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.7) | |
6259 | - '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.24.7) | |
6260 | - '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.24.7) | |
6261 | - '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.7) | |
6262 | - '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.7) | |
6263 | - '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.24.7) | |
6264 | - '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.7) | |
6265 | - '@babel/plugin-transform-typeof-symbol': 7.24.7(@babel/core@7.24.7) | |
6266 | - '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.24.7) | |
6267 | - '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.24.7) | |
6268 | - '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.24.7) | |
6269 | - '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.24.7) | |
6270 | - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.7) | |
6271 | - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.7) | |
6272 | - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.7) | |
6273 | - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.7) | |
6940 | + '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2)': | |
6941 | + dependencies: | |
6942 | + '@babel/core': 7.25.2 | |
6943 | + '@babel/helper-plugin-utils': 7.24.8 | |
6944 | + | |
6945 | + '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.25.2)': | |
6946 | + dependencies: | |
6947 | + '@babel/core': 7.25.2 | |
6948 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6949 | + '@babel/helper-plugin-utils': 7.24.8 | |
6950 | + | |
6951 | + '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.25.2)': | |
6952 | + dependencies: | |
6953 | + '@babel/core': 7.25.2 | |
6954 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6955 | + '@babel/helper-plugin-utils': 7.24.8 | |
6956 | + | |
6957 | + '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.25.2)': | |
6958 | + dependencies: | |
6959 | + '@babel/core': 7.25.2 | |
6960 | + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) | |
6961 | + '@babel/helper-plugin-utils': 7.24.8 | |
6962 | + | |
6963 | + '@babel/preset-env@7.25.2(@babel/core@7.25.2)': | |
6964 | + dependencies: | |
6965 | + '@babel/compat-data': 7.25.2 | |
6966 | + '@babel/core': 7.25.2 | |
6967 | + '@babel/helper-compilation-targets': 7.25.2 | |
6968 | + '@babel/helper-plugin-utils': 7.24.8 | |
6969 | + '@babel/helper-validator-option': 7.24.8 | |
6970 | + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.0(@babel/core@7.25.2) | |
6971 | + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.25.2) | |
6972 | + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.25.2) | |
6973 | + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) | |
6974 | + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.25.2) | |
6975 | + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) | |
6976 | + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) | |
6977 | + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) | |
6978 | + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) | |
6979 | + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) | |
6980 | + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) | |
6981 | + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) | |
6982 | + '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.25.2) | |
6983 | + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) | |
6984 | + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) | |
6985 | + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) | |
6986 | + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) | |
6987 | + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) | |
6988 | + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) | |
6989 | + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) | |
6990 | + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) | |
6991 | + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) | |
6992 | + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) | |
6993 | + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) | |
6994 | + '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) | |
6995 | + '@babel/plugin-transform-async-generator-functions': 7.25.0(@babel/core@7.25.2) | |
6996 | + '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) | |
6997 | + '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) | |
6998 | + '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) | |
6999 | + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) | |
7000 | + '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) | |
7001 | + '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) | |
7002 | + '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) | |
7003 | + '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) | |
7004 | + '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) | |
7005 | + '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.25.2) | |
7006 | + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.25.2) | |
7007 | + '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.25.2) | |
7008 | + '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.25.2) | |
7009 | + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) | |
7010 | + '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.25.2) | |
7011 | + '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) | |
7012 | + '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.25.2) | |
7013 | + '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) | |
7014 | + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) | |
7015 | + '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.25.2) | |
7016 | + '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.25.2) | |
7017 | + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) | |
7018 | + '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.25.2) | |
7019 | + '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.25.2) | |
7020 | + '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) | |
7021 | + '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.25.2) | |
7022 | + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) | |
7023 | + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) | |
7024 | + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) | |
7025 | + '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.25.2) | |
7026 | + '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) | |
7027 | + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) | |
7028 | + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) | |
7029 | + '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) | |
7030 | + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) | |
7031 | + '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) | |
7032 | + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) | |
7033 | + '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.25.2) | |
7034 | + '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) | |
7035 | + '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) | |
7036 | + '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) | |
7037 | + '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.25.2) | |
7038 | + '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.25.2) | |
7039 | + '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) | |
7040 | + '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) | |
7041 | + '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) | |
7042 | + '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.25.2) | |
7043 | + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) | |
7044 | + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) | |
7045 | + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) | |
7046 | + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) | |
6274 | 7047 | core-js-compat: 3.37.1 |
6275 | 7048 | semver: 6.3.1 |
6276 | 7049 | transitivePeerDependencies: |
6277 | 7050 | - supports-color |
6278 | 7051 | |
6279 | - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.7)': | |
7052 | + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)': | |
6280 | 7053 | dependencies: |
6281 | - '@babel/core': 7.24.7 | |
6282 | - '@babel/helper-plugin-utils': 7.24.7 | |
6283 | - '@babel/types': 7.24.7 | |
7054 | + '@babel/core': 7.25.2 | |
7055 | + '@babel/helper-plugin-utils': 7.24.8 | |
7056 | + '@babel/types': 7.25.2 | |
6284 | 7057 | esutils: 2.0.3 |
6285 | 7058 | |
6286 | - '@babel/preset-react@7.24.7(@babel/core@7.24.7)': | |
7059 | + '@babel/preset-react@7.24.7(@babel/core@7.25.2)': | |
6287 | 7060 | dependencies: |
6288 | - '@babel/core': 7.24.7 | |
6289 | - '@babel/helper-plugin-utils': 7.24.7 | |
6290 | - '@babel/helper-validator-option': 7.24.7 | |
6291 | - '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.7) | |
6292 | - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7) | |
6293 | - '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.24.7) | |
6294 | - '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.24.7) | |
7061 | + '@babel/core': 7.25.2 | |
7062 | + '@babel/helper-plugin-utils': 7.24.8 | |
7063 | + '@babel/helper-validator-option': 7.24.8 | |
7064 | + '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) | |
7065 | + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) | |
7066 | + '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) | |
7067 | + '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) | |
6295 | 7068 | transitivePeerDependencies: |
6296 | 7069 | - supports-color |
6297 | 7070 | |
6298 | - '@babel/preset-typescript@7.24.7(@babel/core@7.24.7)': | |
7071 | + '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': | |
6299 | 7072 | dependencies: |
6300 | - '@babel/core': 7.24.7 | |
6301 | - '@babel/helper-plugin-utils': 7.24.7 | |
6302 | - '@babel/helper-validator-option': 7.24.7 | |
6303 | - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) | |
6304 | - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7) | |
6305 | - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7) | |
7073 | + '@babel/core': 7.25.2 | |
7074 | + '@babel/helper-plugin-utils': 7.24.8 | |
7075 | + '@babel/helper-validator-option': 7.24.8 | |
7076 | + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) | |
7077 | + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) | |
7078 | + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) | |
6306 | 7079 | transitivePeerDependencies: |
6307 | 7080 | - supports-color |
6308 | 7081 | |
6309 | - '@babel/register@7.24.6(@babel/core@7.24.7)': | |
7082 | + '@babel/register@7.24.6(@babel/core@7.25.2)': | |
6310 | 7083 | dependencies: |
6311 | - '@babel/core': 7.24.7 | |
7084 | + '@babel/core': 7.25.2 | |
6312 | 7085 | clone-deep: 4.0.1 |
6313 | 7086 | find-cache-dir: 2.1.0 |
6314 | 7087 | make-dir: 2.1.0 |
... | ... | @@ -6317,62 +7090,65 @@ snapshots: |
6317 | 7090 | |
6318 | 7091 | '@babel/regjsgen@0.8.0': {} |
6319 | 7092 | |
6320 | - '@babel/runtime@7.24.7': | |
7093 | + '@babel/runtime@7.25.0': | |
6321 | 7094 | dependencies: |
6322 | 7095 | regenerator-runtime: 0.14.1 |
6323 | 7096 | |
6324 | - '@babel/template@7.24.7': | |
7097 | + '@babel/template@7.25.0': | |
6325 | 7098 | dependencies: |
6326 | 7099 | '@babel/code-frame': 7.24.7 |
6327 | - '@babel/parser': 7.24.7 | |
6328 | - '@babel/types': 7.24.7 | |
7100 | + '@babel/parser': 7.25.0 | |
7101 | + '@babel/types': 7.25.2 | |
6329 | 7102 | |
6330 | - '@babel/traverse@7.24.7(supports-color@5.5.0)': | |
7103 | + '@babel/traverse@7.25.2(supports-color@5.5.0)': | |
6331 | 7104 | dependencies: |
6332 | 7105 | '@babel/code-frame': 7.24.7 |
6333 | - '@babel/generator': 7.24.7 | |
6334 | - '@babel/helper-environment-visitor': 7.24.7 | |
6335 | - '@babel/helper-function-name': 7.24.7 | |
6336 | - '@babel/helper-hoist-variables': 7.24.7 | |
6337 | - '@babel/helper-split-export-declaration': 7.24.7 | |
6338 | - '@babel/parser': 7.24.7 | |
6339 | - '@babel/types': 7.24.7 | |
6340 | - debug: 4.3.5(supports-color@5.5.0) | |
7106 | + '@babel/generator': 7.25.0 | |
7107 | + '@babel/parser': 7.25.0 | |
7108 | + '@babel/template': 7.25.0 | |
7109 | + '@babel/types': 7.25.2 | |
7110 | + debug: 4.3.6(supports-color@5.5.0) | |
6341 | 7111 | globals: 11.12.0 |
6342 | 7112 | transitivePeerDependencies: |
6343 | 7113 | - supports-color |
6344 | 7114 | |
6345 | - '@babel/types@7.24.7': | |
7115 | + '@babel/types@7.25.2': | |
6346 | 7116 | dependencies: |
6347 | - '@babel/helper-string-parser': 7.24.7 | |
7117 | + '@babel/helper-string-parser': 7.24.8 | |
6348 | 7118 | '@babel/helper-validator-identifier': 7.24.7 |
6349 | 7119 | to-fast-properties: 2.0.0 |
6350 | 7120 | |
6351 | - '@csstools/cascade-layer-name-parser@1.0.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1)': | |
7121 | + '@bufbuild/protobuf@1.10.0': {} | |
7122 | + | |
7123 | + '@csstools/cascade-layer-name-parser@1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': | |
6352 | 7124 | dependencies: |
6353 | - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) | |
6354 | - '@csstools/css-tokenizer': 2.3.1 | |
7125 | + '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) | |
7126 | + '@csstools/css-tokenizer': 2.4.1 | |
6355 | 7127 | |
6356 | - '@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1)': | |
7128 | + '@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1)': | |
6357 | 7129 | dependencies: |
6358 | - '@csstools/css-tokenizer': 2.3.1 | |
7130 | + '@csstools/css-tokenizer': 2.4.1 | |
6359 | 7131 | |
6360 | - '@csstools/css-tokenizer@2.3.1': {} | |
7132 | + '@csstools/css-tokenizer@2.4.1': {} | |
6361 | 7133 | |
6362 | - '@csstools/media-query-list-parser@2.1.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1)': | |
7134 | + '@csstools/media-query-list-parser@2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': | |
6363 | 7135 | dependencies: |
6364 | - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) | |
6365 | - '@csstools/css-tokenizer': 2.3.1 | |
7136 | + '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) | |
7137 | + '@csstools/css-tokenizer': 2.4.1 | |
6366 | 7138 | |
6367 | - '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.0)': | |
7139 | + '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.1)': | |
6368 | 7140 | dependencies: |
6369 | - postcss-selector-parser: 6.1.0 | |
7141 | + postcss-selector-parser: 6.1.1 | |
7142 | + | |
7143 | + '@ctrl/tinycolor@3.6.1': {} | |
7144 | + | |
7145 | + '@emotion/hash@0.8.0': {} | |
6370 | 7146 | |
6371 | - '@emotion/is-prop-valid@1.2.2': | |
7147 | + '@emotion/is-prop-valid@1.3.0': | |
6372 | 7148 | dependencies: |
6373 | - '@emotion/memoize': 0.8.1 | |
7149 | + '@emotion/memoize': 0.9.0 | |
6374 | 7150 | |
6375 | - '@emotion/memoize@0.8.1': {} | |
7151 | + '@emotion/memoize@0.9.0': {} | |
6376 | 7152 | |
6377 | 7153 | '@emotion/stylis@0.8.5': {} |
6378 | 7154 | |
... | ... | @@ -6449,12 +7225,12 @@ snapshots: |
6449 | 7225 | eslint: 8.57.0 |
6450 | 7226 | eslint-visitor-keys: 3.4.3 |
6451 | 7227 | |
6452 | - '@eslint-community/regexpp@4.10.1': {} | |
7228 | + '@eslint-community/regexpp@4.11.0': {} | |
6453 | 7229 | |
6454 | 7230 | '@eslint/eslintrc@2.1.4': |
6455 | 7231 | dependencies: |
6456 | 7232 | ajv: 6.12.6 |
6457 | - debug: 4.3.5(supports-color@5.5.0) | |
7233 | + debug: 4.3.6(supports-color@5.5.0) | |
6458 | 7234 | espree: 9.6.1 |
6459 | 7235 | globals: 13.24.0 |
6460 | 7236 | ignore: 5.3.1 |
... | ... | @@ -6469,53 +7245,55 @@ snapshots: |
6469 | 7245 | |
6470 | 7246 | '@feewee/fabric@1.1.8': |
6471 | 7247 | dependencies: |
6472 | - '@babel/core': 7.24.7 | |
6473 | - '@babel/eslint-parser': 7.24.7(@babel/core@7.24.7)(eslint@8.57.0) | |
6474 | - '@babel/eslint-plugin': 7.24.7(@babel/eslint-parser@7.24.7(@babel/core@7.24.7)(eslint@8.57.0))(eslint@8.57.0) | |
6475 | - '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7) | |
6476 | - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.7) | |
6477 | - '@babel/preset-env': 7.24.7(@babel/core@7.24.7) | |
6478 | - '@babel/preset-react': 7.24.7(@babel/core@7.24.7) | |
6479 | - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) | |
6480 | - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) | |
6481 | - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
7248 | + '@babel/core': 7.25.2 | |
7249 | + '@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) | |
7250 | + '@babel/eslint-plugin': 7.25.1(@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@8.57.0))(eslint@8.57.0) | |
7251 | + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) | |
7252 | + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) | |
7253 | + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) | |
7254 | + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) | |
7255 | + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) | |
7256 | + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) | |
7257 | + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
6482 | 7258 | chalk: 4.1.2 |
6483 | 7259 | eslint: 8.57.0 |
6484 | 7260 | eslint-config-prettier: 8.10.0(eslint@8.57.0) |
6485 | 7261 | eslint-formatter-pretty: 5.0.0 |
6486 | - 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.5.2))(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) | |
6487 | - eslint-plugin-react: 7.34.3(eslint@8.57.0) | |
7262 | + 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.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) | |
7263 | + eslint-plugin-react: 7.35.0(eslint@8.57.0) | |
6488 | 7264 | eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) |
6489 | 7265 | eslint-plugin-unicorn: 43.0.2(eslint@8.57.0) |
6490 | 7266 | fast-glob: 3.3.2 |
6491 | 7267 | os-locale: 5.0.0 |
6492 | - prettier: 3.3.2 | |
6493 | - prettier-plugin-organize-imports: 3.2.4(prettier@3.3.2)(typescript@5.5.2) | |
6494 | - prettier-plugin-two-style-order: 1.0.1(prettier@3.3.2) | |
6495 | - stylelint: 15.11.0(typescript@5.5.2) | |
6496 | - stylelint-config-css-modules: 4.4.0(stylelint@15.11.0(typescript@5.5.2)) | |
6497 | - stylelint-config-standard: 33.0.0(stylelint@15.11.0(typescript@5.5.2)) | |
6498 | - stylelint-declaration-block-no-ignored-properties: 2.8.0(stylelint@15.11.0(typescript@5.5.2)) | |
6499 | - typescript: 5.5.2 | |
7268 | + prettier: 3.3.3 | |
7269 | + prettier-plugin-organize-imports: 3.2.4(prettier@3.3.3)(typescript@5.5.4) | |
7270 | + prettier-plugin-two-style-order: 1.0.1(prettier@3.3.3) | |
7271 | + stylelint: 15.11.0(typescript@5.5.4) | |
7272 | + stylelint-config-css-modules: 4.4.0(stylelint@15.11.0(typescript@5.5.4)) | |
7273 | + stylelint-config-standard: 33.0.0(stylelint@15.11.0(typescript@5.5.4)) | |
7274 | + stylelint-declaration-block-no-ignored-properties: 2.8.0(stylelint@15.11.0(typescript@5.5.4)) | |
7275 | + typescript: 5.5.4 | |
6500 | 7276 | transitivePeerDependencies: |
6501 | 7277 | - '@volar/vue-language-plugin-pug' |
6502 | 7278 | - '@volar/vue-typescript' |
6503 | 7279 | - jest |
6504 | 7280 | - supports-color |
6505 | 7281 | |
6506 | - '@feewee/h5app-common@0.1.39(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7282 | + '@feewee/h5app-common@0.1.58(antd@5.19.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6507 | 7283 | dependencies: |
6508 | 7284 | '@feewee/helper-wasm': 0.2.7 |
6509 | 7285 | '@nutui/icons-react': 1.0.4 |
6510 | - '@nutui/nutui-react': 2.6.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7286 | + '@nutui/nutui-react': 2.6.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6511 | 7287 | ahooks: 3.8.0(react@18.3.1) |
7288 | + antd: 5.19.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6512 | 7289 | axios: 1.7.2 |
6513 | 7290 | clsx: 2.1.1 |
6514 | - dayjs: 1.11.11 | |
7291 | + dayjs: 1.11.12 | |
7292 | + image-conversion: 2.1.1 | |
6515 | 7293 | js-cookie: 3.0.5 |
6516 | 7294 | localforage: 1.10.0 |
6517 | 7295 | lodash: 4.17.21 |
6518 | - query-string: 9.0.0 | |
7296 | + query-string: 9.1.0 | |
6519 | 7297 | react: 18.3.1 |
6520 | 7298 | react-dom: 18.3.1(react@18.3.1) |
6521 | 7299 | transitivePeerDependencies: |
... | ... | @@ -6526,7 +7304,7 @@ snapshots: |
6526 | 7304 | '@humanwhocodes/config-array@0.11.14': |
6527 | 7305 | dependencies: |
6528 | 7306 | '@humanwhocodes/object-schema': 2.0.3 |
6529 | - debug: 4.3.5(supports-color@5.5.0) | |
7307 | + debug: 4.3.6(supports-color@5.5.0) | |
6530 | 7308 | minimatch: 3.1.2 |
6531 | 7309 | transitivePeerDependencies: |
6532 | 7310 | - supports-color |
... | ... | @@ -6557,14 +7335,14 @@ snapshots: |
6557 | 7335 | '@jest/schemas': 29.6.3 |
6558 | 7336 | '@types/istanbul-lib-coverage': 2.0.6 |
6559 | 7337 | '@types/istanbul-reports': 3.0.4 |
6560 | - '@types/node': 18.19.39 | |
7338 | + '@types/node': 18.19.42 | |
6561 | 7339 | '@types/yargs': 17.0.32 |
6562 | 7340 | chalk: 4.1.2 |
6563 | 7341 | |
6564 | 7342 | '@jridgewell/gen-mapping@0.3.5': |
6565 | 7343 | dependencies: |
6566 | 7344 | '@jridgewell/set-array': 1.2.1 |
6567 | - '@jridgewell/sourcemap-codec': 1.4.15 | |
7345 | + '@jridgewell/sourcemap-codec': 1.5.0 | |
6568 | 7346 | '@jridgewell/trace-mapping': 0.3.25 |
6569 | 7347 | |
6570 | 7348 | '@jridgewell/resolve-uri@3.1.2': {} |
... | ... | @@ -6576,21 +7354,21 @@ snapshots: |
6576 | 7354 | '@jridgewell/gen-mapping': 0.3.5 |
6577 | 7355 | '@jridgewell/trace-mapping': 0.3.25 |
6578 | 7356 | |
6579 | - '@jridgewell/sourcemap-codec@1.4.15': {} | |
7357 | + '@jridgewell/sourcemap-codec@1.5.0': {} | |
6580 | 7358 | |
6581 | 7359 | '@jridgewell/trace-mapping@0.3.25': |
6582 | 7360 | dependencies: |
6583 | 7361 | '@jridgewell/resolve-uri': 3.1.2 |
6584 | - '@jridgewell/sourcemap-codec': 1.4.15 | |
7362 | + '@jridgewell/sourcemap-codec': 1.5.0 | |
6585 | 7363 | |
6586 | - '@loadable/babel-plugin@5.15.3(@babel/core@7.24.7)': | |
7364 | + '@loadable/babel-plugin@5.15.3(@babel/core@7.25.2)': | |
6587 | 7365 | dependencies: |
6588 | - '@babel/core': 7.24.7 | |
6589 | - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7) | |
7366 | + '@babel/core': 7.25.2 | |
7367 | + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) | |
6590 | 7368 | |
6591 | 7369 | '@loadable/component@5.15.3(react@18.3.1)': |
6592 | 7370 | dependencies: |
6593 | - '@babel/runtime': 7.24.7 | |
7371 | + '@babel/runtime': 7.25.0 | |
6594 | 7372 | hoist-non-react-statics: 3.3.2 |
6595 | 7373 | react: 18.3.1 |
6596 | 7374 | react-is: 16.13.1 |
... | ... | @@ -6601,32 +7379,42 @@ snapshots: |
6601 | 7379 | lodash: 4.17.21 |
6602 | 7380 | react: 18.3.1 |
6603 | 7381 | |
6604 | - '@loadable/webpack-plugin@5.15.2(webpack@5.92.1(esbuild@0.17.19))': | |
7382 | + '@mapbox/node-pre-gyp@1.0.11': | |
6605 | 7383 | dependencies: |
7384 | + detect-libc: 2.0.3 | |
7385 | + https-proxy-agent: 5.0.1 | |
6606 | 7386 | make-dir: 3.1.0 |
6607 | - webpack: 5.92.1(esbuild@0.17.19) | |
7387 | + node-fetch: 2.7.0 | |
7388 | + nopt: 5.0.0 | |
7389 | + npmlog: 5.0.1 | |
7390 | + rimraf: 3.0.2 | |
7391 | + semver: 7.6.3 | |
7392 | + tar: 6.2.1 | |
7393 | + transitivePeerDependencies: | |
7394 | + - encoding | |
7395 | + - supports-color | |
6608 | 7396 | |
6609 | - '@modern-js-app/eslint-config@2.49.4(typescript@5.5.2)': | |
7397 | + '@modern-js-app/eslint-config@2.56.2(typescript@5.5.4)': | |
6610 | 7398 | dependencies: |
6611 | - '@babel/core': 7.24.7 | |
6612 | - '@babel/eslint-parser': 7.24.7(@babel/core@7.24.7)(eslint@8.57.0) | |
6613 | - '@babel/eslint-plugin': 7.24.7(@babel/eslint-parser@7.24.7(@babel/core@7.24.7)(eslint@8.57.0))(eslint@8.57.0) | |
6614 | - '@rsbuild/babel-preset': 0.6.15 | |
6615 | - '@rsbuild/core': 0.6.15 | |
6616 | - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) | |
6617 | - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
7399 | + '@babel/core': 7.25.2 | |
7400 | + '@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) | |
7401 | + '@babel/eslint-plugin': 7.25.1(@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@8.57.0))(eslint@8.57.0) | |
7402 | + '@modern-js/babel-preset': 2.56.2(@rsbuild/core@1.0.1-beta.3) | |
7403 | + '@rsbuild/core': 1.0.1-beta.3 | |
7404 | + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) | |
7405 | + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
6618 | 7406 | eslint: 8.57.0 |
6619 | 7407 | eslint-config-prettier: 8.10.0(eslint@8.57.0) |
6620 | 7408 | eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) |
6621 | 7409 | eslint-plugin-filenames: 1.3.2(eslint@8.57.0) |
6622 | - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0) | |
7410 | + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) | |
6623 | 7411 | eslint-plugin-node: 11.1.0(eslint@8.57.0) |
6624 | 7412 | eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) |
6625 | - eslint-plugin-promise: 6.2.0(eslint@8.57.0) | |
6626 | - eslint-plugin-react: 7.34.3(eslint@8.57.0) | |
7413 | + eslint-plugin-promise: 6.6.0(eslint@8.57.0) | |
7414 | + eslint-plugin-react: 7.35.0(eslint@8.57.0) | |
6627 | 7415 | eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) |
6628 | 7416 | prettier: 2.8.8 |
6629 | - typescript: 5.5.2 | |
7417 | + typescript: 5.5.4 | |
6630 | 7418 | transitivePeerDependencies: |
6631 | 7419 | - eslint-import-resolver-typescript |
6632 | 7420 | - eslint-import-resolver-webpack |
... | ... | @@ -6678,32 +7466,35 @@ snapshots: |
6678 | 7466 | '@swc/helpers': 0.5.1 |
6679 | 7467 | redux: 4.2.1 |
6680 | 7468 | |
6681 | - '@modern-js/app-tools@2.49.4(@rspack/core@0.6.5(@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.7)(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.5.2)': | |
6682 | - dependencies: | |
6683 | - '@babel/parser': 7.24.7 | |
6684 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
6685 | - '@babel/types': 7.24.7 | |
6686 | - '@modern-js/core': 2.49.4 | |
6687 | - '@modern-js/node-bundle-require': 2.49.4 | |
6688 | - '@modern-js/plugin': 2.49.4 | |
6689 | - '@modern-js/plugin-data-loader': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6690 | - '@modern-js/plugin-i18n': 2.49.4 | |
6691 | - '@modern-js/plugin-lint': 2.49.4(eslint@8.57.0) | |
6692 | - '@modern-js/prod-server': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6693 | - '@modern-js/rsbuild-plugin-esbuild': 2.49.4 | |
6694 | - '@modern-js/server': 2.49.4(@babel/traverse@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0) | |
6695 | - '@modern-js/server-core': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6696 | - '@modern-js/server-utils': 2.49.4(@babel/traverse@7.24.7) | |
6697 | - '@modern-js/types': 2.49.4 | |
6698 | - '@modern-js/uni-builder': 2.49.4(@babel/traverse@7.24.7)(@rspack/core@0.6.5(@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.7)(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.5.2) | |
6699 | - '@modern-js/utils': 2.49.4 | |
6700 | - '@rsbuild/core': 0.6.15 | |
6701 | - '@rsbuild/plugin-node-polyfill': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6702 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7469 | + '@modern-js/app-tools@2.56.2(@rspack/core@0.6.5(@swc/helpers@0.5.11))(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.25.2)(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.5.4)': | |
7470 | + dependencies: | |
7471 | + '@babel/parser': 7.25.0 | |
7472 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
7473 | + '@babel/types': 7.25.2 | |
7474 | + '@modern-js/core': 2.56.2 | |
7475 | + '@modern-js/node-bundle-require': 2.56.2 | |
7476 | + '@modern-js/plugin': 2.56.2 | |
7477 | + '@modern-js/plugin-data-loader': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7478 | + '@modern-js/plugin-i18n': 2.56.2 | |
7479 | + '@modern-js/plugin-lint': 2.56.2(eslint@8.57.0) | |
7480 | + '@modern-js/prod-server': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7481 | + '@modern-js/rsbuild-plugin-esbuild': 2.56.2 | |
7482 | + '@modern-js/server': 2.56.2(@babel/traverse@7.25.2)(@rsbuild/core@1.0.1-beta.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0) | |
7483 | + '@modern-js/server-core': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7484 | + '@modern-js/server-utils': 2.56.2(@babel/traverse@7.25.2)(@rsbuild/core@1.0.1-beta.3) | |
7485 | + '@modern-js/types': 2.56.2 | |
7486 | + '@modern-js/uni-builder': 2.56.2(@rspack/core@0.6.5(@swc/helpers@0.5.11))(esbuild@0.17.19)(styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(type-fest@1.4.0)(typescript@5.5.4) | |
7487 | + '@modern-js/utils': 2.56.2 | |
7488 | + '@rsbuild/core': 1.0.1-beta.3 | |
7489 | + '@rsbuild/plugin-node-polyfill': 1.0.3(@rsbuild/core@1.0.1-beta.3) | |
6703 | 7490 | '@swc/helpers': 0.5.3 |
7491 | + '@vercel/nft': 0.26.5 | |
6704 | 7492 | es-module-lexer: 1.5.4 |
6705 | 7493 | esbuild: 0.17.19 |
6706 | - esbuild-register: 3.5.0(esbuild@0.17.19) | |
7494 | + esbuild-register: 3.6.0(esbuild@0.17.19) | |
7495 | + mlly: 1.7.1 | |
7496 | + pkg-types: 1.1.3 | |
7497 | + std-env: 3.7.0 | |
6707 | 7498 | transitivePeerDependencies: |
6708 | 7499 | - '@parcel/css' |
6709 | 7500 | - '@rspack/core' |
... | ... | @@ -6715,6 +7506,7 @@ snapshots: |
6715 | 7506 | - csso |
6716 | 7507 | - debug |
6717 | 7508 | - devcert |
7509 | + - encoding | |
6718 | 7510 | - eslint |
6719 | 7511 | - lightningcss |
6720 | 7512 | - react |
... | ... | @@ -6733,15 +7525,15 @@ snapshots: |
6733 | 7525 | - webpack-hot-middleware |
6734 | 7526 | - webpack-plugin-serve |
6735 | 7527 | |
6736 | - '@modern-js/babel-compiler@2.49.4': | |
7528 | + '@modern-js/babel-compiler@2.56.2': | |
6737 | 7529 | dependencies: |
6738 | - '@babel/core': 7.24.7 | |
6739 | - '@modern-js/utils': 2.49.4 | |
7530 | + '@babel/core': 7.25.2 | |
7531 | + '@modern-js/utils': 2.56.2 | |
6740 | 7532 | '@swc/helpers': 0.5.3 |
6741 | 7533 | transitivePeerDependencies: |
6742 | 7534 | - supports-color |
6743 | 7535 | |
6744 | - '@modern-js/babel-plugin-module-resolver@2.49.4': | |
7536 | + '@modern-js/babel-plugin-module-resolver@2.56.2': | |
6745 | 7537 | dependencies: |
6746 | 7538 | '@swc/helpers': 0.5.3 |
6747 | 7539 | glob: 8.1.0 |
... | ... | @@ -6749,33 +7541,54 @@ snapshots: |
6749 | 7541 | reselect: 4.1.8 |
6750 | 7542 | resolve: 1.22.8 |
6751 | 7543 | |
6752 | - '@modern-js/core@2.49.4': | |
6753 | - dependencies: | |
6754 | - '@modern-js/node-bundle-require': 2.49.4 | |
6755 | - '@modern-js/plugin': 2.49.4 | |
6756 | - '@modern-js/utils': 2.49.4 | |
7544 | + '@modern-js/babel-preset@2.56.2(@rsbuild/core@1.0.1-beta.3)': | |
7545 | + dependencies: | |
7546 | + '@babel/core': 7.25.2 | |
7547 | + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) | |
7548 | + '@babel/plugin-proposal-export-default-from': 7.24.7(@babel/core@7.25.2) | |
7549 | + '@babel/plugin-proposal-partial-application': 7.24.7(@babel/core@7.25.2) | |
7550 | + '@babel/plugin-proposal-pipeline-operator': 7.24.7(@babel/core@7.25.2) | |
7551 | + '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.25.2) | |
7552 | + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) | |
7553 | + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) | |
7554 | + '@babel/runtime': 7.25.0 | |
7555 | + '@babel/types': 7.25.2 | |
7556 | + '@rsbuild/plugin-babel': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
6757 | 7557 | '@swc/helpers': 0.5.3 |
7558 | + '@types/babel__core': 7.20.5 | |
7559 | + babel-plugin-dynamic-import-node: 2.3.3 | |
7560 | + core-js: 3.37.1 | |
7561 | + transitivePeerDependencies: | |
7562 | + - '@rsbuild/core' | |
7563 | + - supports-color | |
6758 | 7564 | |
6759 | - '@modern-js/eslint-config@2.49.4(typescript@5.5.2)': | |
7565 | + '@modern-js/core@2.56.2': | |
6760 | 7566 | dependencies: |
6761 | - '@modern-js-app/eslint-config': 2.49.4(typescript@5.5.2) | |
7567 | + '@modern-js/node-bundle-require': 2.56.2 | |
7568 | + '@modern-js/plugin': 2.56.2 | |
7569 | + '@modern-js/utils': 2.56.2 | |
7570 | + '@swc/helpers': 0.5.3 | |
7571 | + | |
7572 | + '@modern-js/eslint-config@2.56.2(typescript@5.5.4)': | |
7573 | + dependencies: | |
7574 | + '@modern-js-app/eslint-config': 2.56.2(typescript@5.5.4) | |
6762 | 7575 | transitivePeerDependencies: |
6763 | 7576 | - eslint-import-resolver-typescript |
6764 | 7577 | - eslint-import-resolver-webpack |
6765 | 7578 | - supports-color |
6766 | 7579 | - typescript |
6767 | 7580 | |
6768 | - '@modern-js/node-bundle-require@2.49.4': | |
7581 | + '@modern-js/node-bundle-require@2.56.2': | |
6769 | 7582 | dependencies: |
6770 | - '@modern-js/utils': 2.49.4 | |
7583 | + '@modern-js/utils': 2.56.2 | |
6771 | 7584 | '@swc/helpers': 0.5.3 |
6772 | 7585 | esbuild: 0.17.19 |
6773 | 7586 | |
6774 | - '@modern-js/plugin-data-loader@2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7587 | + '@modern-js/plugin-data-loader@2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6775 | 7588 | dependencies: |
6776 | - '@babel/core': 7.24.7 | |
6777 | - '@modern-js/runtime-utils': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6778 | - '@modern-js/utils': 2.49.4 | |
7589 | + '@babel/core': 7.25.2 | |
7590 | + '@modern-js/runtime-utils': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7591 | + '@modern-js/utils': 2.56.2 | |
6779 | 7592 | '@swc/helpers': 0.5.3 |
6780 | 7593 | path-to-regexp: 6.2.2 |
6781 | 7594 | react: 18.3.1 |
... | ... | @@ -6783,61 +7596,60 @@ snapshots: |
6783 | 7596 | - react-dom |
6784 | 7597 | - supports-color |
6785 | 7598 | |
6786 | - '@modern-js/plugin-i18n@2.49.4': | |
7599 | + '@modern-js/plugin-i18n@2.56.2': | |
6787 | 7600 | dependencies: |
6788 | - '@modern-js/utils': 2.49.4 | |
7601 | + '@modern-js/utils': 2.56.2 | |
6789 | 7602 | '@swc/helpers': 0.5.3 |
6790 | 7603 | |
6791 | - '@modern-js/plugin-lint@2.49.4(eslint@8.57.0)': | |
7604 | + '@modern-js/plugin-lint@2.56.2(eslint@8.57.0)': | |
6792 | 7605 | dependencies: |
6793 | - '@modern-js/tsconfig': 2.49.4 | |
6794 | - '@modern-js/utils': 2.49.4 | |
7606 | + '@modern-js/tsconfig': 2.56.2 | |
7607 | + '@modern-js/utils': 2.56.2 | |
6795 | 7608 | '@swc/helpers': 0.5.3 |
6796 | 7609 | cross-spawn: 7.0.3 |
6797 | 7610 | husky: 8.0.3 |
6798 | 7611 | optionalDependencies: |
6799 | 7612 | eslint: 8.57.0 |
6800 | 7613 | |
6801 | - '@modern-js/plugin-tailwindcss@2.49.4(@modern-js/runtime@2.49.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.92.1(esbuild@0.17.19)))(tailwindcss@3.4.4)': | |
7614 | + '@modern-js/plugin-tailwindcss@2.56.2(@modern-js/runtime@2.56.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(tailwindcss@3.4.7)': | |
6802 | 7615 | dependencies: |
6803 | - '@modern-js/node-bundle-require': 2.49.4 | |
6804 | - '@modern-js/utils': 2.49.4 | |
7616 | + '@modern-js/node-bundle-require': 2.56.2 | |
7617 | + '@modern-js/utils': 2.56.2 | |
6805 | 7618 | '@swc/helpers': 0.5.3 |
6806 | 7619 | babel-plugin-macros: 3.1.0 |
6807 | - hoist-non-react-statics: 3.3.2 | |
6808 | - tailwindcss: 3.4.4 | |
7620 | + tailwindcss: 3.4.7 | |
6809 | 7621 | optionalDependencies: |
6810 | - '@modern-js/runtime': 2.49.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.92.1(esbuild@0.17.19)) | |
7622 | + '@modern-js/runtime': 2.56.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6811 | 7623 | |
6812 | - '@modern-js/plugin@2.49.4': | |
7624 | + '@modern-js/plugin@2.56.2': | |
6813 | 7625 | dependencies: |
6814 | - '@modern-js/utils': 2.49.4 | |
7626 | + '@modern-js/utils': 2.56.2 | |
6815 | 7627 | '@swc/helpers': 0.5.3 |
6816 | 7628 | |
6817 | - '@modern-js/prod-server@2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7629 | + '@modern-js/prod-server@2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6818 | 7630 | dependencies: |
6819 | - '@modern-js/runtime-utils': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6820 | - '@modern-js/server-core': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6821 | - '@modern-js/utils': 2.49.4 | |
7631 | + '@modern-js/runtime-utils': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7632 | + '@modern-js/server-core': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7633 | + '@modern-js/utils': 2.56.2 | |
6822 | 7634 | '@swc/helpers': 0.5.3 |
7635 | + source-map-support: 0.5.21 | |
6823 | 7636 | transitivePeerDependencies: |
6824 | 7637 | - react |
6825 | 7638 | - react-dom |
6826 | 7639 | |
6827 | - '@modern-js/rsbuild-plugin-esbuild@2.49.4': | |
7640 | + '@modern-js/rsbuild-plugin-esbuild@2.56.2': | |
6828 | 7641 | dependencies: |
6829 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
6830 | 7642 | '@swc/helpers': 0.5.3 |
6831 | 7643 | esbuild: 0.17.19 |
6832 | - webpack: 5.92.1(esbuild@0.17.19) | |
7644 | + webpack: 5.93.0(esbuild@0.17.19) | |
6833 | 7645 | transitivePeerDependencies: |
6834 | 7646 | - '@swc/core' |
6835 | 7647 | - uglify-js |
6836 | 7648 | - webpack-cli |
6837 | 7649 | |
6838 | - '@modern-js/runtime-utils@2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7650 | + '@modern-js/runtime-utils@2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6839 | 7651 | dependencies: |
6840 | - '@modern-js/utils': 2.49.4 | |
7652 | + '@modern-js/utils': 2.56.2 | |
6841 | 7653 | '@remix-run/router': 1.15.0 |
6842 | 7654 | '@swc/helpers': 0.5.3 |
6843 | 7655 | lru-cache: 6.0.0 |
... | ... | @@ -6847,97 +7659,98 @@ snapshots: |
6847 | 7659 | react: 18.3.1 |
6848 | 7660 | react-dom: 18.3.1(react@18.3.1) |
6849 | 7661 | |
6850 | - '@modern-js/runtime@2.49.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack@5.92.1(esbuild@0.17.19))': | |
7662 | + '@modern-js/runtime@2.56.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6851 | 7663 | dependencies: |
6852 | - '@babel/core': 7.24.7 | |
6853 | - '@babel/types': 7.24.7 | |
6854 | - '@loadable/babel-plugin': 5.15.3(@babel/core@7.24.7) | |
7664 | + '@babel/core': 7.25.2 | |
7665 | + '@babel/types': 7.25.2 | |
7666 | + '@loadable/babel-plugin': 5.15.3(@babel/core@7.25.2) | |
6855 | 7667 | '@loadable/component': 5.15.3(react@18.3.1) |
6856 | 7668 | '@loadable/server': 5.15.3(@loadable/component@5.15.3(react@18.3.1))(react@18.3.1) |
6857 | - '@loadable/webpack-plugin': 5.15.2(webpack@5.92.1(esbuild@0.17.19)) | |
6858 | 7669 | '@modern-js-reduck/plugin-auto-actions': 1.1.11(@modern-js-reduck/store@1.1.11) |
6859 | 7670 | '@modern-js-reduck/plugin-devtools': 1.1.11(@modern-js-reduck/store@1.1.11) |
6860 | 7671 | '@modern-js-reduck/plugin-effects': 1.1.11(@modern-js-reduck/store@1.1.11) |
6861 | 7672 | '@modern-js-reduck/plugin-immutable': 1.1.11(@modern-js-reduck/store@1.1.11) |
6862 | 7673 | '@modern-js-reduck/react': 1.1.11(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
6863 | 7674 | '@modern-js-reduck/store': 1.1.11 |
6864 | - '@modern-js/plugin': 2.49.4 | |
6865 | - '@modern-js/runtime-utils': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6866 | - '@modern-js/types': 2.49.4 | |
6867 | - '@modern-js/utils': 2.49.4 | |
7675 | + '@modern-js/plugin': 2.56.2 | |
7676 | + '@modern-js/plugin-data-loader': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7677 | + '@modern-js/runtime-utils': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7678 | + '@modern-js/types': 2.56.2 | |
7679 | + '@modern-js/utils': 2.56.2 | |
6868 | 7680 | '@swc/helpers': 0.5.3 |
6869 | 7681 | '@types/loadable__component': 5.13.9 |
6870 | 7682 | '@types/react-helmet': 6.1.11 |
6871 | 7683 | '@types/styled-components': 5.1.34 |
6872 | 7684 | cookie: 0.5.0 |
7685 | + es-module-lexer: 1.5.4 | |
6873 | 7686 | esbuild: 0.17.19 |
6874 | - hoist-non-react-statics: 3.3.2 | |
6875 | 7687 | invariant: 2.2.4 |
7688 | + isbot: 3.7.1 | |
6876 | 7689 | react: 18.3.1 |
6877 | 7690 | react-dom: 18.3.1(react@18.3.1) |
6878 | 7691 | react-helmet: 6.1.0(react@18.3.1) |
6879 | 7692 | react-is: 18.3.1 |
6880 | 7693 | react-side-effect: 2.1.2(react@18.3.1) |
6881 | - styled-components: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | |
7694 | + styled-components: 5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | |
6882 | 7695 | transitivePeerDependencies: |
6883 | 7696 | - '@types/react' |
6884 | 7697 | - '@types/react-dom' |
6885 | 7698 | - supports-color |
6886 | - - webpack | |
6887 | 7699 | |
6888 | - '@modern-js/server-core@2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7700 | + '@modern-js/server-core@2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
6889 | 7701 | dependencies: |
6890 | - '@modern-js/plugin': 2.49.4 | |
6891 | - '@modern-js/runtime-utils': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6892 | - '@modern-js/utils': 2.49.4 | |
7702 | + '@modern-js/plugin': 2.56.2 | |
7703 | + '@modern-js/runtime-utils': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7704 | + '@modern-js/utils': 2.56.2 | |
6893 | 7705 | '@swc/helpers': 0.5.3 |
6894 | 7706 | '@web-std/fetch': 4.2.1 |
6895 | 7707 | '@web-std/file': 3.0.3 |
6896 | 7708 | '@web-std/stream': 1.0.3 |
6897 | 7709 | hono: 3.12.12 |
6898 | - isbot: 3.8.0 | |
6899 | - merge-deep: 3.0.3 | |
7710 | + ts-deepmerge: 7.0.0 | |
6900 | 7711 | transitivePeerDependencies: |
6901 | 7712 | - react |
6902 | 7713 | - react-dom |
6903 | 7714 | |
6904 | - '@modern-js/server-utils@2.49.4(@babel/traverse@7.24.7)': | |
6905 | - dependencies: | |
6906 | - '@babel/core': 7.24.7 | |
6907 | - '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7) | |
6908 | - '@babel/preset-env': 7.24.7(@babel/core@7.24.7) | |
6909 | - '@babel/preset-react': 7.24.7(@babel/core@7.24.7) | |
6910 | - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) | |
6911 | - '@modern-js/babel-compiler': 2.49.4 | |
6912 | - '@modern-js/babel-plugin-module-resolver': 2.49.4 | |
6913 | - '@modern-js/utils': 2.49.4 | |
6914 | - '@rsbuild/babel-preset': 0.6.15 | |
7715 | + '@modern-js/server-utils@2.56.2(@babel/traverse@7.25.2)(@rsbuild/core@1.0.1-beta.3)': | |
7716 | + dependencies: | |
7717 | + '@babel/core': 7.25.2 | |
7718 | + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) | |
7719 | + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) | |
7720 | + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) | |
7721 | + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) | |
7722 | + '@modern-js/babel-compiler': 2.56.2 | |
7723 | + '@modern-js/babel-plugin-module-resolver': 2.56.2 | |
7724 | + '@modern-js/babel-preset': 2.56.2(@rsbuild/core@1.0.1-beta.3) | |
7725 | + '@modern-js/utils': 2.56.2 | |
6915 | 7726 | '@swc/helpers': 0.5.3 |
6916 | - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.7)(@babel/traverse@7.24.7) | |
7727 | + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.2) | |
6917 | 7728 | transitivePeerDependencies: |
6918 | 7729 | - '@babel/traverse' |
7730 | + - '@rsbuild/core' | |
6919 | 7731 | - supports-color |
6920 | 7732 | |
6921 | - '@modern-js/server@2.49.4(@babel/traverse@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0)': | |
7733 | + '@modern-js/server@2.56.2(@babel/traverse@7.25.2)(@rsbuild/core@1.0.1-beta.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0)': | |
6922 | 7734 | dependencies: |
6923 | - '@babel/core': 7.24.7 | |
6924 | - '@babel/register': 7.24.6(@babel/core@7.24.7) | |
6925 | - '@modern-js/runtime-utils': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6926 | - '@modern-js/server-core': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6927 | - '@modern-js/server-utils': 2.49.4(@babel/traverse@7.24.7) | |
6928 | - '@modern-js/types': 2.49.4 | |
6929 | - '@modern-js/utils': 2.49.4 | |
7735 | + '@babel/core': 7.25.2 | |
7736 | + '@babel/register': 7.24.6(@babel/core@7.25.2) | |
7737 | + '@modern-js/runtime-utils': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7738 | + '@modern-js/server-core': 2.56.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7739 | + '@modern-js/server-utils': 2.56.2(@babel/traverse@7.25.2)(@rsbuild/core@1.0.1-beta.3) | |
7740 | + '@modern-js/types': 2.56.2 | |
7741 | + '@modern-js/utils': 2.56.2 | |
6930 | 7742 | '@swc/helpers': 0.5.3 |
6931 | 7743 | axios: 1.7.2 |
6932 | 7744 | connect-history-api-fallback: 2.0.0 |
6933 | 7745 | http-compression: 1.0.6 |
6934 | 7746 | minimatch: 3.1.2 |
6935 | 7747 | path-to-regexp: 6.2.2 |
6936 | - ws: 8.17.1 | |
7748 | + ws: 8.18.0 | |
6937 | 7749 | optionalDependencies: |
6938 | 7750 | tsconfig-paths: 4.2.0 |
6939 | 7751 | transitivePeerDependencies: |
6940 | 7752 | - '@babel/traverse' |
7753 | + - '@rsbuild/core' | |
6941 | 7754 | - bufferutil |
6942 | 7755 | - debug |
6943 | 7756 | - react |
... | ... | @@ -6945,93 +7758,88 @@ snapshots: |
6945 | 7758 | - supports-color |
6946 | 7759 | - utf-8-validate |
6947 | 7760 | |
6948 | - '@modern-js/tsconfig@2.49.4': {} | |
6949 | - | |
6950 | - '@modern-js/types@2.49.4': {} | |
6951 | - | |
6952 | - '@modern-js/uni-builder@2.49.4(@babel/traverse@7.24.7)(@rspack/core@0.6.5(@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.7)(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.5.2)': | |
6953 | - dependencies: | |
6954 | - '@babel/core': 7.24.7 | |
6955 | - '@babel/preset-react': 7.24.7(@babel/core@7.24.7) | |
6956 | - '@babel/types': 7.24.7 | |
6957 | - '@modern-js/prod-server': 2.49.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
6958 | - '@modern-js/server': 2.49.4(@babel/traverse@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tsconfig-paths@4.2.0) | |
6959 | - '@modern-js/utils': 2.49.4 | |
6960 | - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.2)(type-fest@1.4.0)(webpack@5.92.1(esbuild@0.17.19)) | |
6961 | - '@rsbuild/babel-preset': 0.6.15 | |
6962 | - '@rsbuild/core': 0.6.15 | |
6963 | - '@rsbuild/plugin-assets-retry': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6964 | - '@rsbuild/plugin-babel': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6965 | - '@rsbuild/plugin-check-syntax': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6966 | - '@rsbuild/plugin-css-minimizer': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19)) | |
6967 | - '@rsbuild/plugin-pug': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6968 | - '@rsbuild/plugin-react': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6969 | - '@rsbuild/plugin-rem': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6970 | - '@rsbuild/plugin-source-build': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6971 | - '@rsbuild/plugin-styled-components': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6972 | - '@rsbuild/plugin-svgr': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)(typescript@5.5.2) | |
6973 | - '@rsbuild/plugin-toml': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6974 | - '@rsbuild/plugin-type-check': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)(esbuild@0.17.19)(typescript@5.5.2) | |
6975 | - '@rsbuild/plugin-yaml': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
6976 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
6977 | - '@rsbuild/webpack': 0.6.15(@swc/helpers@0.5.3)(esbuild@0.17.19) | |
7761 | + '@modern-js/tsconfig@2.56.2': {} | |
7762 | + | |
7763 | + '@modern-js/types@2.56.2': {} | |
7764 | + | |
7765 | + '@modern-js/uni-builder@2.56.2(@rspack/core@0.6.5(@swc/helpers@0.5.11))(esbuild@0.17.19)(styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(type-fest@1.4.0)(typescript@5.5.4)': | |
7766 | + dependencies: | |
7767 | + '@babel/core': 7.25.2 | |
7768 | + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) | |
7769 | + '@babel/types': 7.25.2 | |
7770 | + '@modern-js/babel-preset': 2.56.2(@rsbuild/core@1.0.1-beta.3) | |
7771 | + '@modern-js/utils': 2.56.2 | |
7772 | + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.2)(type-fest@1.4.0)(webpack@5.93.0(esbuild@0.17.19)) | |
7773 | + '@rsbuild/core': 1.0.1-beta.3 | |
7774 | + '@rsbuild/plugin-assets-retry': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7775 | + '@rsbuild/plugin-babel': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7776 | + '@rsbuild/plugin-check-syntax': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7777 | + '@rsbuild/plugin-css-minimizer': 1.0.1(@rsbuild/core@1.0.1-beta.3)(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)) | |
7778 | + '@rsbuild/plugin-less': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7779 | + '@rsbuild/plugin-pug': 1.0.1(@rsbuild/core@1.0.1-beta.3) | |
7780 | + '@rsbuild/plugin-react': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7781 | + '@rsbuild/plugin-rem': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7782 | + '@rsbuild/plugin-sass': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7783 | + '@rsbuild/plugin-source-build': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7784 | + '@rsbuild/plugin-styled-components': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
7785 | + '@rsbuild/plugin-svgr': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)(typescript@5.5.4) | |
7786 | + '@rsbuild/plugin-toml': 1.0.0(@rsbuild/core@1.0.1-beta.3) | |
7787 | + '@rsbuild/plugin-type-check': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)(esbuild@0.17.19)(typescript@5.5.4) | |
7788 | + '@rsbuild/plugin-typed-css-modules': 1.0.1(@rsbuild/core@1.0.1-beta.3) | |
7789 | + '@rsbuild/plugin-yaml': 1.0.1(@rsbuild/core@1.0.1-beta.3) | |
7790 | + '@rsbuild/webpack': 1.0.1-beta.3(esbuild@0.17.19) | |
6978 | 7791 | '@swc/helpers': 0.5.3 |
6979 | - babel-loader: 9.1.3(@babel/core@7.24.7)(webpack@5.92.1(esbuild@0.17.19)) | |
7792 | + babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.17.19)) | |
6980 | 7793 | babel-plugin-import: 1.13.5 |
6981 | - babel-plugin-styled-components: 1.13.3(styled-components@5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)) | |
7794 | + babel-plugin-styled-components: 1.13.3(styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)) | |
6982 | 7795 | babel-plugin-transform-react-remove-prop-types: 0.4.24 |
6983 | - cssnano: 6.0.1(postcss@8.4.38) | |
7796 | + browserslist: 4.23.1 | |
7797 | + cssnano: 6.0.1(postcss@8.4.40) | |
6984 | 7798 | glob: 9.3.5 |
6985 | - html-webpack-plugin: 5.5.3(webpack@5.92.1(esbuild@0.17.19)) | |
7799 | + html-minifier-terser: 7.2.0 | |
7800 | + html-webpack-plugin: 5.5.3(webpack@5.93.0(esbuild@0.17.19)) | |
6986 | 7801 | lodash: 4.17.21 |
6987 | - postcss: 8.4.38 | |
6988 | - postcss-custom-properties: 13.1.5(postcss@8.4.38) | |
6989 | - postcss-flexbugs-fixes: 5.0.2(postcss@8.4.38) | |
6990 | - postcss-font-variant: 5.0.0(postcss@8.4.38) | |
6991 | - postcss-initial: 4.0.1(postcss@8.4.38) | |
6992 | - postcss-media-minmax: 5.0.0(postcss@8.4.38) | |
6993 | - postcss-nesting: 12.0.1(postcss@8.4.38) | |
6994 | - postcss-page-break: 3.0.4(postcss@8.4.38) | |
7802 | + picocolors: 1.0.1 | |
7803 | + postcss: 8.4.40 | |
7804 | + postcss-custom-properties: 13.1.5(postcss@8.4.40) | |
7805 | + postcss-flexbugs-fixes: 5.0.2(postcss@8.4.40) | |
7806 | + postcss-font-variant: 5.0.0(postcss@8.4.40) | |
7807 | + postcss-initial: 4.0.1(postcss@8.4.40) | |
7808 | + postcss-media-minmax: 5.0.0(postcss@8.4.40) | |
7809 | + postcss-nesting: 12.0.1(postcss@8.4.40) | |
7810 | + postcss-page-break: 3.0.4(postcss@8.4.40) | |
6995 | 7811 | react-refresh: 0.14.2 |
6996 | - rspack-manifest-plugin: 5.0.0(@rspack/core@0.6.5(@swc/helpers@0.5.3)) | |
6997 | - terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19)) | |
6998 | - ts-loader: 9.4.4(typescript@5.5.2)(webpack@5.92.1(esbuild@0.17.19)) | |
6999 | - webpack: 5.92.1(esbuild@0.17.19) | |
7000 | - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.5.3(webpack@5.92.1(esbuild@0.17.19)))(webpack@5.92.1(esbuild@0.17.19)) | |
7812 | + rspack-manifest-plugin: 5.0.0(@rspack/core@0.6.5(@swc/helpers@0.5.11)) | |
7813 | + terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)) | |
7814 | + ts-deepmerge: 7.0.0 | |
7815 | + ts-loader: 9.4.4(typescript@5.5.4)(webpack@5.93.0(esbuild@0.17.19)) | |
7816 | + webpack: 5.93.0(esbuild@0.17.19) | |
7817 | + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.5.3(webpack@5.93.0(esbuild@0.17.19)))(webpack@5.93.0(esbuild@0.17.19)) | |
7001 | 7818 | transitivePeerDependencies: |
7002 | - - '@babel/traverse' | |
7003 | 7819 | - '@parcel/css' |
7004 | 7820 | - '@rspack/core' |
7005 | 7821 | - '@swc/core' |
7006 | 7822 | - '@swc/css' |
7007 | 7823 | - '@types/webpack' |
7008 | - - bufferutil | |
7009 | 7824 | - clean-css |
7010 | 7825 | - csso |
7011 | - - debug | |
7012 | - - devcert | |
7013 | 7826 | - esbuild |
7014 | 7827 | - lightningcss |
7015 | - - react | |
7016 | - - react-dom | |
7017 | 7828 | - sockjs-client |
7018 | 7829 | - styled-components |
7019 | 7830 | - supports-color |
7020 | - - ts-node | |
7021 | - - tsconfig-paths | |
7022 | 7831 | - type-fest |
7023 | 7832 | - typescript |
7024 | 7833 | - uglify-js |
7025 | - - utf-8-validate | |
7026 | 7834 | - webpack-cli |
7027 | 7835 | - webpack-dev-server |
7028 | 7836 | - webpack-hot-middleware |
7029 | 7837 | - webpack-plugin-serve |
7030 | 7838 | |
7031 | - '@modern-js/utils@2.49.4': | |
7839 | + '@modern-js/utils@2.56.2': | |
7032 | 7840 | dependencies: |
7033 | 7841 | '@swc/helpers': 0.5.3 |
7034 | - caniuse-lite: 1.0.30001636 | |
7842 | + caniuse-lite: 1.0.30001644 | |
7035 | 7843 | lodash: 4.17.21 |
7036 | 7844 | rslog: 1.2.2 |
7037 | 7845 | |
... | ... | @@ -7039,17 +7847,37 @@ snapshots: |
7039 | 7847 | dependencies: |
7040 | 7848 | '@module-federation/runtime': 0.1.6 |
7041 | 7849 | '@module-federation/webpack-bundler-runtime': 0.1.6 |
7850 | + optional: true | |
7851 | + | |
7852 | + '@module-federation/runtime-tools@0.2.3': | |
7853 | + dependencies: | |
7854 | + '@module-federation/runtime': 0.2.3 | |
7855 | + '@module-federation/webpack-bundler-runtime': 0.2.3 | |
7042 | 7856 | |
7043 | 7857 | '@module-federation/runtime@0.1.6': |
7044 | 7858 | dependencies: |
7045 | 7859 | '@module-federation/sdk': 0.1.6 |
7860 | + optional: true | |
7861 | + | |
7862 | + '@module-federation/runtime@0.2.3': | |
7863 | + dependencies: | |
7864 | + '@module-federation/sdk': 0.2.3 | |
7865 | + | |
7866 | + '@module-federation/sdk@0.1.6': | |
7867 | + optional: true | |
7046 | 7868 | |
7047 | - '@module-federation/sdk@0.1.6': {} | |
7869 | + '@module-federation/sdk@0.2.3': {} | |
7048 | 7870 | |
7049 | 7871 | '@module-federation/webpack-bundler-runtime@0.1.6': |
7050 | 7872 | dependencies: |
7051 | 7873 | '@module-federation/runtime': 0.1.6 |
7052 | 7874 | '@module-federation/sdk': 0.1.6 |
7875 | + optional: true | |
7876 | + | |
7877 | + '@module-federation/webpack-bundler-runtime@0.2.3': | |
7878 | + dependencies: | |
7879 | + '@module-federation/runtime': 0.2.3 | |
7880 | + '@module-federation/sdk': 0.2.3 | |
7053 | 7881 | |
7054 | 7882 | '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': |
7055 | 7883 | dependencies: |
... | ... | @@ -7069,9 +7897,9 @@ snapshots: |
7069 | 7897 | |
7070 | 7898 | '@nutui/icons-react@1.0.4': {} |
7071 | 7899 | |
7072 | - '@nutui/nutui-react@2.6.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7900 | + '@nutui/nutui-react@2.6.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7073 | 7901 | dependencies: |
7074 | - '@babel/runtime': 7.24.7 | |
7902 | + '@babel/runtime': 7.25.0 | |
7075 | 7903 | '@nutui/icons-react': 1.0.4 |
7076 | 7904 | '@nutui/touch-emulator': 1.0.0 |
7077 | 7905 | '@react-spring/web': 9.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) |
... | ... | @@ -7090,7 +7918,7 @@ snapshots: |
7090 | 7918 | '@pkgjs/parseargs@0.11.0': |
7091 | 7919 | optional: true |
7092 | 7920 | |
7093 | - '@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.2)(type-fest@1.4.0)(webpack@5.92.1(esbuild@0.17.19))': | |
7921 | + '@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.2)(type-fest@1.4.0)(webpack@5.93.0(esbuild@0.17.19))': | |
7094 | 7922 | dependencies: |
7095 | 7923 | ansi-html-community: 0.0.8 |
7096 | 7924 | common-path-prefix: 3.0.0 |
... | ... | @@ -7102,10 +7930,79 @@ snapshots: |
7102 | 7930 | react-refresh: 0.14.2 |
7103 | 7931 | schema-utils: 3.3.0 |
7104 | 7932 | source-map: 0.7.4 |
7105 | - webpack: 5.92.1(esbuild@0.17.19) | |
7933 | + webpack: 5.93.0(esbuild@0.17.19) | |
7106 | 7934 | optionalDependencies: |
7107 | 7935 | type-fest: 1.4.0 |
7108 | 7936 | |
7937 | + '@rc-component/async-validator@5.0.4': | |
7938 | + dependencies: | |
7939 | + '@babel/runtime': 7.25.0 | |
7940 | + | |
7941 | + '@rc-component/color-picker@1.5.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7942 | + dependencies: | |
7943 | + '@babel/runtime': 7.25.0 | |
7944 | + '@ctrl/tinycolor': 3.6.1 | |
7945 | + classnames: 2.5.1 | |
7946 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7947 | + react: 18.3.1 | |
7948 | + react-dom: 18.3.1(react@18.3.1) | |
7949 | + | |
7950 | + '@rc-component/context@1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7951 | + dependencies: | |
7952 | + '@babel/runtime': 7.25.0 | |
7953 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7954 | + react: 18.3.1 | |
7955 | + react-dom: 18.3.1(react@18.3.1) | |
7956 | + | |
7957 | + '@rc-component/mini-decimal@1.1.0': | |
7958 | + dependencies: | |
7959 | + '@babel/runtime': 7.25.0 | |
7960 | + | |
7961 | + '@rc-component/mutate-observer@1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7962 | + dependencies: | |
7963 | + '@babel/runtime': 7.25.0 | |
7964 | + classnames: 2.5.1 | |
7965 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7966 | + react: 18.3.1 | |
7967 | + react-dom: 18.3.1(react@18.3.1) | |
7968 | + | |
7969 | + '@rc-component/portal@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7970 | + dependencies: | |
7971 | + '@babel/runtime': 7.25.0 | |
7972 | + classnames: 2.5.1 | |
7973 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7974 | + react: 18.3.1 | |
7975 | + react-dom: 18.3.1(react@18.3.1) | |
7976 | + | |
7977 | + '@rc-component/qrcode@1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7978 | + dependencies: | |
7979 | + '@babel/runtime': 7.25.0 | |
7980 | + classnames: 2.5.1 | |
7981 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7982 | + react: 18.3.1 | |
7983 | + react-dom: 18.3.1(react@18.3.1) | |
7984 | + | |
7985 | + '@rc-component/tour@1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7986 | + dependencies: | |
7987 | + '@babel/runtime': 7.25.0 | |
7988 | + '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7989 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7990 | + classnames: 2.5.1 | |
7991 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7992 | + react: 18.3.1 | |
7993 | + react-dom: 18.3.1(react@18.3.1) | |
7994 | + | |
7995 | + '@rc-component/trigger@2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': | |
7996 | + dependencies: | |
7997 | + '@babel/runtime': 7.25.0 | |
7998 | + '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
7999 | + classnames: 2.5.1 | |
8000 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8001 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8002 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8003 | + react: 18.3.1 | |
8004 | + react-dom: 18.3.1(react@18.3.1) | |
8005 | + | |
7109 | 8006 | '@react-spring/animated@9.6.1(react@18.3.1)': |
7110 | 8007 | dependencies: |
7111 | 8008 | '@react-spring/shared': 9.6.1(react@18.3.1) |
... | ... | @@ -7141,97 +8038,79 @@ snapshots: |
7141 | 8038 | |
7142 | 8039 | '@redux-devtools/extension@3.3.0(redux@4.2.1)': |
7143 | 8040 | dependencies: |
7144 | - '@babel/runtime': 7.24.7 | |
7145 | - immutable: 4.3.6 | |
8041 | + '@babel/runtime': 7.25.0 | |
8042 | + immutable: 4.3.7 | |
7146 | 8043 | redux: 4.2.1 |
7147 | 8044 | |
7148 | 8045 | '@remix-run/router@1.15.0': {} |
7149 | 8046 | |
7150 | - '@rsbuild/babel-preset@0.6.15': | |
7151 | - dependencies: | |
7152 | - '@babel/core': 7.24.7 | |
7153 | - '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7) | |
7154 | - '@babel/plugin-proposal-export-default-from': 7.24.7(@babel/core@7.24.7) | |
7155 | - '@babel/plugin-proposal-partial-application': 7.24.7(@babel/core@7.24.7) | |
7156 | - '@babel/plugin-proposal-pipeline-operator': 7.24.7(@babel/core@7.24.7) | |
7157 | - '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.24.7) | |
7158 | - '@babel/preset-env': 7.24.7(@babel/core@7.24.7) | |
7159 | - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) | |
7160 | - '@babel/runtime': 7.24.7 | |
7161 | - '@babel/types': 7.24.7 | |
7162 | - '@types/babel__core': 7.20.5 | |
7163 | - babel-plugin-dynamic-import-node: 2.3.3 | |
7164 | - core-js: 3.36.1 | |
7165 | - transitivePeerDependencies: | |
7166 | - - supports-color | |
7167 | - | |
7168 | - '@rsbuild/core@0.6.15': | |
8047 | + '@rollup/pluginutils@4.2.1': | |
7169 | 8048 | dependencies: |
7170 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7171 | - '@rspack/core': 0.6.5(@swc/helpers@0.5.3) | |
7172 | - '@swc/helpers': 0.5.3 | |
7173 | - core-js: 3.36.1 | |
7174 | - html-webpack-plugin: html-rspack-plugin@5.7.2(@rspack/core@0.6.5(@swc/helpers@0.5.3)) | |
7175 | - postcss: 8.4.38 | |
8049 | + estree-walker: 2.0.2 | |
8050 | + picomatch: 2.3.1 | |
7176 | 8051 | |
7177 | - '@rsbuild/monorepo-utils@0.6.15(@swc/helpers@0.5.3)': | |
8052 | + '@rsbuild/core@1.0.1-beta.3': | |
7178 | 8053 | dependencies: |
7179 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7180 | - fast-glob: 3.3.2 | |
7181 | - transitivePeerDependencies: | |
7182 | - - '@swc/helpers' | |
8054 | + '@rspack/core': 1.0.0-alpha.5(@swc/helpers@0.5.11) | |
8055 | + '@rspack/lite-tapable': 1.0.0-alpha.5 | |
8056 | + '@swc/helpers': 0.5.11 | |
8057 | + caniuse-lite: 1.0.30001644 | |
8058 | + core-js: 3.37.1 | |
8059 | + postcss: 8.4.40 | |
8060 | + optionalDependencies: | |
8061 | + fsevents: 2.3.3 | |
7183 | 8062 | |
7184 | - '@rsbuild/plugin-assets-retry@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8063 | + '@rsbuild/plugin-assets-retry@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7185 | 8064 | dependencies: |
7186 | - '@rsbuild/core': 0.6.15 | |
7187 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
8065 | + '@rsbuild/core': 1.0.1-beta.3 | |
7188 | 8066 | serialize-javascript: 6.0.2 |
7189 | - transitivePeerDependencies: | |
7190 | - - '@swc/helpers' | |
7191 | 8067 | |
7192 | - '@rsbuild/plugin-babel@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8068 | + '@rsbuild/plugin-babel@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7193 | 8069 | dependencies: |
7194 | - '@babel/core': 7.24.7 | |
7195 | - '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7) | |
7196 | - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.7) | |
7197 | - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) | |
7198 | - '@rsbuild/core': 0.6.15 | |
7199 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
8070 | + '@babel/core': 7.25.2 | |
8071 | + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) | |
8072 | + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) | |
8073 | + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) | |
8074 | + '@rsbuild/core': 1.0.1-beta.3 | |
7200 | 8075 | '@types/babel__core': 7.20.5 |
8076 | + deepmerge: 4.3.1 | |
8077 | + reduce-configs: 1.0.0 | |
7201 | 8078 | upath: 2.0.1 |
7202 | 8079 | transitivePeerDependencies: |
7203 | - - '@swc/helpers' | |
7204 | 8080 | - supports-color |
7205 | 8081 | |
7206 | - '@rsbuild/plugin-check-syntax@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8082 | + '@rsbuild/plugin-check-syntax@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7207 | 8083 | dependencies: |
7208 | - '@rsbuild/core': 0.6.15 | |
7209 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7210 | - acorn: 8.12.0 | |
8084 | + '@rsbuild/core': 1.0.1-beta.3 | |
8085 | + acorn: 8.12.1 | |
8086 | + browserslist-to-es-version: 1.0.0 | |
7211 | 8087 | htmlparser2: 9.1.0 |
8088 | + picocolors: 1.0.1 | |
7212 | 8089 | source-map: 0.7.4 |
7213 | - transitivePeerDependencies: | |
7214 | - - '@swc/helpers' | |
7215 | 8090 | |
7216 | - '@rsbuild/plugin-css-minimizer@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19))': | |
8091 | + '@rsbuild/plugin-css-minimizer@1.0.1(@rsbuild/core@1.0.1-beta.3)(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19))': | |
7217 | 8092 | dependencies: |
7218 | - '@rsbuild/core': 0.6.15 | |
7219 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7220 | - css-minimizer-webpack-plugin: 5.0.1(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19)) | |
8093 | + css-minimizer-webpack-plugin: 5.0.1(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)) | |
8094 | + reduce-configs: 1.0.0 | |
8095 | + optionalDependencies: | |
8096 | + '@rsbuild/core': 1.0.1-beta.3 | |
7221 | 8097 | transitivePeerDependencies: |
7222 | 8098 | - '@parcel/css' |
7223 | 8099 | - '@swc/css' |
7224 | - - '@swc/helpers' | |
7225 | 8100 | - clean-css |
7226 | 8101 | - csso |
7227 | 8102 | - esbuild |
7228 | 8103 | - lightningcss |
7229 | 8104 | - webpack |
7230 | 8105 | |
7231 | - '@rsbuild/plugin-node-polyfill@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8106 | + '@rsbuild/plugin-less@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
8107 | + dependencies: | |
8108 | + '@rsbuild/core': 1.0.1-beta.3 | |
8109 | + deepmerge: 4.3.1 | |
8110 | + reduce-configs: 1.0.0 | |
8111 | + | |
8112 | + '@rsbuild/plugin-node-polyfill@1.0.3(@rsbuild/core@1.0.1-beta.3)': | |
7232 | 8113 | dependencies: |
7233 | - '@rsbuild/core': 0.6.15 | |
7234 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7235 | 8114 | assert: 2.1.0 |
7236 | 8115 | browserify-zlib: 0.2.0 |
7237 | 8116 | buffer: 5.7.1 |
... | ... | @@ -7252,118 +8131,106 @@ snapshots: |
7252 | 8131 | string_decoder: 1.3.0 |
7253 | 8132 | timers-browserify: 2.0.12 |
7254 | 8133 | tty-browserify: 0.0.1 |
7255 | - url: 0.11.3 | |
8134 | + url: 0.11.4 | |
7256 | 8135 | util: 0.12.5 |
7257 | 8136 | vm-browserify: 1.1.2 |
7258 | - transitivePeerDependencies: | |
7259 | - - '@swc/helpers' | |
8137 | + optionalDependencies: | |
8138 | + '@rsbuild/core': 1.0.1-beta.3 | |
7260 | 8139 | |
7261 | - '@rsbuild/plugin-pug@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8140 | + '@rsbuild/plugin-pug@1.0.1(@rsbuild/core@1.0.1-beta.3)': | |
7262 | 8141 | dependencies: |
7263 | - '@rsbuild/core': 0.6.15 | |
7264 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7265 | 8142 | '@types/pug': 2.0.10 |
7266 | - pug: 3.0.2 | |
7267 | - transitivePeerDependencies: | |
7268 | - - '@swc/helpers' | |
8143 | + pug: 3.0.3 | |
8144 | + reduce-configs: 1.0.0 | |
8145 | + optionalDependencies: | |
8146 | + '@rsbuild/core': 1.0.1-beta.3 | |
7269 | 8147 | |
7270 | - '@rsbuild/plugin-react@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8148 | + '@rsbuild/plugin-react@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7271 | 8149 | dependencies: |
7272 | - '@rsbuild/core': 0.6.15 | |
7273 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7274 | - '@rspack/plugin-react-refresh': 0.6.5(react-refresh@0.14.2) | |
8150 | + '@rsbuild/core': 1.0.1-beta.3 | |
8151 | + '@rspack/plugin-react-refresh': 1.0.0-alpha.5(react-refresh@0.14.2) | |
7275 | 8152 | react-refresh: 0.14.2 |
7276 | - transitivePeerDependencies: | |
7277 | - - '@swc/helpers' | |
7278 | 8153 | |
7279 | - '@rsbuild/plugin-rem@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8154 | + '@rsbuild/plugin-rem@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7280 | 8155 | dependencies: |
7281 | - '@rsbuild/core': 0.6.15 | |
7282 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7283 | - terser: 5.31.0 | |
7284 | - transitivePeerDependencies: | |
7285 | - - '@swc/helpers' | |
8156 | + '@rsbuild/core': 1.0.1-beta.3 | |
8157 | + deepmerge: 4.3.1 | |
8158 | + terser: 5.31.3 | |
7286 | 8159 | |
7287 | - '@rsbuild/plugin-source-build@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8160 | + '@rsbuild/plugin-sass@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7288 | 8161 | dependencies: |
7289 | - '@rsbuild/core': 0.6.15 | |
7290 | - '@rsbuild/monorepo-utils': 0.6.15(@swc/helpers@0.5.3) | |
7291 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7292 | - transitivePeerDependencies: | |
7293 | - - '@swc/helpers' | |
8162 | + '@rsbuild/core': 1.0.1-beta.3 | |
8163 | + deepmerge: 4.3.1 | |
8164 | + loader-utils: 2.0.4 | |
8165 | + postcss: 8.4.40 | |
8166 | + reduce-configs: 1.0.0 | |
8167 | + sass-embedded: 1.77.8 | |
7294 | 8168 | |
7295 | - '@rsbuild/plugin-styled-components@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8169 | + '@rsbuild/plugin-source-build@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
7296 | 8170 | dependencies: |
7297 | - '@rsbuild/core': 0.6.15 | |
7298 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7299 | - transitivePeerDependencies: | |
7300 | - - '@swc/helpers' | |
8171 | + '@rsbuild/core': 1.0.1-beta.3 | |
8172 | + fast-glob: 3.3.2 | |
8173 | + json5: 2.2.3 | |
8174 | + | |
8175 | + '@rsbuild/plugin-styled-components@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': | |
8176 | + dependencies: | |
8177 | + '@rsbuild/core': 1.0.1-beta.3 | |
8178 | + '@swc/plugin-styled-components': 2.0.9 | |
8179 | + reduce-configs: 1.0.0 | |
7301 | 8180 | |
7302 | - '@rsbuild/plugin-svgr@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)(typescript@5.5.2)': | |
8181 | + '@rsbuild/plugin-svgr@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)(typescript@5.5.4)': | |
7303 | 8182 | dependencies: |
7304 | - '@rsbuild/core': 0.6.15 | |
7305 | - '@rsbuild/plugin-react': 0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3) | |
7306 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7307 | - '@svgr/core': 8.1.0(typescript@5.5.2) | |
7308 | - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.2)) | |
7309 | - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.5.2))(typescript@5.5.2) | |
8183 | + '@rsbuild/core': 1.0.1-beta.3 | |
8184 | + '@rsbuild/plugin-react': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) | |
8185 | + '@svgr/core': 8.1.0(typescript@5.5.4) | |
8186 | + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4)) | |
8187 | + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4))(typescript@5.5.4) | |
8188 | + deepmerge: 4.3.1 | |
8189 | + loader-utils: 2.0.4 | |
7310 | 8190 | transitivePeerDependencies: |
7311 | - - '@swc/helpers' | |
7312 | 8191 | - supports-color |
7313 | 8192 | - typescript |
7314 | 8193 | |
7315 | - '@rsbuild/plugin-toml@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
8194 | + '@rsbuild/plugin-toml@1.0.0(@rsbuild/core@1.0.1-beta.3)': | |
7316 | 8195 | dependencies: |
7317 | - '@rsbuild/core': 0.6.15 | |
7318 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7319 | 8196 | toml: 3.0.0 |
7320 | - transitivePeerDependencies: | |
7321 | - - '@swc/helpers' | |
8197 | + optionalDependencies: | |
8198 | + '@rsbuild/core': 1.0.1-beta.3 | |
7322 | 8199 | |
7323 | - '@rsbuild/plugin-type-check@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)(esbuild@0.17.19)(typescript@5.5.2)': | |
8200 | + '@rsbuild/plugin-type-check@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)(esbuild@0.17.19)(typescript@5.5.4)': | |
7324 | 8201 | dependencies: |
7325 | - '@rsbuild/core': 0.6.15 | |
7326 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7327 | - fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.5.2)(webpack@5.92.1(esbuild@0.17.19)) | |
7328 | - webpack: 5.92.1(esbuild@0.17.19) | |
8202 | + '@rsbuild/core': 1.0.1-beta.3 | |
8203 | + deepmerge: 4.3.1 | |
8204 | + fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.5.4)(webpack@5.93.0(esbuild@0.17.19)) | |
8205 | + json5: 2.2.3 | |
8206 | + reduce-configs: 1.0.0 | |
8207 | + webpack: 5.93.0(esbuild@0.17.19) | |
7329 | 8208 | transitivePeerDependencies: |
7330 | 8209 | - '@swc/core' |
7331 | - - '@swc/helpers' | |
7332 | 8210 | - esbuild |
7333 | 8211 | - typescript |
7334 | 8212 | - uglify-js |
7335 | 8213 | - webpack-cli |
7336 | 8214 | |
7337 | - '@rsbuild/plugin-yaml@0.6.15(@rsbuild/core@0.6.15)(@swc/helpers@0.5.3)': | |
7338 | - dependencies: | |
7339 | - '@rsbuild/core': 0.6.15 | |
7340 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7341 | - transitivePeerDependencies: | |
7342 | - - '@swc/helpers' | |
8215 | + '@rsbuild/plugin-typed-css-modules@1.0.1(@rsbuild/core@1.0.1-beta.3)': | |
8216 | + optionalDependencies: | |
8217 | + '@rsbuild/core': 1.0.1-beta.3 | |
7343 | 8218 | |
7344 | - '@rsbuild/shared@0.6.15(@swc/helpers@0.5.3)': | |
7345 | - dependencies: | |
7346 | - '@rspack/core': 0.6.5(@swc/helpers@0.5.3) | |
7347 | - caniuse-lite: 1.0.30001636 | |
7348 | - postcss: 8.4.38 | |
8219 | + '@rsbuild/plugin-yaml@1.0.1(@rsbuild/core@1.0.1-beta.3)': | |
7349 | 8220 | optionalDependencies: |
7350 | - fsevents: 2.3.3 | |
7351 | - transitivePeerDependencies: | |
7352 | - - '@swc/helpers' | |
8221 | + '@rsbuild/core': 1.0.1-beta.3 | |
7353 | 8222 | |
7354 | - '@rsbuild/webpack@0.6.15(@swc/helpers@0.5.3)(esbuild@0.17.19)': | |
8223 | + '@rsbuild/webpack@1.0.1-beta.3(esbuild@0.17.19)': | |
7355 | 8224 | dependencies: |
7356 | - '@rsbuild/core': 0.6.15 | |
7357 | - '@rsbuild/shared': 0.6.15(@swc/helpers@0.5.3) | |
7358 | - fast-glob: 3.3.2 | |
7359 | - globby: 11.1.0 | |
7360 | - mini-css-extract-plugin: 2.8.1(webpack@5.92.1(esbuild@0.17.19)) | |
7361 | - postcss: 8.4.38 | |
8225 | + '@rsbuild/core': 1.0.1-beta.3 | |
8226 | + copy-webpack-plugin: 11.0.0(webpack@5.93.0(esbuild@0.17.19)) | |
8227 | + mini-css-extract-plugin: 2.9.0(webpack@5.93.0(esbuild@0.17.19)) | |
8228 | + picocolors: 1.0.1 | |
8229 | + reduce-configs: 1.0.0 | |
7362 | 8230 | tsconfig-paths-webpack-plugin: 4.1.0 |
7363 | - webpack: 5.92.1(esbuild@0.17.19) | |
8231 | + webpack: 5.93.0(esbuild@0.17.19) | |
7364 | 8232 | transitivePeerDependencies: |
7365 | 8233 | - '@swc/core' |
7366 | - - '@swc/helpers' | |
7367 | 8234 | - esbuild |
7368 | 8235 | - uglify-js |
7369 | 8236 | - webpack-cli |
... | ... | @@ -7371,30 +8238,57 @@ snapshots: |
7371 | 8238 | '@rspack/binding-darwin-arm64@0.6.5': |
7372 | 8239 | optional: true |
7373 | 8240 | |
8241 | + '@rspack/binding-darwin-arm64@1.0.0-alpha.5': | |
8242 | + optional: true | |
8243 | + | |
7374 | 8244 | '@rspack/binding-darwin-x64@0.6.5': |
7375 | 8245 | optional: true |
7376 | 8246 | |
8247 | + '@rspack/binding-darwin-x64@1.0.0-alpha.5': | |
8248 | + optional: true | |
8249 | + | |
7377 | 8250 | '@rspack/binding-linux-arm64-gnu@0.6.5': |
7378 | 8251 | optional: true |
7379 | 8252 | |
8253 | + '@rspack/binding-linux-arm64-gnu@1.0.0-alpha.5': | |
8254 | + optional: true | |
8255 | + | |
7380 | 8256 | '@rspack/binding-linux-arm64-musl@0.6.5': |
7381 | 8257 | optional: true |
7382 | 8258 | |
8259 | + '@rspack/binding-linux-arm64-musl@1.0.0-alpha.5': | |
8260 | + optional: true | |
8261 | + | |
7383 | 8262 | '@rspack/binding-linux-x64-gnu@0.6.5': |
7384 | 8263 | optional: true |
7385 | 8264 | |
8265 | + '@rspack/binding-linux-x64-gnu@1.0.0-alpha.5': | |
8266 | + optional: true | |
8267 | + | |
7386 | 8268 | '@rspack/binding-linux-x64-musl@0.6.5': |
7387 | 8269 | optional: true |
7388 | 8270 | |
8271 | + '@rspack/binding-linux-x64-musl@1.0.0-alpha.5': | |
8272 | + optional: true | |
8273 | + | |
7389 | 8274 | '@rspack/binding-win32-arm64-msvc@0.6.5': |
7390 | 8275 | optional: true |
7391 | 8276 | |
8277 | + '@rspack/binding-win32-arm64-msvc@1.0.0-alpha.5': | |
8278 | + optional: true | |
8279 | + | |
7392 | 8280 | '@rspack/binding-win32-ia32-msvc@0.6.5': |
7393 | 8281 | optional: true |
7394 | 8282 | |
8283 | + '@rspack/binding-win32-ia32-msvc@1.0.0-alpha.5': | |
8284 | + optional: true | |
8285 | + | |
7395 | 8286 | '@rspack/binding-win32-x64-msvc@0.6.5': |
7396 | 8287 | optional: true |
7397 | 8288 | |
8289 | + '@rspack/binding-win32-x64-msvc@1.0.0-alpha.5': | |
8290 | + optional: true | |
8291 | + | |
7398 | 8292 | '@rspack/binding@0.6.5': |
7399 | 8293 | optionalDependencies: |
7400 | 8294 | '@rspack/binding-darwin-arm64': 0.6.5 |
... | ... | @@ -7406,74 +8300,102 @@ snapshots: |
7406 | 8300 | '@rspack/binding-win32-arm64-msvc': 0.6.5 |
7407 | 8301 | '@rspack/binding-win32-ia32-msvc': 0.6.5 |
7408 | 8302 | '@rspack/binding-win32-x64-msvc': 0.6.5 |
8303 | + optional: true | |
7409 | 8304 | |
7410 | - '@rspack/core@0.6.5(@swc/helpers@0.5.3)': | |
8305 | + '@rspack/binding@1.0.0-alpha.5': | |
8306 | + optionalDependencies: | |
8307 | + '@rspack/binding-darwin-arm64': 1.0.0-alpha.5 | |
8308 | + '@rspack/binding-darwin-x64': 1.0.0-alpha.5 | |
8309 | + '@rspack/binding-linux-arm64-gnu': 1.0.0-alpha.5 | |
8310 | + '@rspack/binding-linux-arm64-musl': 1.0.0-alpha.5 | |
8311 | + '@rspack/binding-linux-x64-gnu': 1.0.0-alpha.5 | |
8312 | + '@rspack/binding-linux-x64-musl': 1.0.0-alpha.5 | |
8313 | + '@rspack/binding-win32-arm64-msvc': 1.0.0-alpha.5 | |
8314 | + '@rspack/binding-win32-ia32-msvc': 1.0.0-alpha.5 | |
8315 | + '@rspack/binding-win32-x64-msvc': 1.0.0-alpha.5 | |
8316 | + | |
8317 | + '@rspack/core@0.6.5(@swc/helpers@0.5.11)': | |
7411 | 8318 | dependencies: |
7412 | 8319 | '@module-federation/runtime-tools': 0.1.6 |
7413 | 8320 | '@rspack/binding': 0.6.5 |
7414 | - caniuse-lite: 1.0.30001636 | |
8321 | + caniuse-lite: 1.0.30001644 | |
7415 | 8322 | enhanced-resolve: 5.12.0 |
7416 | 8323 | tapable: 2.2.1 |
7417 | 8324 | webpack-sources: 3.2.3 |
7418 | 8325 | optionalDependencies: |
7419 | - '@swc/helpers': 0.5.3 | |
8326 | + '@swc/helpers': 0.5.11 | |
8327 | + optional: true | |
7420 | 8328 | |
7421 | - '@rspack/plugin-react-refresh@0.6.5(react-refresh@0.14.2)': | |
8329 | + '@rspack/core@1.0.0-alpha.5(@swc/helpers@0.5.11)': | |
8330 | + dependencies: | |
8331 | + '@module-federation/runtime-tools': 0.2.3 | |
8332 | + '@rspack/binding': 1.0.0-alpha.5 | |
8333 | + '@rspack/lite-tapable': 1.0.0-alpha.5 | |
8334 | + caniuse-lite: 1.0.30001644 | |
8335 | + optionalDependencies: | |
8336 | + '@swc/helpers': 0.5.11 | |
8337 | + | |
8338 | + '@rspack/lite-tapable@1.0.0-alpha.5': {} | |
8339 | + | |
8340 | + '@rspack/plugin-react-refresh@1.0.0-alpha.5(react-refresh@0.14.2)': | |
8341 | + dependencies: | |
8342 | + error-stack-parser: 2.1.4 | |
8343 | + html-entities: 2.5.2 | |
7422 | 8344 | optionalDependencies: |
7423 | 8345 | react-refresh: 0.14.2 |
7424 | 8346 | |
7425 | 8347 | '@sinclair/typebox@0.27.8': {} |
7426 | 8348 | |
7427 | - '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.7)': | |
8349 | + '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.25.2)': | |
7428 | 8350 | dependencies: |
7429 | - '@babel/core': 7.24.7 | |
8351 | + '@babel/core': 7.25.2 | |
7430 | 8352 | |
7431 | - '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.7)': | |
8353 | + '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.25.2)': | |
7432 | 8354 | dependencies: |
7433 | - '@babel/core': 7.24.7 | |
8355 | + '@babel/core': 7.25.2 | |
7434 | 8356 | |
7435 | - '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.7)': | |
8357 | + '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.25.2)': | |
7436 | 8358 | dependencies: |
7437 | - '@babel/core': 7.24.7 | |
8359 | + '@babel/core': 7.25.2 | |
7438 | 8360 | |
7439 | - '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.7)': | |
8361 | + '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.25.2)': | |
7440 | 8362 | dependencies: |
7441 | - '@babel/core': 7.24.7 | |
8363 | + '@babel/core': 7.25.2 | |
7442 | 8364 | |
7443 | - '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.7)': | |
8365 | + '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.25.2)': | |
7444 | 8366 | dependencies: |
7445 | - '@babel/core': 7.24.7 | |
8367 | + '@babel/core': 7.25.2 | |
7446 | 8368 | |
7447 | - '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.7)': | |
8369 | + '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.25.2)': | |
7448 | 8370 | dependencies: |
7449 | - '@babel/core': 7.24.7 | |
8371 | + '@babel/core': 7.25.2 | |
7450 | 8372 | |
7451 | - '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.7)': | |
8373 | + '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.25.2)': | |
7452 | 8374 | dependencies: |
7453 | - '@babel/core': 7.24.7 | |
8375 | + '@babel/core': 7.25.2 | |
7454 | 8376 | |
7455 | - '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.7)': | |
8377 | + '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.25.2)': | |
7456 | 8378 | dependencies: |
7457 | - '@babel/core': 7.24.7 | |
8379 | + '@babel/core': 7.25.2 | |
7458 | 8380 | |
7459 | - '@svgr/babel-preset@8.1.0(@babel/core@7.24.7)': | |
8381 | + '@svgr/babel-preset@8.1.0(@babel/core@7.25.2)': | |
7460 | 8382 | dependencies: |
7461 | - '@babel/core': 7.24.7 | |
7462 | - '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.24.7) | |
7463 | - '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.7) | |
7464 | - '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.7) | |
7465 | - '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.24.7) | |
7466 | - '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.24.7) | |
7467 | - '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.24.7) | |
7468 | - '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.7) | |
7469 | - '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.7) | |
8383 | + '@babel/core': 7.25.2 | |
8384 | + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.25.2) | |
8385 | + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.25.2) | |
8386 | + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.25.2) | |
8387 | + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.25.2) | |
8388 | + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.25.2) | |
8389 | + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.25.2) | |
8390 | + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.25.2) | |
8391 | + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.25.2) | |
7470 | 8392 | |
7471 | - '@svgr/core@8.1.0(typescript@5.5.2)': | |
8393 | + '@svgr/core@8.1.0(typescript@5.5.4)': | |
7472 | 8394 | dependencies: |
7473 | - '@babel/core': 7.24.7 | |
7474 | - '@svgr/babel-preset': 8.1.0(@babel/core@7.24.7) | |
8395 | + '@babel/core': 7.25.2 | |
8396 | + '@svgr/babel-preset': 8.1.0(@babel/core@7.25.2) | |
7475 | 8397 | camelcase: 6.3.0 |
7476 | - cosmiconfig: 8.3.6(typescript@5.5.2) | |
8398 | + cosmiconfig: 8.3.6(typescript@5.5.4) | |
7477 | 8399 | snake-case: 3.0.4 |
7478 | 8400 | transitivePeerDependencies: |
7479 | 8401 | - supports-color |
... | ... | @@ -7481,65 +8403,80 @@ snapshots: |
7481 | 8403 | |
7482 | 8404 | '@svgr/hast-util-to-babel-ast@8.0.0': |
7483 | 8405 | dependencies: |
7484 | - '@babel/types': 7.24.7 | |
8406 | + '@babel/types': 7.25.2 | |
7485 | 8407 | entities: 4.5.0 |
7486 | 8408 | |
7487 | - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.2))': | |
8409 | + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))': | |
7488 | 8410 | dependencies: |
7489 | - '@babel/core': 7.24.7 | |
7490 | - '@svgr/babel-preset': 8.1.0(@babel/core@7.24.7) | |
7491 | - '@svgr/core': 8.1.0(typescript@5.5.2) | |
8411 | + '@babel/core': 7.25.2 | |
8412 | + '@svgr/babel-preset': 8.1.0(@babel/core@7.25.2) | |
8413 | + '@svgr/core': 8.1.0(typescript@5.5.4) | |
7492 | 8414 | '@svgr/hast-util-to-babel-ast': 8.0.0 |
7493 | 8415 | svg-parser: 2.0.4 |
7494 | 8416 | transitivePeerDependencies: |
7495 | 8417 | - supports-color |
7496 | 8418 | |
7497 | - '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.5.2))(typescript@5.5.2)': | |
8419 | + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))(typescript@5.5.4)': | |
7498 | 8420 | dependencies: |
7499 | - '@svgr/core': 8.1.0(typescript@5.5.2) | |
7500 | - cosmiconfig: 8.3.6(typescript@5.5.2) | |
8421 | + '@svgr/core': 8.1.0(typescript@5.5.4) | |
8422 | + cosmiconfig: 8.3.6(typescript@5.5.4) | |
7501 | 8423 | deepmerge: 4.3.1 |
7502 | 8424 | svgo: 3.3.2 |
7503 | 8425 | transitivePeerDependencies: |
7504 | 8426 | - typescript |
7505 | 8427 | |
8428 | + '@swc/counter@0.1.3': {} | |
8429 | + | |
7506 | 8430 | '@swc/helpers@0.5.1': |
7507 | 8431 | dependencies: |
7508 | 8432 | tslib: 2.6.3 |
7509 | 8433 | |
8434 | + '@swc/helpers@0.5.11': | |
8435 | + dependencies: | |
8436 | + tslib: 2.6.3 | |
8437 | + | |
7510 | 8438 | '@swc/helpers@0.5.3': |
7511 | 8439 | dependencies: |
7512 | 8440 | tslib: 2.6.3 |
7513 | 8441 | |
8442 | + '@swc/plugin-styled-components@2.0.9': | |
8443 | + dependencies: | |
8444 | + '@swc/counter': 0.1.3 | |
8445 | + | |
7514 | 8446 | '@trysound/sax@0.2.0': {} |
7515 | 8447 | |
7516 | 8448 | '@types/babel__core@7.20.5': |
7517 | 8449 | dependencies: |
7518 | - '@babel/parser': 7.24.7 | |
7519 | - '@babel/types': 7.24.7 | |
8450 | + '@babel/parser': 7.25.0 | |
8451 | + '@babel/types': 7.25.2 | |
7520 | 8452 | '@types/babel__generator': 7.6.8 |
7521 | 8453 | '@types/babel__template': 7.4.4 |
7522 | 8454 | '@types/babel__traverse': 7.20.6 |
7523 | 8455 | |
7524 | 8456 | '@types/babel__generator@7.6.8': |
7525 | 8457 | dependencies: |
7526 | - '@babel/types': 7.24.7 | |
8458 | + '@babel/types': 7.25.2 | |
7527 | 8459 | |
7528 | 8460 | '@types/babel__template@7.4.4': |
7529 | 8461 | dependencies: |
7530 | - '@babel/parser': 7.24.7 | |
7531 | - '@babel/types': 7.24.7 | |
8462 | + '@babel/parser': 7.25.0 | |
8463 | + '@babel/types': 7.25.2 | |
7532 | 8464 | |
7533 | 8465 | '@types/babel__traverse@7.20.6': |
7534 | 8466 | dependencies: |
7535 | - '@babel/types': 7.24.7 | |
8467 | + '@babel/types': 7.25.2 | |
7536 | 8468 | |
7537 | 8469 | '@types/eslint-scope@3.7.7': |
7538 | 8470 | dependencies: |
7539 | - '@types/eslint': 8.56.10 | |
8471 | + '@types/eslint': 9.6.0 | |
8472 | + '@types/estree': 1.0.5 | |
8473 | + | |
8474 | + '@types/eslint@8.56.11': | |
8475 | + dependencies: | |
7540 | 8476 | '@types/estree': 1.0.5 |
8477 | + '@types/json-schema': 7.0.15 | |
7541 | 8478 | |
7542 | - '@types/eslint@8.56.10': | |
8479 | + '@types/eslint@9.6.0': | |
7543 | 8480 | dependencies: |
7544 | 8481 | '@types/estree': 1.0.5 |
7545 | 8482 | '@types/json-schema': 7.0.15 |
... | ... | @@ -7578,7 +8515,7 @@ snapshots: |
7578 | 8515 | |
7579 | 8516 | '@types/minimist@1.2.5': {} |
7580 | 8517 | |
7581 | - '@types/node@18.19.39': | |
8518 | + '@types/node@18.19.42': | |
7582 | 8519 | dependencies: |
7583 | 8520 | undici-types: 5.26.5 |
7584 | 8521 | |
... | ... | @@ -7619,34 +8556,34 @@ snapshots: |
7619 | 8556 | dependencies: |
7620 | 8557 | '@types/yargs-parser': 21.0.3 |
7621 | 8558 | |
7622 | - '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2)': | |
8559 | + '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': | |
7623 | 8560 | dependencies: |
7624 | - '@eslint-community/regexpp': 4.10.1 | |
7625 | - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
8561 | + '@eslint-community/regexpp': 4.11.0 | |
8562 | + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
7626 | 8563 | '@typescript-eslint/scope-manager': 5.62.0 |
7627 | - '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
7628 | - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
7629 | - debug: 4.3.5(supports-color@5.5.0) | |
8564 | + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
8565 | + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
8566 | + debug: 4.3.6(supports-color@5.5.0) | |
7630 | 8567 | eslint: 8.57.0 |
7631 | 8568 | graphemer: 1.4.0 |
7632 | 8569 | ignore: 5.3.1 |
7633 | 8570 | natural-compare-lite: 1.4.0 |
7634 | - semver: 7.6.2 | |
7635 | - tsutils: 3.21.0(typescript@5.5.2) | |
8571 | + semver: 7.6.3 | |
8572 | + tsutils: 3.21.0(typescript@5.5.4) | |
7636 | 8573 | optionalDependencies: |
7637 | - typescript: 5.5.2 | |
8574 | + typescript: 5.5.4 | |
7638 | 8575 | transitivePeerDependencies: |
7639 | 8576 | - supports-color |
7640 | 8577 | |
7641 | - '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2)': | |
8578 | + '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4)': | |
7642 | 8579 | dependencies: |
7643 | 8580 | '@typescript-eslint/scope-manager': 5.62.0 |
7644 | 8581 | '@typescript-eslint/types': 5.62.0 |
7645 | - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.2) | |
7646 | - debug: 4.3.5(supports-color@5.5.0) | |
8582 | + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) | |
8583 | + debug: 4.3.6(supports-color@5.5.0) | |
7647 | 8584 | eslint: 8.57.0 |
7648 | 8585 | optionalDependencies: |
7649 | - typescript: 5.5.2 | |
8586 | + typescript: 5.5.4 | |
7650 | 8587 | transitivePeerDependencies: |
7651 | 8588 | - supports-color |
7652 | 8589 | |
... | ... | @@ -7655,45 +8592,45 @@ snapshots: |
7655 | 8592 | '@typescript-eslint/types': 5.62.0 |
7656 | 8593 | '@typescript-eslint/visitor-keys': 5.62.0 |
7657 | 8594 | |
7658 | - '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.5.2)': | |
8595 | + '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': | |
7659 | 8596 | dependencies: |
7660 | - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.2) | |
7661 | - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
7662 | - debug: 4.3.5(supports-color@5.5.0) | |
8597 | + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) | |
8598 | + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
8599 | + debug: 4.3.6(supports-color@5.5.0) | |
7663 | 8600 | eslint: 8.57.0 |
7664 | - tsutils: 3.21.0(typescript@5.5.2) | |
8601 | + tsutils: 3.21.0(typescript@5.5.4) | |
7665 | 8602 | optionalDependencies: |
7666 | - typescript: 5.5.2 | |
8603 | + typescript: 5.5.4 | |
7667 | 8604 | transitivePeerDependencies: |
7668 | 8605 | - supports-color |
7669 | 8606 | |
7670 | 8607 | '@typescript-eslint/types@5.62.0': {} |
7671 | 8608 | |
7672 | - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.2)': | |
8609 | + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': | |
7673 | 8610 | dependencies: |
7674 | 8611 | '@typescript-eslint/types': 5.62.0 |
7675 | 8612 | '@typescript-eslint/visitor-keys': 5.62.0 |
7676 | - debug: 4.3.5(supports-color@5.5.0) | |
8613 | + debug: 4.3.6(supports-color@5.5.0) | |
7677 | 8614 | globby: 11.1.0 |
7678 | 8615 | is-glob: 4.0.3 |
7679 | - semver: 7.6.2 | |
7680 | - tsutils: 3.21.0(typescript@5.5.2) | |
8616 | + semver: 7.6.3 | |
8617 | + tsutils: 3.21.0(typescript@5.5.4) | |
7681 | 8618 | optionalDependencies: |
7682 | - typescript: 5.5.2 | |
8619 | + typescript: 5.5.4 | |
7683 | 8620 | transitivePeerDependencies: |
7684 | 8621 | - supports-color |
7685 | 8622 | |
7686 | - '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.2)': | |
8623 | + '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': | |
7687 | 8624 | dependencies: |
7688 | 8625 | '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) |
7689 | 8626 | '@types/json-schema': 7.0.15 |
7690 | 8627 | '@types/semver': 7.5.8 |
7691 | 8628 | '@typescript-eslint/scope-manager': 5.62.0 |
7692 | 8629 | '@typescript-eslint/types': 5.62.0 |
7693 | - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.2) | |
8630 | + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) | |
7694 | 8631 | eslint: 8.57.0 |
7695 | 8632 | eslint-scope: 5.1.1 |
7696 | - semver: 7.6.2 | |
8633 | + semver: 7.6.3 | |
7697 | 8634 | transitivePeerDependencies: |
7698 | 8635 | - supports-color |
7699 | 8636 | - typescript |
... | ... | @@ -7712,6 +8649,24 @@ snapshots: |
7712 | 8649 | '@use-gesture/core': 10.2.20 |
7713 | 8650 | react: 18.3.1 |
7714 | 8651 | |
8652 | + '@vercel/nft@0.26.5': | |
8653 | + dependencies: | |
8654 | + '@mapbox/node-pre-gyp': 1.0.11 | |
8655 | + '@rollup/pluginutils': 4.2.1 | |
8656 | + acorn: 8.12.1 | |
8657 | + acorn-import-attributes: 1.9.5(acorn@8.12.1) | |
8658 | + async-sema: 3.1.1 | |
8659 | + bindings: 1.5.0 | |
8660 | + estree-walker: 2.0.2 | |
8661 | + glob: 7.2.3 | |
8662 | + graceful-fs: 4.2.11 | |
8663 | + micromatch: 4.0.7 | |
8664 | + node-gyp-build: 4.8.1 | |
8665 | + resolve-from: 5.0.0 | |
8666 | + transitivePeerDependencies: | |
8667 | + - encoding | |
8668 | + - supports-color | |
8669 | + | |
7715 | 8670 | '@web-std/blob@3.0.5': |
7716 | 8671 | dependencies: |
7717 | 8672 | '@web-std/stream': 1.0.0 |
... | ... | @@ -7829,26 +8784,34 @@ snapshots: |
7829 | 8784 | '@zxing/text-encoding@0.9.0': |
7830 | 8785 | optional: true |
7831 | 8786 | |
8787 | + abbrev@1.1.1: {} | |
8788 | + | |
7832 | 8789 | abort-controller@3.0.0: |
7833 | 8790 | dependencies: |
7834 | 8791 | event-target-shim: 5.0.1 |
7835 | 8792 | |
7836 | - acorn-import-attributes@1.9.5(acorn@8.12.0): | |
8793 | + acorn-import-attributes@1.9.5(acorn@8.12.1): | |
7837 | 8794 | dependencies: |
7838 | - acorn: 8.12.0 | |
8795 | + acorn: 8.12.1 | |
7839 | 8796 | |
7840 | - acorn-jsx@5.3.2(acorn@8.12.0): | |
8797 | + acorn-jsx@5.3.2(acorn@8.12.1): | |
7841 | 8798 | dependencies: |
7842 | - acorn: 8.12.0 | |
8799 | + acorn: 8.12.1 | |
7843 | 8800 | |
7844 | 8801 | acorn@7.4.1: {} |
7845 | 8802 | |
7846 | - acorn@8.12.0: {} | |
8803 | + acorn@8.12.1: {} | |
8804 | + | |
8805 | + agent-base@6.0.2: | |
8806 | + dependencies: | |
8807 | + debug: 4.3.6(supports-color@5.5.0) | |
8808 | + transitivePeerDependencies: | |
8809 | + - supports-color | |
7847 | 8810 | |
7848 | 8811 | ahooks@3.8.0(react@18.3.1): |
7849 | 8812 | dependencies: |
7850 | - '@babel/runtime': 7.24.7 | |
7851 | - dayjs: 1.11.11 | |
8813 | + '@babel/runtime': 7.25.0 | |
8814 | + dayjs: 1.11.12 | |
7852 | 8815 | intersection-observer: 0.12.2 |
7853 | 8816 | js-cookie: 2.2.1 |
7854 | 8817 | lodash: 4.17.21 |
... | ... | @@ -7858,17 +8821,17 @@ snapshots: |
7858 | 8821 | screenfull: 5.2.0 |
7859 | 8822 | tslib: 2.6.3 |
7860 | 8823 | |
7861 | - ajv-formats@2.1.1(ajv@8.16.0): | |
8824 | + ajv-formats@2.1.1(ajv@8.17.1): | |
7862 | 8825 | optionalDependencies: |
7863 | - ajv: 8.16.0 | |
8826 | + ajv: 8.17.1 | |
7864 | 8827 | |
7865 | 8828 | ajv-keywords@3.5.2(ajv@6.12.6): |
7866 | 8829 | dependencies: |
7867 | 8830 | ajv: 6.12.6 |
7868 | 8831 | |
7869 | - ajv-keywords@5.1.0(ajv@8.16.0): | |
8832 | + ajv-keywords@5.1.0(ajv@8.17.1): | |
7870 | 8833 | dependencies: |
7871 | - ajv: 8.16.0 | |
8834 | + ajv: 8.17.1 | |
7872 | 8835 | fast-deep-equal: 3.1.3 |
7873 | 8836 | |
7874 | 8837 | ajv@6.12.6: |
... | ... | @@ -7878,18 +8841,20 @@ snapshots: |
7878 | 8841 | json-schema-traverse: 0.4.1 |
7879 | 8842 | uri-js: 4.4.1 |
7880 | 8843 | |
7881 | - ajv@8.16.0: | |
8844 | + ajv@8.17.1: | |
7882 | 8845 | dependencies: |
7883 | 8846 | fast-deep-equal: 3.1.3 |
8847 | + fast-uri: 3.0.1 | |
7884 | 8848 | json-schema-traverse: 1.0.0 |
7885 | 8849 | require-from-string: 2.0.2 |
7886 | - uri-js: 4.4.1 | |
7887 | 8850 | |
7888 | 8851 | ansi-escapes@4.3.2: |
7889 | 8852 | dependencies: |
7890 | 8853 | type-fest: 0.21.3 |
7891 | 8854 | |
7892 | - ansi-escapes@6.2.1: {} | |
8855 | + ansi-escapes@7.0.0: | |
8856 | + dependencies: | |
8857 | + environment: 1.1.0 | |
7893 | 8858 | |
7894 | 8859 | ansi-html-community@0.0.8: {} |
7895 | 8860 | |
... | ... | @@ -7909,6 +8874,64 @@ snapshots: |
7909 | 8874 | |
7910 | 8875 | ansi-styles@6.2.1: {} |
7911 | 8876 | |
8877 | + antd@5.19.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
8878 | + dependencies: | |
8879 | + '@ant-design/colors': 7.1.0 | |
8880 | + '@ant-design/cssinjs': 1.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8881 | + '@ant-design/cssinjs-utils': 1.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8882 | + '@ant-design/icons': 5.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8883 | + '@ant-design/react-slick': 1.1.2(react@18.3.1) | |
8884 | + '@babel/runtime': 7.25.0 | |
8885 | + '@ctrl/tinycolor': 3.6.1 | |
8886 | + '@rc-component/color-picker': 1.5.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8887 | + '@rc-component/mutate-observer': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8888 | + '@rc-component/qrcode': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8889 | + '@rc-component/tour': 1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8890 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8891 | + classnames: 2.5.1 | |
8892 | + copy-to-clipboard: 3.3.3 | |
8893 | + dayjs: 1.11.12 | |
8894 | + rc-cascader: 3.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8895 | + rc-checkbox: 3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8896 | + rc-collapse: 3.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8897 | + rc-dialog: 9.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8898 | + rc-drawer: 7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8899 | + rc-dropdown: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8900 | + rc-field-form: 2.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8901 | + rc-image: 7.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8902 | + rc-input: 1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8903 | + rc-input-number: 9.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8904 | + rc-mentions: 2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8905 | + rc-menu: 9.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8906 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8907 | + rc-notification: 5.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8908 | + rc-pagination: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8909 | + rc-picker: 4.6.10(dayjs@1.11.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8910 | + rc-progress: 4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8911 | + rc-rate: 2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8912 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8913 | + rc-segmented: 2.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8914 | + rc-select: 14.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8915 | + rc-slider: 10.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8916 | + rc-steps: 6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8917 | + rc-switch: 4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8918 | + rc-table: 7.45.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8919 | + rc-tabs: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8920 | + rc-textarea: 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8921 | + rc-tooltip: 6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8922 | + rc-tree: 5.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8923 | + rc-tree-select: 5.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8924 | + rc-upload: 4.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8925 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
8926 | + react: 18.3.1 | |
8927 | + react-dom: 18.3.1(react@18.3.1) | |
8928 | + scroll-into-view-if-needed: 3.1.0 | |
8929 | + throttle-debounce: 5.0.2 | |
8930 | + transitivePeerDependencies: | |
8931 | + - date-fns | |
8932 | + - luxon | |
8933 | + - moment | |
8934 | + | |
7912 | 8935 | any-promise@1.3.0: {} |
7913 | 8936 | |
7914 | 8937 | anymatch@3.1.3: |
... | ... | @@ -7916,12 +8939,17 @@ snapshots: |
7916 | 8939 | normalize-path: 3.0.0 |
7917 | 8940 | picomatch: 2.3.1 |
7918 | 8941 | |
8942 | + aproba@2.0.0: {} | |
8943 | + | |
8944 | + are-we-there-yet@2.0.0: | |
8945 | + dependencies: | |
8946 | + delegates: 1.0.0 | |
8947 | + readable-stream: 3.6.2 | |
8948 | + | |
7919 | 8949 | arg@5.0.2: {} |
7920 | 8950 | |
7921 | 8951 | argparse@2.0.1: {} |
7922 | 8952 | |
7923 | - arr-union@3.1.0: {} | |
7924 | - | |
7925 | 8953 | array-buffer-byte-length@1.0.1: |
7926 | 8954 | dependencies: |
7927 | 8955 | call-bind: 1.0.7 |
... | ... | @@ -7936,6 +8964,8 @@ snapshots: |
7936 | 8964 | get-intrinsic: 1.2.4 |
7937 | 8965 | is-string: 1.0.7 |
7938 | 8966 | |
8967 | + array-tree-filter@2.1.0: {} | |
8968 | + | |
7939 | 8969 | array-union@2.1.0: {} |
7940 | 8970 | |
7941 | 8971 | array.prototype.findlast@1.2.5: |
... | ... | @@ -7970,13 +9000,6 @@ snapshots: |
7970 | 9000 | es-abstract: 1.23.3 |
7971 | 9001 | es-shim-unscopables: 1.0.2 |
7972 | 9002 | |
7973 | - array.prototype.toreversed@1.1.2: | |
7974 | - dependencies: | |
7975 | - call-bind: 1.0.7 | |
7976 | - define-properties: 1.2.1 | |
7977 | - es-abstract: 1.23.3 | |
7978 | - es-shim-unscopables: 1.0.2 | |
7979 | - | |
7980 | 9003 | array.prototype.tosorted@1.1.4: |
7981 | 9004 | dependencies: |
7982 | 9005 | call-bind: 1.0.7 |
... | ... | @@ -8006,7 +9029,7 @@ snapshots: |
8006 | 9029 | inherits: 2.0.4 |
8007 | 9030 | minimalistic-assert: 1.0.1 |
8008 | 9031 | |
8009 | - assert-never@1.2.1: {} | |
9032 | + assert-never@1.3.0: {} | |
8010 | 9033 | |
8011 | 9034 | assert@2.1.0: |
8012 | 9035 | dependencies: |
... | ... | @@ -8018,6 +9041,8 @@ snapshots: |
8018 | 9041 | |
8019 | 9042 | astral-regex@2.0.0: {} |
8020 | 9043 | |
9044 | + async-sema@3.1.1: {} | |
9045 | + | |
8021 | 9046 | async-validator@4.2.5: {} |
8022 | 9047 | |
8023 | 9048 | asynckit@0.4.0: {} |
... | ... | @@ -8034,12 +9059,12 @@ snapshots: |
8034 | 9059 | transitivePeerDependencies: |
8035 | 9060 | - debug |
8036 | 9061 | |
8037 | - babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.92.1(esbuild@0.17.19)): | |
9062 | + babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.17.19)): | |
8038 | 9063 | dependencies: |
8039 | - '@babel/core': 7.24.7 | |
9064 | + '@babel/core': 7.25.2 | |
8040 | 9065 | find-cache-dir: 4.0.0 |
8041 | 9066 | schema-utils: 4.2.0 |
8042 | - webpack: 5.92.1(esbuild@0.17.19) | |
9067 | + webpack: 5.93.0(esbuild@0.17.19) | |
8043 | 9068 | |
8044 | 9069 | babel-plugin-dynamic-import-node@2.3.3: |
8045 | 9070 | dependencies: |
... | ... | @@ -8053,52 +9078,52 @@ snapshots: |
8053 | 9078 | |
8054 | 9079 | babel-plugin-macros@3.1.0: |
8055 | 9080 | dependencies: |
8056 | - '@babel/runtime': 7.24.7 | |
9081 | + '@babel/runtime': 7.25.0 | |
8057 | 9082 | cosmiconfig: 7.1.0 |
8058 | 9083 | resolve: 1.22.8 |
8059 | 9084 | |
8060 | - babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.7): | |
9085 | + babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): | |
8061 | 9086 | dependencies: |
8062 | - '@babel/compat-data': 7.24.7 | |
8063 | - '@babel/core': 7.24.7 | |
8064 | - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7) | |
9087 | + '@babel/compat-data': 7.25.2 | |
9088 | + '@babel/core': 7.25.2 | |
9089 | + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) | |
8065 | 9090 | semver: 6.3.1 |
8066 | 9091 | transitivePeerDependencies: |
8067 | 9092 | - supports-color |
8068 | 9093 | |
8069 | - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.7): | |
9094 | + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.25.2): | |
8070 | 9095 | dependencies: |
8071 | - '@babel/core': 7.24.7 | |
8072 | - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7) | |
9096 | + '@babel/core': 7.25.2 | |
9097 | + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) | |
8073 | 9098 | core-js-compat: 3.37.1 |
8074 | 9099 | transitivePeerDependencies: |
8075 | 9100 | - supports-color |
8076 | 9101 | |
8077 | - babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.7): | |
9102 | + babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): | |
8078 | 9103 | dependencies: |
8079 | - '@babel/core': 7.24.7 | |
8080 | - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7) | |
9104 | + '@babel/core': 7.25.2 | |
9105 | + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) | |
8081 | 9106 | transitivePeerDependencies: |
8082 | 9107 | - supports-color |
8083 | 9108 | |
8084 | - babel-plugin-styled-components@1.13.3(styled-components@5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)): | |
9109 | + babel-plugin-styled-components@1.13.3(styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)): | |
8085 | 9110 | dependencies: |
8086 | 9111 | '@babel/helper-annotate-as-pure': 7.24.7 |
8087 | 9112 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
8088 | 9113 | babel-plugin-syntax-jsx: 6.18.0 |
8089 | 9114 | lodash: 4.17.21 |
8090 | - styled-components: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | |
9115 | + styled-components: 5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | |
8091 | 9116 | transitivePeerDependencies: |
8092 | 9117 | - supports-color |
8093 | 9118 | |
8094 | - babel-plugin-styled-components@2.1.4(@babel/core@7.24.7)(styled-components@5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(supports-color@5.5.0): | |
9119 | + babel-plugin-styled-components@2.1.4(@babel/core@7.25.2)(styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(supports-color@5.5.0): | |
8095 | 9120 | dependencies: |
8096 | 9121 | '@babel/helper-annotate-as-pure': 7.24.7 |
8097 | 9122 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
8098 | - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) | |
9123 | + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) | |
8099 | 9124 | lodash: 4.17.21 |
8100 | 9125 | picomatch: 2.3.1 |
8101 | - styled-components: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | |
9126 | + styled-components: 5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) | |
8102 | 9127 | transitivePeerDependencies: |
8103 | 9128 | - '@babel/core' |
8104 | 9129 | - supports-color |
... | ... | @@ -8107,16 +9132,16 @@ snapshots: |
8107 | 9132 | |
8108 | 9133 | babel-plugin-transform-react-remove-prop-types@0.4.24: {} |
8109 | 9134 | |
8110 | - babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.24.7)(@babel/traverse@7.24.7): | |
9135 | + babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.25.2)(@babel/traverse@7.25.2): | |
8111 | 9136 | dependencies: |
8112 | - '@babel/core': 7.24.7 | |
8113 | - '@babel/helper-plugin-utils': 7.24.7 | |
9137 | + '@babel/core': 7.25.2 | |
9138 | + '@babel/helper-plugin-utils': 7.24.8 | |
8114 | 9139 | optionalDependencies: |
8115 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
9140 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
8116 | 9141 | |
8117 | 9142 | babel-walk@3.0.0-canary-5: |
8118 | 9143 | dependencies: |
8119 | - '@babel/types': 7.24.7 | |
9144 | + '@babel/types': 7.25.2 | |
8120 | 9145 | |
8121 | 9146 | balanced-match@1.0.2: {} |
8122 | 9147 | |
... | ... | @@ -8128,6 +9153,10 @@ snapshots: |
8128 | 9153 | |
8129 | 9154 | binary-extensions@2.3.0: {} |
8130 | 9155 | |
9156 | + bindings@1.5.0: | |
9157 | + dependencies: | |
9158 | + file-uri-to-path: 1.0.0 | |
9159 | + | |
8131 | 9160 | bn.js@4.12.0: {} |
8132 | 9161 | |
8133 | 9162 | bn.js@5.2.1: {} |
... | ... | @@ -8182,7 +9211,7 @@ snapshots: |
8182 | 9211 | browserify-rsa: 4.1.0 |
8183 | 9212 | create-hash: 1.2.0 |
8184 | 9213 | create-hmac: 1.1.7 |
8185 | - elliptic: 6.5.5 | |
9214 | + elliptic: 6.5.6 | |
8186 | 9215 | hash-base: 3.0.4 |
8187 | 9216 | inherits: 2.0.4 |
8188 | 9217 | parse-asn1: 5.1.7 |
... | ... | @@ -8193,12 +9222,25 @@ snapshots: |
8193 | 9222 | dependencies: |
8194 | 9223 | pako: 1.0.11 |
8195 | 9224 | |
9225 | + browserslist-to-es-version@1.0.0: | |
9226 | + dependencies: | |
9227 | + browserslist: 4.23.1 | |
9228 | + | |
8196 | 9229 | browserslist@4.23.1: |
8197 | 9230 | dependencies: |
8198 | - caniuse-lite: 1.0.30001636 | |
8199 | - electron-to-chromium: 1.4.811 | |
8200 | - node-releases: 2.0.14 | |
8201 | - update-browserslist-db: 1.0.16(browserslist@4.23.1) | |
9231 | + caniuse-lite: 1.0.30001644 | |
9232 | + electron-to-chromium: 1.5.4 | |
9233 | + node-releases: 2.0.18 | |
9234 | + update-browserslist-db: 1.1.0(browserslist@4.23.1) | |
9235 | + | |
9236 | + browserslist@4.23.2: | |
9237 | + dependencies: | |
9238 | + caniuse-lite: 1.0.30001644 | |
9239 | + electron-to-chromium: 1.5.4 | |
9240 | + node-releases: 2.0.18 | |
9241 | + update-browserslist-db: 1.1.0(browserslist@4.23.2) | |
9242 | + | |
9243 | + buffer-builder@0.2.0: {} | |
8202 | 9244 | |
8203 | 9245 | buffer-from@1.1.2: {} |
8204 | 9246 | |
... | ... | @@ -8249,11 +9291,11 @@ snapshots: |
8249 | 9291 | caniuse-api@3.0.0: |
8250 | 9292 | dependencies: |
8251 | 9293 | browserslist: 4.23.1 |
8252 | - caniuse-lite: 1.0.30001636 | |
9294 | + caniuse-lite: 1.0.30001644 | |
8253 | 9295 | lodash.memoize: 4.1.2 |
8254 | 9296 | lodash.uniq: 4.5.0 |
8255 | 9297 | |
8256 | - caniuse-lite@1.0.30001636: {} | |
9298 | + caniuse-lite@1.0.30001644: {} | |
8257 | 9299 | |
8258 | 9300 | chalk@2.4.2: |
8259 | 9301 | dependencies: |
... | ... | @@ -8284,6 +9326,8 @@ snapshots: |
8284 | 9326 | optionalDependencies: |
8285 | 9327 | fsevents: 2.3.3 |
8286 | 9328 | |
9329 | + chownr@2.0.0: {} | |
9330 | + | |
8287 | 9331 | chrome-trace-event@1.0.4: {} |
8288 | 9332 | |
8289 | 9333 | ci-info@3.9.0: {} |
... | ... | @@ -8303,22 +9347,14 @@ snapshots: |
8303 | 9347 | dependencies: |
8304 | 9348 | escape-string-regexp: 1.0.5 |
8305 | 9349 | |
8306 | - cli-cursor@4.0.0: | |
9350 | + cli-cursor@5.0.0: | |
8307 | 9351 | dependencies: |
8308 | - restore-cursor: 4.0.0 | |
9352 | + restore-cursor: 5.1.0 | |
8309 | 9353 | |
8310 | 9354 | cli-truncate@4.0.0: |
8311 | 9355 | dependencies: |
8312 | 9356 | slice-ansi: 5.0.0 |
8313 | - string-width: 7.1.0 | |
8314 | - | |
8315 | - clone-deep@0.2.4: | |
8316 | - dependencies: | |
8317 | - for-own: 0.1.5 | |
8318 | - is-plain-object: 2.0.4 | |
8319 | - kind-of: 3.2.2 | |
8320 | - lazy-cache: 1.0.4 | |
8321 | - shallow-clone: 0.1.2 | |
9357 | + string-width: 7.2.0 | |
8322 | 9358 | |
8323 | 9359 | clone-deep@4.0.1: |
8324 | 9360 | dependencies: |
... | ... | @@ -8340,6 +9376,8 @@ snapshots: |
8340 | 9376 | |
8341 | 9377 | color-name@1.1.4: {} |
8342 | 9378 | |
9379 | + color-support@1.1.3: {} | |
9380 | + | |
8343 | 9381 | colord@2.9.3: {} |
8344 | 9382 | |
8345 | 9383 | colorette@2.0.20: {} |
... | ... | @@ -8348,6 +9386,8 @@ snapshots: |
8348 | 9386 | dependencies: |
8349 | 9387 | delayed-stream: 1.0.0 |
8350 | 9388 | |
9389 | + commander@10.0.1: {} | |
9390 | + | |
8351 | 9391 | commander@12.1.0: {} |
8352 | 9392 | |
8353 | 9393 | commander@2.20.3: {} |
... | ... | @@ -8362,16 +9402,22 @@ snapshots: |
8362 | 9402 | |
8363 | 9403 | commondir@1.0.1: {} |
8364 | 9404 | |
9405 | + compute-scroll-into-view@3.1.0: {} | |
9406 | + | |
8365 | 9407 | concat-map@0.0.1: {} |
8366 | 9408 | |
9409 | + confbox@0.1.7: {} | |
9410 | + | |
8367 | 9411 | connect-history-api-fallback@2.0.0: {} |
8368 | 9412 | |
8369 | 9413 | console-browserify@1.2.0: {} |
8370 | 9414 | |
9415 | + console-control-strings@1.1.0: {} | |
9416 | + | |
8371 | 9417 | constantinople@4.0.1: |
8372 | 9418 | dependencies: |
8373 | - '@babel/parser': 7.24.7 | |
8374 | - '@babel/types': 7.24.7 | |
9419 | + '@babel/parser': 7.25.0 | |
9420 | + '@babel/types': 7.25.2 | |
8375 | 9421 | |
8376 | 9422 | constants-browserify@1.0.0: {} |
8377 | 9423 | |
... | ... | @@ -8379,13 +9425,27 @@ snapshots: |
8379 | 9425 | |
8380 | 9426 | cookie@0.5.0: {} |
8381 | 9427 | |
9428 | + copy-to-clipboard@3.3.3: | |
9429 | + dependencies: | |
9430 | + toggle-selection: 1.0.6 | |
9431 | + | |
9432 | + copy-webpack-plugin@11.0.0(webpack@5.93.0(esbuild@0.17.19)): | |
9433 | + dependencies: | |
9434 | + fast-glob: 3.3.2 | |
9435 | + glob-parent: 6.0.2 | |
9436 | + globby: 13.2.2 | |
9437 | + normalize-path: 3.0.0 | |
9438 | + schema-utils: 4.2.0 | |
9439 | + serialize-javascript: 6.0.2 | |
9440 | + webpack: 5.93.0(esbuild@0.17.19) | |
9441 | + | |
8382 | 9442 | core-js-compat@3.37.1: |
8383 | 9443 | dependencies: |
8384 | - browserslist: 4.23.1 | |
9444 | + browserslist: 4.23.2 | |
8385 | 9445 | |
8386 | 9446 | core-js-pure@3.37.1: {} |
8387 | 9447 | |
8388 | - core-js@3.36.1: {} | |
9448 | + core-js@3.37.1: {} | |
8389 | 9449 | |
8390 | 9450 | core-util-is@1.0.3: {} |
8391 | 9451 | |
... | ... | @@ -8397,19 +9457,19 @@ snapshots: |
8397 | 9457 | path-type: 4.0.0 |
8398 | 9458 | yaml: 1.10.2 |
8399 | 9459 | |
8400 | - cosmiconfig@8.3.6(typescript@5.5.2): | |
9460 | + cosmiconfig@8.3.6(typescript@5.5.4): | |
8401 | 9461 | dependencies: |
8402 | 9462 | import-fresh: 3.3.0 |
8403 | 9463 | js-yaml: 4.1.0 |
8404 | 9464 | parse-json: 5.2.0 |
8405 | 9465 | path-type: 4.0.0 |
8406 | 9466 | optionalDependencies: |
8407 | - typescript: 5.5.2 | |
9467 | + typescript: 5.5.4 | |
8408 | 9468 | |
8409 | 9469 | create-ecdh@4.0.4: |
8410 | 9470 | dependencies: |
8411 | 9471 | bn.js: 4.12.0 |
8412 | - elliptic: 6.5.5 | |
9472 | + elliptic: 6.5.6 | |
8413 | 9473 | |
8414 | 9474 | create-hash@1.2.0: |
8415 | 9475 | dependencies: |
... | ... | @@ -8454,21 +9514,21 @@ snapshots: |
8454 | 9514 | |
8455 | 9515 | css-color-keywords@1.0.0: {} |
8456 | 9516 | |
8457 | - css-declaration-sorter@7.2.0(postcss@8.4.38): | |
9517 | + css-declaration-sorter@7.2.0(postcss@8.4.40): | |
8458 | 9518 | dependencies: |
8459 | - postcss: 8.4.38 | |
9519 | + postcss: 8.4.40 | |
8460 | 9520 | |
8461 | 9521 | css-functions-list@3.2.2: {} |
8462 | 9522 | |
8463 | - css-minimizer-webpack-plugin@5.0.1(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19)): | |
9523 | + css-minimizer-webpack-plugin@5.0.1(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)): | |
8464 | 9524 | dependencies: |
8465 | 9525 | '@jridgewell/trace-mapping': 0.3.25 |
8466 | - cssnano: 6.0.1(postcss@8.4.38) | |
9526 | + cssnano: 6.0.1(postcss@8.4.40) | |
8467 | 9527 | jest-worker: 29.7.0 |
8468 | - postcss: 8.4.38 | |
9528 | + postcss: 8.4.40 | |
8469 | 9529 | schema-utils: 4.2.0 |
8470 | 9530 | serialize-javascript: 6.0.2 |
8471 | - webpack: 5.92.1(esbuild@0.17.19) | |
9531 | + webpack: 5.93.0(esbuild@0.17.19) | |
8472 | 9532 | optionalDependencies: |
8473 | 9533 | esbuild: 0.17.19 |
8474 | 9534 | |
... | ... | @@ -8508,49 +9568,49 @@ snapshots: |
8508 | 9568 | |
8509 | 9569 | cssesc@3.0.0: {} |
8510 | 9570 | |
8511 | - cssnano-preset-default@6.1.2(postcss@8.4.38): | |
9571 | + cssnano-preset-default@6.1.2(postcss@8.4.40): | |
8512 | 9572 | dependencies: |
8513 | 9573 | browserslist: 4.23.1 |
8514 | - css-declaration-sorter: 7.2.0(postcss@8.4.38) | |
8515 | - cssnano-utils: 4.0.2(postcss@8.4.38) | |
8516 | - postcss: 8.4.38 | |
8517 | - postcss-calc: 9.0.1(postcss@8.4.38) | |
8518 | - postcss-colormin: 6.1.0(postcss@8.4.38) | |
8519 | - postcss-convert-values: 6.1.0(postcss@8.4.38) | |
8520 | - postcss-discard-comments: 6.0.2(postcss@8.4.38) | |
8521 | - postcss-discard-duplicates: 6.0.3(postcss@8.4.38) | |
8522 | - postcss-discard-empty: 6.0.3(postcss@8.4.38) | |
8523 | - postcss-discard-overridden: 6.0.2(postcss@8.4.38) | |
8524 | - postcss-merge-longhand: 6.0.5(postcss@8.4.38) | |
8525 | - postcss-merge-rules: 6.1.1(postcss@8.4.38) | |
8526 | - postcss-minify-font-values: 6.1.0(postcss@8.4.38) | |
8527 | - postcss-minify-gradients: 6.0.3(postcss@8.4.38) | |
8528 | - postcss-minify-params: 6.1.0(postcss@8.4.38) | |
8529 | - postcss-minify-selectors: 6.0.4(postcss@8.4.38) | |
8530 | - postcss-normalize-charset: 6.0.2(postcss@8.4.38) | |
8531 | - postcss-normalize-display-values: 6.0.2(postcss@8.4.38) | |
8532 | - postcss-normalize-positions: 6.0.2(postcss@8.4.38) | |
8533 | - postcss-normalize-repeat-style: 6.0.2(postcss@8.4.38) | |
8534 | - postcss-normalize-string: 6.0.2(postcss@8.4.38) | |
8535 | - postcss-normalize-timing-functions: 6.0.2(postcss@8.4.38) | |
8536 | - postcss-normalize-unicode: 6.1.0(postcss@8.4.38) | |
8537 | - postcss-normalize-url: 6.0.2(postcss@8.4.38) | |
8538 | - postcss-normalize-whitespace: 6.0.2(postcss@8.4.38) | |
8539 | - postcss-ordered-values: 6.0.2(postcss@8.4.38) | |
8540 | - postcss-reduce-initial: 6.1.0(postcss@8.4.38) | |
8541 | - postcss-reduce-transforms: 6.0.2(postcss@8.4.38) | |
8542 | - postcss-svgo: 6.0.3(postcss@8.4.38) | |
8543 | - postcss-unique-selectors: 6.0.4(postcss@8.4.38) | |
8544 | - | |
8545 | - cssnano-utils@4.0.2(postcss@8.4.38): | |
8546 | - dependencies: | |
8547 | - postcss: 8.4.38 | |
8548 | - | |
8549 | - cssnano@6.0.1(postcss@8.4.38): | |
8550 | - dependencies: | |
8551 | - cssnano-preset-default: 6.1.2(postcss@8.4.38) | |
9574 | + css-declaration-sorter: 7.2.0(postcss@8.4.40) | |
9575 | + cssnano-utils: 4.0.2(postcss@8.4.40) | |
9576 | + postcss: 8.4.40 | |
9577 | + postcss-calc: 9.0.1(postcss@8.4.40) | |
9578 | + postcss-colormin: 6.1.0(postcss@8.4.40) | |
9579 | + postcss-convert-values: 6.1.0(postcss@8.4.40) | |
9580 | + postcss-discard-comments: 6.0.2(postcss@8.4.40) | |
9581 | + postcss-discard-duplicates: 6.0.3(postcss@8.4.40) | |
9582 | + postcss-discard-empty: 6.0.3(postcss@8.4.40) | |
9583 | + postcss-discard-overridden: 6.0.2(postcss@8.4.40) | |
9584 | + postcss-merge-longhand: 6.0.5(postcss@8.4.40) | |
9585 | + postcss-merge-rules: 6.1.1(postcss@8.4.40) | |
9586 | + postcss-minify-font-values: 6.1.0(postcss@8.4.40) | |
9587 | + postcss-minify-gradients: 6.0.3(postcss@8.4.40) | |
9588 | + postcss-minify-params: 6.1.0(postcss@8.4.40) | |
9589 | + postcss-minify-selectors: 6.0.4(postcss@8.4.40) | |
9590 | + postcss-normalize-charset: 6.0.2(postcss@8.4.40) | |
9591 | + postcss-normalize-display-values: 6.0.2(postcss@8.4.40) | |
9592 | + postcss-normalize-positions: 6.0.2(postcss@8.4.40) | |
9593 | + postcss-normalize-repeat-style: 6.0.2(postcss@8.4.40) | |
9594 | + postcss-normalize-string: 6.0.2(postcss@8.4.40) | |
9595 | + postcss-normalize-timing-functions: 6.0.2(postcss@8.4.40) | |
9596 | + postcss-normalize-unicode: 6.1.0(postcss@8.4.40) | |
9597 | + postcss-normalize-url: 6.0.2(postcss@8.4.40) | |
9598 | + postcss-normalize-whitespace: 6.0.2(postcss@8.4.40) | |
9599 | + postcss-ordered-values: 6.0.2(postcss@8.4.40) | |
9600 | + postcss-reduce-initial: 6.1.0(postcss@8.4.40) | |
9601 | + postcss-reduce-transforms: 6.0.2(postcss@8.4.40) | |
9602 | + postcss-svgo: 6.0.3(postcss@8.4.40) | |
9603 | + postcss-unique-selectors: 6.0.4(postcss@8.4.40) | |
9604 | + | |
9605 | + cssnano-utils@4.0.2(postcss@8.4.40): | |
9606 | + dependencies: | |
9607 | + postcss: 8.4.40 | |
9608 | + | |
9609 | + cssnano@6.0.1(postcss@8.4.40): | |
9610 | + dependencies: | |
9611 | + cssnano-preset-default: 6.1.2(postcss@8.4.40) | |
8552 | 9612 | lilconfig: 2.1.0 |
8553 | - postcss: 8.4.38 | |
9613 | + postcss: 8.4.40 | |
8554 | 9614 | |
8555 | 9615 | csso@5.0.5: |
8556 | 9616 | dependencies: |
... | ... | @@ -8578,13 +9638,13 @@ snapshots: |
8578 | 9638 | es-errors: 1.3.0 |
8579 | 9639 | is-data-view: 1.0.1 |
8580 | 9640 | |
8581 | - dayjs@1.11.11: {} | |
9641 | + dayjs@1.11.12: {} | |
8582 | 9642 | |
8583 | 9643 | debug@3.2.7: |
8584 | 9644 | dependencies: |
8585 | 9645 | ms: 2.1.3 |
8586 | 9646 | |
8587 | - debug@4.3.5(supports-color@5.5.0): | |
9647 | + debug@4.3.6(supports-color@5.5.0): | |
8588 | 9648 | dependencies: |
8589 | 9649 | ms: 2.1.2 |
8590 | 9650 | optionalDependencies: |
... | ... | @@ -8619,11 +9679,15 @@ snapshots: |
8619 | 9679 | |
8620 | 9680 | delayed-stream@1.0.0: {} |
8621 | 9681 | |
9682 | + delegates@1.0.0: {} | |
9683 | + | |
8622 | 9684 | des.js@1.1.0: |
8623 | 9685 | dependencies: |
8624 | 9686 | inherits: 2.0.4 |
8625 | 9687 | minimalistic-assert: 1.0.1 |
8626 | 9688 | |
9689 | + detect-libc@2.0.3: {} | |
9690 | + | |
8627 | 9691 | didyoumean@1.2.2: {} |
8628 | 9692 | |
8629 | 9693 | diff-sequences@29.6.3: {} |
... | ... | @@ -8656,7 +9720,7 @@ snapshots: |
8656 | 9720 | |
8657 | 9721 | dom-helpers@5.2.1: |
8658 | 9722 | dependencies: |
8659 | - '@babel/runtime': 7.24.7 | |
9723 | + '@babel/runtime': 7.25.0 | |
8660 | 9724 | csstype: 3.1.3 |
8661 | 9725 | |
8662 | 9726 | dom-serializer@1.4.1: |
... | ... | @@ -8702,9 +9766,9 @@ snapshots: |
8702 | 9766 | |
8703 | 9767 | eastasianwidth@0.2.0: {} |
8704 | 9768 | |
8705 | - electron-to-chromium@1.4.811: {} | |
9769 | + electron-to-chromium@1.5.4: {} | |
8706 | 9770 | |
8707 | - elliptic@6.5.5: | |
9771 | + elliptic@6.5.6: | |
8708 | 9772 | dependencies: |
8709 | 9773 | bn.js: 4.12.0 |
8710 | 9774 | brorand: 1.1.0 |
... | ... | @@ -8730,8 +9794,9 @@ snapshots: |
8730 | 9794 | dependencies: |
8731 | 9795 | graceful-fs: 4.2.11 |
8732 | 9796 | tapable: 2.2.1 |
9797 | + optional: true | |
8733 | 9798 | |
8734 | - enhanced-resolve@5.17.0: | |
9799 | + enhanced-resolve@5.17.1: | |
8735 | 9800 | dependencies: |
8736 | 9801 | graceful-fs: 4.2.11 |
8737 | 9802 | tapable: 2.2.1 |
... | ... | @@ -8740,6 +9805,8 @@ snapshots: |
8740 | 9805 | |
8741 | 9806 | entities@4.5.0: {} |
8742 | 9807 | |
9808 | + environment@1.1.0: {} | |
9809 | + | |
8743 | 9810 | error-ex@1.3.2: |
8744 | 9811 | dependencies: |
8745 | 9812 | is-arrayish: 0.2.1 |
... | ... | @@ -8842,9 +9909,9 @@ snapshots: |
8842 | 9909 | is-date-object: 1.0.5 |
8843 | 9910 | is-symbol: 1.0.4 |
8844 | 9911 | |
8845 | - esbuild-register@3.5.0(esbuild@0.17.19): | |
9912 | + esbuild-register@3.6.0(esbuild@0.17.19): | |
8846 | 9913 | dependencies: |
8847 | - debug: 4.3.5(supports-color@5.5.0) | |
9914 | + debug: 4.3.6(supports-color@5.5.0) | |
8848 | 9915 | esbuild: 0.17.19 |
8849 | 9916 | transitivePeerDependencies: |
8850 | 9917 | - supports-color |
... | ... | @@ -8888,7 +9955,7 @@ snapshots: |
8888 | 9955 | |
8889 | 9956 | eslint-formatter-pretty@5.0.0: |
8890 | 9957 | dependencies: |
8891 | - '@types/eslint': 8.56.10 | |
9958 | + '@types/eslint': 8.56.11 | |
8892 | 9959 | ansi-escapes: 4.3.2 |
8893 | 9960 | chalk: 4.1.2 |
8894 | 9961 | eslint-rule-docs: 1.1.235 |
... | ... | @@ -8900,16 +9967,16 @@ snapshots: |
8900 | 9967 | eslint-import-resolver-node@0.3.9: |
8901 | 9968 | dependencies: |
8902 | 9969 | debug: 3.2.7 |
8903 | - is-core-module: 2.14.0 | |
9970 | + is-core-module: 2.15.0 | |
8904 | 9971 | resolve: 1.22.8 |
8905 | 9972 | transitivePeerDependencies: |
8906 | 9973 | - supports-color |
8907 | 9974 | |
8908 | - eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): | |
9975 | + eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): | |
8909 | 9976 | dependencies: |
8910 | 9977 | debug: 3.2.7 |
8911 | 9978 | optionalDependencies: |
8912 | - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
9979 | + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
8913 | 9980 | eslint: 8.57.0 |
8914 | 9981 | eslint-import-resolver-node: 0.3.9 |
8915 | 9982 | transitivePeerDependencies: |
... | ... | @@ -8935,7 +10002,7 @@ snapshots: |
8935 | 10002 | lodash.snakecase: 4.1.1 |
8936 | 10003 | lodash.upperfirst: 4.3.1 |
8937 | 10004 | |
8938 | - eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0): | |
10005 | + eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): | |
8939 | 10006 | dependencies: |
8940 | 10007 | array-includes: 3.1.8 |
8941 | 10008 | array.prototype.findlastindex: 1.2.5 |
... | ... | @@ -8945,9 +10012,9 @@ snapshots: |
8945 | 10012 | doctrine: 2.1.0 |
8946 | 10013 | eslint: 8.57.0 |
8947 | 10014 | eslint-import-resolver-node: 0.3.9 |
8948 | - eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) | |
10015 | + eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) | |
8949 | 10016 | hasown: 2.0.2 |
8950 | - is-core-module: 2.14.0 | |
10017 | + is-core-module: 2.15.0 | |
8951 | 10018 | is-glob: 4.0.3 |
8952 | 10019 | minimatch: 3.1.2 |
8953 | 10020 | object.fromentries: 2.0.8 |
... | ... | @@ -8956,18 +10023,18 @@ snapshots: |
8956 | 10023 | semver: 6.3.1 |
8957 | 10024 | tsconfig-paths: 3.15.0 |
8958 | 10025 | optionalDependencies: |
8959 | - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
10026 | + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
8960 | 10027 | transitivePeerDependencies: |
8961 | 10028 | - eslint-import-resolver-typescript |
8962 | 10029 | - eslint-import-resolver-webpack |
8963 | 10030 | - supports-color |
8964 | 10031 | |
8965 | - 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.5.2))(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2): | |
10032 | + 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.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4): | |
8966 | 10033 | dependencies: |
8967 | - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.2) | |
10034 | + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) | |
8968 | 10035 | eslint: 8.57.0 |
8969 | 10036 | optionalDependencies: |
8970 | - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) | |
10037 | + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) | |
8971 | 10038 | transitivePeerDependencies: |
8972 | 10039 | - supports-color |
8973 | 10040 | - typescript |
... | ... | @@ -8990,7 +10057,7 @@ snapshots: |
8990 | 10057 | optionalDependencies: |
8991 | 10058 | eslint-config-prettier: 8.10.0(eslint@8.57.0) |
8992 | 10059 | |
8993 | - eslint-plugin-promise@6.2.0(eslint@8.57.0): | |
10060 | + eslint-plugin-promise@6.6.0(eslint@8.57.0): | |
8994 | 10061 | dependencies: |
8995 | 10062 | eslint: 8.57.0 |
8996 | 10063 | |
... | ... | @@ -8998,27 +10065,27 @@ snapshots: |
8998 | 10065 | dependencies: |
8999 | 10066 | eslint: 8.57.0 |
9000 | 10067 | |
9001 | - eslint-plugin-react@7.34.3(eslint@8.57.0): | |
10068 | + eslint-plugin-react@7.35.0(eslint@8.57.0): | |
9002 | 10069 | dependencies: |
9003 | 10070 | array-includes: 3.1.8 |
9004 | 10071 | array.prototype.findlast: 1.2.5 |
9005 | 10072 | array.prototype.flatmap: 1.3.2 |
9006 | - array.prototype.toreversed: 1.1.2 | |
9007 | 10073 | array.prototype.tosorted: 1.1.4 |
9008 | 10074 | doctrine: 2.1.0 |
9009 | 10075 | es-iterator-helpers: 1.0.19 |
9010 | 10076 | eslint: 8.57.0 |
9011 | 10077 | estraverse: 5.3.0 |
10078 | + hasown: 2.0.2 | |
9012 | 10079 | jsx-ast-utils: 3.3.5 |
9013 | 10080 | minimatch: 3.1.2 |
9014 | 10081 | object.entries: 1.1.8 |
9015 | 10082 | object.fromentries: 2.0.8 |
9016 | - object.hasown: 1.1.4 | |
9017 | 10083 | object.values: 1.2.0 |
9018 | 10084 | prop-types: 15.8.1 |
9019 | 10085 | resolve: 2.0.0-next.5 |
9020 | 10086 | semver: 6.3.1 |
9021 | 10087 | string.prototype.matchall: 4.0.11 |
10088 | + string.prototype.repeat: 1.0.0 | |
9022 | 10089 | |
9023 | 10090 | eslint-plugin-unicorn@43.0.2(eslint@8.57.0): |
9024 | 10091 | dependencies: |
... | ... | @@ -9027,7 +10094,7 @@ snapshots: |
9027 | 10094 | clean-regexp: 1.0.0 |
9028 | 10095 | eslint: 8.57.0 |
9029 | 10096 | eslint-utils: 3.0.0(eslint@8.57.0) |
9030 | - esquery: 1.5.0 | |
10097 | + esquery: 1.6.0 | |
9031 | 10098 | indent-string: 4.0.0 |
9032 | 10099 | is-builtin-module: 3.2.1 |
9033 | 10100 | lodash: 4.17.21 |
... | ... | @@ -9035,7 +10102,7 @@ snapshots: |
9035 | 10102 | read-pkg-up: 7.0.1 |
9036 | 10103 | regexp-tree: 0.1.27 |
9037 | 10104 | safe-regex: 2.1.1 |
9038 | - semver: 7.6.2 | |
10105 | + semver: 7.6.3 | |
9039 | 10106 | strip-indent: 3.0.0 |
9040 | 10107 | |
9041 | 10108 | eslint-rule-composer@0.3.0: {} |
... | ... | @@ -9070,7 +10137,7 @@ snapshots: |
9070 | 10137 | eslint@8.57.0: |
9071 | 10138 | dependencies: |
9072 | 10139 | '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) |
9073 | - '@eslint-community/regexpp': 4.10.1 | |
10140 | + '@eslint-community/regexpp': 4.11.0 | |
9074 | 10141 | '@eslint/eslintrc': 2.1.4 |
9075 | 10142 | '@eslint/js': 8.57.0 |
9076 | 10143 | '@humanwhocodes/config-array': 0.11.14 |
... | ... | @@ -9080,13 +10147,13 @@ snapshots: |
9080 | 10147 | ajv: 6.12.6 |
9081 | 10148 | chalk: 4.1.2 |
9082 | 10149 | cross-spawn: 7.0.3 |
9083 | - debug: 4.3.5(supports-color@5.5.0) | |
10150 | + debug: 4.3.6(supports-color@5.5.0) | |
9084 | 10151 | doctrine: 3.0.0 |
9085 | 10152 | escape-string-regexp: 4.0.0 |
9086 | 10153 | eslint-scope: 7.2.2 |
9087 | 10154 | eslint-visitor-keys: 3.4.3 |
9088 | 10155 | espree: 9.6.1 |
9089 | - esquery: 1.5.0 | |
10156 | + esquery: 1.6.0 | |
9090 | 10157 | esutils: 2.0.3 |
9091 | 10158 | fast-deep-equal: 3.1.3 |
9092 | 10159 | file-entry-cache: 6.0.1 |
... | ... | @@ -9112,11 +10179,11 @@ snapshots: |
9112 | 10179 | |
9113 | 10180 | espree@9.6.1: |
9114 | 10181 | dependencies: |
9115 | - acorn: 8.12.0 | |
9116 | - acorn-jsx: 5.3.2(acorn@8.12.0) | |
10182 | + acorn: 8.12.1 | |
10183 | + acorn-jsx: 5.3.2(acorn@8.12.1) | |
9117 | 10184 | eslint-visitor-keys: 3.4.3 |
9118 | 10185 | |
9119 | - esquery@1.5.0: | |
10186 | + esquery@1.6.0: | |
9120 | 10187 | dependencies: |
9121 | 10188 | estraverse: 5.3.0 |
9122 | 10189 | |
... | ... | @@ -9128,6 +10195,8 @@ snapshots: |
9128 | 10195 | |
9129 | 10196 | estraverse@5.3.0: {} |
9130 | 10197 | |
10198 | + estree-walker@2.0.2: {} | |
10199 | + | |
9131 | 10200 | esutils@2.0.3: {} |
9132 | 10201 | |
9133 | 10202 | event-target-shim@5.0.1: {} |
... | ... | @@ -9189,6 +10258,8 @@ snapshots: |
9189 | 10258 | |
9190 | 10259 | fast-levenshtein@2.0.6: {} |
9191 | 10260 | |
10261 | + fast-uri@3.0.1: {} | |
10262 | + | |
9192 | 10263 | fastest-levenshtein@1.0.16: {} |
9193 | 10264 | |
9194 | 10265 | fastq@1.17.1: |
... | ... | @@ -9203,6 +10274,8 @@ snapshots: |
9203 | 10274 | dependencies: |
9204 | 10275 | flat-cache: 3.2.0 |
9205 | 10276 | |
10277 | + file-uri-to-path@1.0.0: {} | |
10278 | + | |
9206 | 10279 | fill-range@7.1.1: |
9207 | 10280 | dependencies: |
9208 | 10281 | to-regex-range: 5.0.1 |
... | ... | @@ -9253,35 +10326,27 @@ snapshots: |
9253 | 10326 | dependencies: |
9254 | 10327 | is-callable: 1.2.7 |
9255 | 10328 | |
9256 | - for-in@0.1.8: {} | |
9257 | - | |
9258 | - for-in@1.0.2: {} | |
9259 | - | |
9260 | - for-own@0.1.5: | |
9261 | - dependencies: | |
9262 | - for-in: 1.0.2 | |
9263 | - | |
9264 | 10329 | foreground-child@3.2.1: |
9265 | 10330 | dependencies: |
9266 | 10331 | cross-spawn: 7.0.3 |
9267 | 10332 | signal-exit: 4.1.0 |
9268 | 10333 | |
9269 | - fork-ts-checker-webpack-plugin@9.0.2(typescript@5.5.2)(webpack@5.92.1(esbuild@0.17.19)): | |
10334 | + fork-ts-checker-webpack-plugin@9.0.2(typescript@5.5.4)(webpack@5.93.0(esbuild@0.17.19)): | |
9270 | 10335 | dependencies: |
9271 | 10336 | '@babel/code-frame': 7.24.7 |
9272 | 10337 | chalk: 4.1.2 |
9273 | 10338 | chokidar: 3.6.0 |
9274 | - cosmiconfig: 8.3.6(typescript@5.5.2) | |
10339 | + cosmiconfig: 8.3.6(typescript@5.5.4) | |
9275 | 10340 | deepmerge: 4.3.1 |
9276 | 10341 | fs-extra: 10.1.0 |
9277 | 10342 | memfs: 3.5.3 |
9278 | 10343 | minimatch: 3.1.2 |
9279 | 10344 | node-abort-controller: 3.1.1 |
9280 | 10345 | schema-utils: 3.3.0 |
9281 | - semver: 7.6.2 | |
10346 | + semver: 7.6.3 | |
9282 | 10347 | tapable: 2.2.1 |
9283 | - typescript: 5.5.2 | |
9284 | - webpack: 5.92.1(esbuild@0.17.19) | |
10348 | + typescript: 5.5.4 | |
10349 | + webpack: 5.93.0(esbuild@0.17.19) | |
9285 | 10350 | |
9286 | 10351 | form-data@4.0.0: |
9287 | 10352 | dependencies: |
... | ... | @@ -9295,6 +10360,10 @@ snapshots: |
9295 | 10360 | jsonfile: 6.1.0 |
9296 | 10361 | universalify: 2.0.1 |
9297 | 10362 | |
10363 | + fs-minipass@2.1.0: | |
10364 | + dependencies: | |
10365 | + minipass: 3.3.6 | |
10366 | + | |
9298 | 10367 | fs-monkey@1.0.6: {} |
9299 | 10368 | |
9300 | 10369 | fs.realpath@1.0.0: {} |
... | ... | @@ -9313,6 +10382,18 @@ snapshots: |
9313 | 10382 | |
9314 | 10383 | functions-have-names@1.2.3: {} |
9315 | 10384 | |
10385 | + gauge@3.0.2: | |
10386 | + dependencies: | |
10387 | + aproba: 2.0.0 | |
10388 | + color-support: 1.1.3 | |
10389 | + console-control-strings: 1.1.0 | |
10390 | + has-unicode: 2.0.1 | |
10391 | + object-assign: 4.1.1 | |
10392 | + signal-exit: 3.0.7 | |
10393 | + string-width: 4.2.3 | |
10394 | + strip-ansi: 6.0.1 | |
10395 | + wide-align: 1.1.5 | |
10396 | + | |
9316 | 10397 | gensync@1.0.0-beta.2: {} |
9317 | 10398 | |
9318 | 10399 | get-east-asian-width@1.2.0: {} |
... | ... | @@ -9347,11 +10428,11 @@ snapshots: |
9347 | 10428 | |
9348 | 10429 | glob-to-regexp@0.4.1: {} |
9349 | 10430 | |
9350 | - glob@10.4.2: | |
10431 | + glob@10.4.5: | |
9351 | 10432 | dependencies: |
9352 | 10433 | foreground-child: 3.2.1 |
9353 | - jackspeak: 3.4.0 | |
9354 | - minimatch: 9.0.4 | |
10434 | + jackspeak: 3.4.3 | |
10435 | + minimatch: 9.0.5 | |
9355 | 10436 | minipass: 7.1.2 |
9356 | 10437 | package-json-from-dist: 1.0.0 |
9357 | 10438 | path-scurry: 1.11.1 |
... | ... | @@ -9410,6 +10491,14 @@ snapshots: |
9410 | 10491 | merge2: 1.4.1 |
9411 | 10492 | slash: 3.0.0 |
9412 | 10493 | |
10494 | + globby@13.2.2: | |
10495 | + dependencies: | |
10496 | + dir-glob: 3.0.1 | |
10497 | + fast-glob: 3.3.2 | |
10498 | + ignore: 5.3.1 | |
10499 | + merge2: 1.4.1 | |
10500 | + slash: 4.0.0 | |
10501 | + | |
9413 | 10502 | globjoin@0.1.4: {} |
9414 | 10503 | |
9415 | 10504 | gopd@1.0.1: |
... | ... | @@ -9440,6 +10529,8 @@ snapshots: |
9440 | 10529 | dependencies: |
9441 | 10530 | has-symbols: 1.0.3 |
9442 | 10531 | |
10532 | + has-unicode@2.0.1: {} | |
10533 | + | |
9443 | 10534 | hash-base@3.0.4: |
9444 | 10535 | dependencies: |
9445 | 10536 | inherits: 2.0.4 |
... | ... | @@ -9490,22 +10581,28 @@ snapshots: |
9490 | 10581 | he: 1.2.0 |
9491 | 10582 | param-case: 3.0.4 |
9492 | 10583 | relateurl: 0.2.7 |
9493 | - terser: 5.31.1 | |
10584 | + terser: 5.31.3 | |
9494 | 10585 | |
9495 | - html-rspack-plugin@5.7.2(@rspack/core@0.6.5(@swc/helpers@0.5.3)): | |
9496 | - optionalDependencies: | |
9497 | - '@rspack/core': 0.6.5(@swc/helpers@0.5.3) | |
10586 | + html-minifier-terser@7.2.0: | |
10587 | + dependencies: | |
10588 | + camel-case: 4.1.2 | |
10589 | + clean-css: 5.3.3 | |
10590 | + commander: 10.0.1 | |
10591 | + entities: 4.5.0 | |
10592 | + param-case: 3.0.4 | |
10593 | + relateurl: 0.2.7 | |
10594 | + terser: 5.31.3 | |
9498 | 10595 | |
9499 | 10596 | html-tags@3.3.1: {} |
9500 | 10597 | |
9501 | - html-webpack-plugin@5.5.3(webpack@5.92.1(esbuild@0.17.19)): | |
10598 | + html-webpack-plugin@5.5.3(webpack@5.93.0(esbuild@0.17.19)): | |
9502 | 10599 | dependencies: |
9503 | 10600 | '@types/html-minifier-terser': 6.1.0 |
9504 | 10601 | html-minifier-terser: 6.1.0 |
9505 | 10602 | lodash: 4.17.21 |
9506 | 10603 | pretty-error: 4.0.0 |
9507 | 10604 | tapable: 2.2.1 |
9508 | - webpack: 5.92.1(esbuild@0.17.19) | |
10605 | + webpack: 5.93.0(esbuild@0.17.19) | |
9509 | 10606 | |
9510 | 10607 | htmlparser2@6.1.0: |
9511 | 10608 | dependencies: |
... | ... | @@ -9525,25 +10622,34 @@ snapshots: |
9525 | 10622 | |
9526 | 10623 | https-browserify@1.0.0: {} |
9527 | 10624 | |
9528 | - human-signals@1.1.1: {} | |
10625 | + https-proxy-agent@5.0.1: | |
10626 | + dependencies: | |
10627 | + agent-base: 6.0.2 | |
10628 | + debug: 4.3.6(supports-color@5.5.0) | |
10629 | + transitivePeerDependencies: | |
10630 | + - supports-color | |
10631 | + | |
10632 | + human-signals@1.1.1: {} | |
9529 | 10633 | |
9530 | 10634 | human-signals@5.0.0: {} |
9531 | 10635 | |
9532 | 10636 | husky@8.0.3: {} |
9533 | 10637 | |
9534 | - husky@9.0.11: {} | |
10638 | + husky@9.1.4: {} | |
9535 | 10639 | |
9536 | 10640 | ieee754@1.2.1: {} |
9537 | 10641 | |
9538 | 10642 | ignore@5.3.1: {} |
9539 | 10643 | |
10644 | + image-conversion@2.1.1: {} | |
10645 | + | |
9540 | 10646 | immediate@3.0.6: {} |
9541 | 10647 | |
9542 | 10648 | immer@10.1.1: {} |
9543 | 10649 | |
9544 | 10650 | immer@9.0.21: {} |
9545 | 10651 | |
9546 | - immutable@4.3.6: {} | |
10652 | + immutable@4.3.7: {} | |
9547 | 10653 | |
9548 | 10654 | import-fresh@3.3.0: |
9549 | 10655 | dependencies: |
... | ... | @@ -9612,15 +10718,13 @@ snapshots: |
9612 | 10718 | call-bind: 1.0.7 |
9613 | 10719 | has-tostringtag: 1.0.2 |
9614 | 10720 | |
9615 | - is-buffer@1.1.6: {} | |
9616 | - | |
9617 | 10721 | is-builtin-module@3.2.1: |
9618 | 10722 | dependencies: |
9619 | 10723 | builtin-modules: 3.3.0 |
9620 | 10724 | |
9621 | 10725 | is-callable@1.2.7: {} |
9622 | 10726 | |
9623 | - is-core-module@2.14.0: | |
10727 | + is-core-module@2.15.0: | |
9624 | 10728 | dependencies: |
9625 | 10729 | hasown: 2.0.2 |
9626 | 10730 | |
... | ... | @@ -9637,8 +10741,6 @@ snapshots: |
9637 | 10741 | acorn: 7.4.1 |
9638 | 10742 | object-assign: 4.1.1 |
9639 | 10743 | |
9640 | - is-extendable@0.1.1: {} | |
9641 | - | |
9642 | 10744 | is-extglob@2.1.1: {} |
9643 | 10745 | |
9644 | 10746 | is-finalizationregistry@1.0.2: |
... | ... | @@ -9732,7 +10834,7 @@ snapshots: |
9732 | 10834 | |
9733 | 10835 | isarray@2.0.5: {} |
9734 | 10836 | |
9735 | - isbot@3.8.0: {} | |
10837 | + isbot@3.7.1: {} | |
9736 | 10838 | |
9737 | 10839 | isexe@2.0.0: {} |
9738 | 10840 | |
... | ... | @@ -9746,7 +10848,7 @@ snapshots: |
9746 | 10848 | reflect.getprototypeof: 1.0.6 |
9747 | 10849 | set-function-name: 2.0.2 |
9748 | 10850 | |
9749 | - jackspeak@3.4.0: | |
10851 | + jackspeak@3.4.3: | |
9750 | 10852 | dependencies: |
9751 | 10853 | '@isaacs/cliui': 8.0.2 |
9752 | 10854 | optionalDependencies: |
... | ... | @@ -9783,7 +10885,7 @@ snapshots: |
9783 | 10885 | jest-util@29.7.0: |
9784 | 10886 | dependencies: |
9785 | 10887 | '@jest/types': 29.6.3 |
9786 | - '@types/node': 18.19.39 | |
10888 | + '@types/node': 18.19.42 | |
9787 | 10889 | chalk: 4.1.2 |
9788 | 10890 | ci-info: 3.9.0 |
9789 | 10891 | graceful-fs: 4.2.11 |
... | ... | @@ -9791,13 +10893,13 @@ snapshots: |
9791 | 10893 | |
9792 | 10894 | jest-worker@27.5.1: |
9793 | 10895 | dependencies: |
9794 | - '@types/node': 18.19.39 | |
10896 | + '@types/node': 18.19.42 | |
9795 | 10897 | merge-stream: 2.0.0 |
9796 | 10898 | supports-color: 8.1.1 |
9797 | 10899 | |
9798 | 10900 | jest-worker@29.7.0: |
9799 | 10901 | dependencies: |
9800 | - '@types/node': 18.19.39 | |
10902 | + '@types/node': 18.19.42 | |
9801 | 10903 | jest-util: 29.7.0 |
9802 | 10904 | merge-stream: 2.0.0 |
9803 | 10905 | supports-color: 8.1.1 |
... | ... | @@ -9830,6 +10932,10 @@ snapshots: |
9830 | 10932 | |
9831 | 10933 | json-stable-stringify-without-jsonify@1.0.1: {} |
9832 | 10934 | |
10935 | + json2mq@0.2.0: | |
10936 | + dependencies: | |
10937 | + string-convert: 0.2.1 | |
10938 | + | |
9833 | 10939 | json5@1.0.2: |
9834 | 10940 | dependencies: |
9835 | 10941 | minimist: 1.2.8 |
... | ... | @@ -9858,25 +10964,13 @@ snapshots: |
9858 | 10964 | dependencies: |
9859 | 10965 | json-buffer: 3.0.1 |
9860 | 10966 | |
9861 | - kind-of@2.0.1: | |
9862 | - dependencies: | |
9863 | - is-buffer: 1.1.6 | |
9864 | - | |
9865 | - kind-of@3.2.2: | |
9866 | - dependencies: | |
9867 | - is-buffer: 1.1.6 | |
9868 | - | |
9869 | 10967 | kind-of@6.0.3: {} |
9870 | 10968 | |
9871 | 10969 | known-css-properties@0.29.0: {} |
9872 | 10970 | |
9873 | - known-css-properties@0.31.0: | |
10971 | + known-css-properties@0.34.0: | |
9874 | 10972 | optional: true |
9875 | 10973 | |
9876 | - lazy-cache@0.2.7: {} | |
9877 | - | |
9878 | - lazy-cache@1.0.4: {} | |
9879 | - | |
9880 | 10974 | lcid@3.1.1: |
9881 | 10975 | dependencies: |
9882 | 10976 | invert-kv: 3.0.1 |
... | ... | @@ -9900,10 +10994,10 @@ snapshots: |
9900 | 10994 | dependencies: |
9901 | 10995 | chalk: 5.3.0 |
9902 | 10996 | commander: 12.1.0 |
9903 | - debug: 4.3.5(supports-color@5.5.0) | |
10997 | + debug: 4.3.6(supports-color@5.5.0) | |
9904 | 10998 | execa: 8.0.1 |
9905 | 10999 | lilconfig: 3.1.2 |
9906 | - listr2: 8.2.3 | |
11000 | + listr2: 8.2.4 | |
9907 | 11001 | micromatch: 4.0.7 |
9908 | 11002 | pidtree: 0.6.0 |
9909 | 11003 | string-argv: 0.3.2 |
... | ... | @@ -9911,12 +11005,12 @@ snapshots: |
9911 | 11005 | transitivePeerDependencies: |
9912 | 11006 | - supports-color |
9913 | 11007 | |
9914 | - listr2@8.2.3: | |
11008 | + listr2@8.2.4: | |
9915 | 11009 | dependencies: |
9916 | 11010 | cli-truncate: 4.0.0 |
9917 | 11011 | colorette: 2.0.20 |
9918 | 11012 | eventemitter3: 5.0.1 |
9919 | - log-update: 6.0.0 | |
11013 | + log-update: 6.1.0 | |
9920 | 11014 | rfdc: 1.4.1 |
9921 | 11015 | wrap-ansi: 9.0.0 |
9922 | 11016 | |
... | ... | @@ -9976,10 +11070,10 @@ snapshots: |
9976 | 11070 | chalk: 4.1.2 |
9977 | 11071 | is-unicode-supported: 0.1.0 |
9978 | 11072 | |
9979 | - log-update@6.0.0: | |
11073 | + log-update@6.1.0: | |
9980 | 11074 | dependencies: |
9981 | - ansi-escapes: 6.2.1 | |
9982 | - cli-cursor: 4.0.0 | |
11075 | + ansi-escapes: 7.0.0 | |
11076 | + cli-cursor: 5.0.0 | |
9983 | 11077 | slice-ansi: 7.1.0 |
9984 | 11078 | strip-ansi: 7.1.0 |
9985 | 11079 | wrap-ansi: 9.0.0 |
... | ... | @@ -9992,7 +11086,7 @@ snapshots: |
9992 | 11086 | dependencies: |
9993 | 11087 | tslib: 2.6.3 |
9994 | 11088 | |
9995 | - lru-cache@10.2.2: {} | |
11089 | + lru-cache@10.4.3: {} | |
9996 | 11090 | |
9997 | 11091 | lru-cache@5.1.1: |
9998 | 11092 | dependencies: |
... | ... | @@ -10056,12 +11150,6 @@ snapshots: |
10056 | 11150 | type-fest: 1.4.0 |
10057 | 11151 | yargs-parser: 20.2.9 |
10058 | 11152 | |
10059 | - merge-deep@3.0.3: | |
10060 | - dependencies: | |
10061 | - arr-union: 3.1.0 | |
10062 | - clone-deep: 0.2.4 | |
10063 | - kind-of: 3.2.2 | |
10064 | - | |
10065 | 11153 | merge-stream@2.0.0: {} |
10066 | 11154 | |
10067 | 11155 | merge2@1.4.1: {} |
... | ... | @@ -10086,13 +11174,15 @@ snapshots: |
10086 | 11174 | |
10087 | 11175 | mimic-fn@4.0.0: {} |
10088 | 11176 | |
11177 | + mimic-function@5.0.1: {} | |
11178 | + | |
10089 | 11179 | min-indent@1.0.1: {} |
10090 | 11180 | |
10091 | - mini-css-extract-plugin@2.8.1(webpack@5.92.1(esbuild@0.17.19)): | |
11181 | + mini-css-extract-plugin@2.9.0(webpack@5.93.0(esbuild@0.17.19)): | |
10092 | 11182 | dependencies: |
10093 | 11183 | schema-utils: 4.2.0 |
10094 | 11184 | tapable: 2.2.1 |
10095 | - webpack: 5.92.1(esbuild@0.17.19) | |
11185 | + webpack: 5.93.0(esbuild@0.17.19) | |
10096 | 11186 | |
10097 | 11187 | minimalistic-assert@1.0.1: {} |
10098 | 11188 | |
... | ... | @@ -10110,7 +11200,7 @@ snapshots: |
10110 | 11200 | dependencies: |
10111 | 11201 | brace-expansion: 2.0.1 |
10112 | 11202 | |
10113 | - minimatch@9.0.4: | |
11203 | + minimatch@9.0.5: | |
10114 | 11204 | dependencies: |
10115 | 11205 | brace-expansion: 2.0.1 |
10116 | 11206 | |
... | ... | @@ -10122,14 +11212,29 @@ snapshots: |
10122 | 11212 | |
10123 | 11213 | minimist@1.2.8: {} |
10124 | 11214 | |
11215 | + minipass@3.3.6: | |
11216 | + dependencies: | |
11217 | + yallist: 4.0.0 | |
11218 | + | |
10125 | 11219 | minipass@4.2.8: {} |
10126 | 11220 | |
11221 | + minipass@5.0.0: {} | |
11222 | + | |
10127 | 11223 | minipass@7.1.2: {} |
10128 | 11224 | |
10129 | - mixin-object@2.0.1: | |
11225 | + minizlib@2.1.2: | |
11226 | + dependencies: | |
11227 | + minipass: 3.3.6 | |
11228 | + yallist: 4.0.0 | |
11229 | + | |
11230 | + mkdirp@1.0.4: {} | |
11231 | + | |
11232 | + mlly@1.7.1: | |
10130 | 11233 | dependencies: |
10131 | - for-in: 0.1.8 | |
10132 | - is-extendable: 0.1.1 | |
11234 | + acorn: 8.12.1 | |
11235 | + pathe: 1.1.2 | |
11236 | + pkg-types: 1.1.3 | |
11237 | + ufo: 1.5.4 | |
10133 | 11238 | |
10134 | 11239 | mrmime@1.0.1: {} |
10135 | 11240 | |
... | ... | @@ -10158,7 +11263,17 @@ snapshots: |
10158 | 11263 | |
10159 | 11264 | node-abort-controller@3.1.1: {} |
10160 | 11265 | |
10161 | - node-releases@2.0.14: {} | |
11266 | + node-fetch@2.7.0: | |
11267 | + dependencies: | |
11268 | + whatwg-url: 5.0.0 | |
11269 | + | |
11270 | + node-gyp-build@4.8.1: {} | |
11271 | + | |
11272 | + node-releases@2.0.18: {} | |
11273 | + | |
11274 | + nopt@5.0.0: | |
11275 | + dependencies: | |
11276 | + abbrev: 1.1.1 | |
10162 | 11277 | |
10163 | 11278 | normalize-package-data@2.5.0: |
10164 | 11279 | dependencies: |
... | ... | @@ -10170,8 +11285,8 @@ snapshots: |
10170 | 11285 | normalize-package-data@3.0.3: |
10171 | 11286 | dependencies: |
10172 | 11287 | hosted-git-info: 4.1.0 |
10173 | - is-core-module: 2.14.0 | |
10174 | - semver: 7.6.2 | |
11288 | + is-core-module: 2.15.0 | |
11289 | + semver: 7.6.3 | |
10175 | 11290 | validate-npm-package-license: 3.0.4 |
10176 | 11291 | |
10177 | 11292 | normalize-path@3.0.0: {} |
... | ... | @@ -10184,6 +11299,13 @@ snapshots: |
10184 | 11299 | dependencies: |
10185 | 11300 | path-key: 4.0.0 |
10186 | 11301 | |
11302 | + npmlog@5.0.1: | |
11303 | + dependencies: | |
11304 | + are-we-there-yet: 2.0.0 | |
11305 | + console-control-strings: 1.1.0 | |
11306 | + gauge: 3.0.2 | |
11307 | + set-blocking: 2.0.0 | |
11308 | + | |
10187 | 11309 | nth-check@2.1.1: |
10188 | 11310 | dependencies: |
10189 | 11311 | boolbase: 1.0.0 |
... | ... | @@ -10227,12 +11349,6 @@ snapshots: |
10227 | 11349 | define-properties: 1.2.1 |
10228 | 11350 | es-abstract: 1.23.3 |
10229 | 11351 | |
10230 | - object.hasown@1.1.4: | |
10231 | - dependencies: | |
10232 | - define-properties: 1.2.1 | |
10233 | - es-abstract: 1.23.3 | |
10234 | - es-object-atoms: 1.0.0 | |
10235 | - | |
10236 | 11352 | object.values@1.2.0: |
10237 | 11353 | dependencies: |
10238 | 11354 | call-bind: 1.0.7 |
... | ... | @@ -10251,6 +11367,10 @@ snapshots: |
10251 | 11367 | dependencies: |
10252 | 11368 | mimic-fn: 4.0.0 |
10253 | 11369 | |
11370 | + onetime@7.0.0: | |
11371 | + dependencies: | |
11372 | + mimic-function: 5.0.1 | |
11373 | + | |
10254 | 11374 | optionator@0.9.4: |
10255 | 11375 | dependencies: |
10256 | 11376 | deep-is: 0.1.4 |
... | ... | @@ -10282,7 +11402,7 @@ snapshots: |
10282 | 11402 | |
10283 | 11403 | p-limit@4.0.0: |
10284 | 11404 | dependencies: |
10285 | - yocto-queue: 1.0.0 | |
11405 | + yocto-queue: 1.1.1 | |
10286 | 11406 | |
10287 | 11407 | p-locate@3.0.0: |
10288 | 11408 | dependencies: |
... | ... | @@ -10354,13 +11474,15 @@ snapshots: |
10354 | 11474 | |
10355 | 11475 | path-scurry@1.11.1: |
10356 | 11476 | dependencies: |
10357 | - lru-cache: 10.2.2 | |
11477 | + lru-cache: 10.4.3 | |
10358 | 11478 | minipass: 7.1.2 |
10359 | 11479 | |
10360 | 11480 | path-to-regexp@6.2.2: {} |
10361 | 11481 | |
10362 | 11482 | path-type@4.0.0: {} |
10363 | 11483 | |
11484 | + pathe@1.1.2: {} | |
11485 | + | |
10364 | 11486 | pbkdf2@3.1.2: |
10365 | 11487 | dependencies: |
10366 | 11488 | create-hash: 1.2.0 |
... | ... | @@ -10389,6 +11511,12 @@ snapshots: |
10389 | 11511 | dependencies: |
10390 | 11512 | find-up: 6.3.0 |
10391 | 11513 | |
11514 | + pkg-types@1.1.3: | |
11515 | + dependencies: | |
11516 | + confbox: 0.1.7 | |
11517 | + mlly: 1.7.1 | |
11518 | + pathe: 1.1.2 | |
11519 | + | |
10392 | 11520 | pkg-up@3.1.0: |
10393 | 11521 | dependencies: |
10394 | 11522 | find-up: 3.0.0 |
... | ... | @@ -10401,237 +11529,237 @@ snapshots: |
10401 | 11529 | |
10402 | 11530 | possible-typed-array-names@1.0.0: {} |
10403 | 11531 | |
10404 | - postcss-calc@9.0.1(postcss@8.4.38): | |
11532 | + postcss-calc@9.0.1(postcss@8.4.40): | |
10405 | 11533 | dependencies: |
10406 | - postcss: 8.4.38 | |
10407 | - postcss-selector-parser: 6.1.0 | |
11534 | + postcss: 8.4.40 | |
11535 | + postcss-selector-parser: 6.1.1 | |
10408 | 11536 | postcss-value-parser: 4.2.0 |
10409 | 11537 | |
10410 | - postcss-colormin@6.1.0(postcss@8.4.38): | |
11538 | + postcss-colormin@6.1.0(postcss@8.4.40): | |
10411 | 11539 | dependencies: |
10412 | 11540 | browserslist: 4.23.1 |
10413 | 11541 | caniuse-api: 3.0.0 |
10414 | 11542 | colord: 2.9.3 |
10415 | - postcss: 8.4.38 | |
11543 | + postcss: 8.4.40 | |
10416 | 11544 | postcss-value-parser: 4.2.0 |
10417 | 11545 | |
10418 | - postcss-convert-values@6.1.0(postcss@8.4.38): | |
11546 | + postcss-convert-values@6.1.0(postcss@8.4.40): | |
10419 | 11547 | dependencies: |
10420 | 11548 | browserslist: 4.23.1 |
10421 | - postcss: 8.4.38 | |
11549 | + postcss: 8.4.40 | |
10422 | 11550 | postcss-value-parser: 4.2.0 |
10423 | 11551 | |
10424 | - postcss-custom-properties@13.1.5(postcss@8.4.38): | |
11552 | + postcss-custom-properties@13.1.5(postcss@8.4.40): | |
10425 | 11553 | dependencies: |
10426 | - '@csstools/cascade-layer-name-parser': 1.0.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1) | |
10427 | - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) | |
10428 | - '@csstools/css-tokenizer': 2.3.1 | |
10429 | - postcss: 8.4.38 | |
11554 | + '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) | |
11555 | + '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) | |
11556 | + '@csstools/css-tokenizer': 2.4.1 | |
11557 | + postcss: 8.4.40 | |
10430 | 11558 | postcss-value-parser: 4.2.0 |
10431 | 11559 | |
10432 | - postcss-discard-comments@6.0.2(postcss@8.4.38): | |
11560 | + postcss-discard-comments@6.0.2(postcss@8.4.40): | |
10433 | 11561 | dependencies: |
10434 | - postcss: 8.4.38 | |
11562 | + postcss: 8.4.40 | |
10435 | 11563 | |
10436 | - postcss-discard-duplicates@6.0.3(postcss@8.4.38): | |
11564 | + postcss-discard-duplicates@6.0.3(postcss@8.4.40): | |
10437 | 11565 | dependencies: |
10438 | - postcss: 8.4.38 | |
11566 | + postcss: 8.4.40 | |
10439 | 11567 | |
10440 | - postcss-discard-empty@6.0.3(postcss@8.4.38): | |
11568 | + postcss-discard-empty@6.0.3(postcss@8.4.40): | |
10441 | 11569 | dependencies: |
10442 | - postcss: 8.4.38 | |
11570 | + postcss: 8.4.40 | |
10443 | 11571 | |
10444 | - postcss-discard-overridden@6.0.2(postcss@8.4.38): | |
11572 | + postcss-discard-overridden@6.0.2(postcss@8.4.40): | |
10445 | 11573 | dependencies: |
10446 | - postcss: 8.4.38 | |
11574 | + postcss: 8.4.40 | |
10447 | 11575 | |
10448 | - postcss-flexbugs-fixes@5.0.2(postcss@8.4.38): | |
11576 | + postcss-flexbugs-fixes@5.0.2(postcss@8.4.40): | |
10449 | 11577 | dependencies: |
10450 | - postcss: 8.4.38 | |
11578 | + postcss: 8.4.40 | |
10451 | 11579 | |
10452 | - postcss-font-variant@5.0.0(postcss@8.4.38): | |
11580 | + postcss-font-variant@5.0.0(postcss@8.4.40): | |
10453 | 11581 | dependencies: |
10454 | - postcss: 8.4.38 | |
11582 | + postcss: 8.4.40 | |
10455 | 11583 | |
10456 | - postcss-import@15.1.0(postcss@8.4.38): | |
11584 | + postcss-import@15.1.0(postcss@8.4.40): | |
10457 | 11585 | dependencies: |
10458 | - postcss: 8.4.38 | |
11586 | + postcss: 8.4.40 | |
10459 | 11587 | postcss-value-parser: 4.2.0 |
10460 | 11588 | read-cache: 1.0.0 |
10461 | 11589 | resolve: 1.22.8 |
10462 | 11590 | |
10463 | - postcss-initial@4.0.1(postcss@8.4.38): | |
11591 | + postcss-initial@4.0.1(postcss@8.4.40): | |
10464 | 11592 | dependencies: |
10465 | - postcss: 8.4.38 | |
11593 | + postcss: 8.4.40 | |
10466 | 11594 | |
10467 | - postcss-js@4.0.1(postcss@8.4.38): | |
11595 | + postcss-js@4.0.1(postcss@8.4.40): | |
10468 | 11596 | dependencies: |
10469 | 11597 | camelcase-css: 2.0.1 |
10470 | - postcss: 8.4.38 | |
11598 | + postcss: 8.4.40 | |
10471 | 11599 | |
10472 | 11600 | postcss-less@4.0.1: |
10473 | 11601 | dependencies: |
10474 | - postcss: 8.4.38 | |
11602 | + postcss: 8.4.40 | |
10475 | 11603 | |
10476 | - postcss-load-config@4.0.2(postcss@8.4.38): | |
11604 | + postcss-load-config@4.0.2(postcss@8.4.40): | |
10477 | 11605 | dependencies: |
10478 | 11606 | lilconfig: 3.1.2 |
10479 | - yaml: 2.4.5 | |
11607 | + yaml: 2.5.0 | |
10480 | 11608 | optionalDependencies: |
10481 | - postcss: 8.4.38 | |
11609 | + postcss: 8.4.40 | |
10482 | 11610 | |
10483 | - postcss-media-minmax@5.0.0(postcss@8.4.38): | |
11611 | + postcss-media-minmax@5.0.0(postcss@8.4.40): | |
10484 | 11612 | dependencies: |
10485 | - postcss: 8.4.38 | |
11613 | + postcss: 8.4.40 | |
10486 | 11614 | |
10487 | 11615 | postcss-media-query-parser@0.2.3: |
10488 | 11616 | optional: true |
10489 | 11617 | |
10490 | - postcss-merge-longhand@6.0.5(postcss@8.4.38): | |
11618 | + postcss-merge-longhand@6.0.5(postcss@8.4.40): | |
10491 | 11619 | dependencies: |
10492 | - postcss: 8.4.38 | |
11620 | + postcss: 8.4.40 | |
10493 | 11621 | postcss-value-parser: 4.2.0 |
10494 | - stylehacks: 6.1.1(postcss@8.4.38) | |
11622 | + stylehacks: 6.1.1(postcss@8.4.40) | |
10495 | 11623 | |
10496 | - postcss-merge-rules@6.1.1(postcss@8.4.38): | |
11624 | + postcss-merge-rules@6.1.1(postcss@8.4.40): | |
10497 | 11625 | dependencies: |
10498 | 11626 | browserslist: 4.23.1 |
10499 | 11627 | caniuse-api: 3.0.0 |
10500 | - cssnano-utils: 4.0.2(postcss@8.4.38) | |
10501 | - postcss: 8.4.38 | |
10502 | - postcss-selector-parser: 6.1.0 | |
11628 | + cssnano-utils: 4.0.2(postcss@8.4.40) | |
11629 | + postcss: 8.4.40 | |
11630 | + postcss-selector-parser: 6.1.1 | |
10503 | 11631 | |
10504 | - postcss-minify-font-values@6.1.0(postcss@8.4.38): | |
11632 | + postcss-minify-font-values@6.1.0(postcss@8.4.40): | |
10505 | 11633 | dependencies: |
10506 | - postcss: 8.4.38 | |
11634 | + postcss: 8.4.40 | |
10507 | 11635 | postcss-value-parser: 4.2.0 |
10508 | 11636 | |
10509 | - postcss-minify-gradients@6.0.3(postcss@8.4.38): | |
11637 | + postcss-minify-gradients@6.0.3(postcss@8.4.40): | |
10510 | 11638 | dependencies: |
10511 | 11639 | colord: 2.9.3 |
10512 | - cssnano-utils: 4.0.2(postcss@8.4.38) | |
10513 | - postcss: 8.4.38 | |
11640 | + cssnano-utils: 4.0.2(postcss@8.4.40) | |
11641 | + postcss: 8.4.40 | |
10514 | 11642 | postcss-value-parser: 4.2.0 |
10515 | 11643 | |
10516 | - postcss-minify-params@6.1.0(postcss@8.4.38): | |
11644 | + postcss-minify-params@6.1.0(postcss@8.4.40): | |
10517 | 11645 | dependencies: |
10518 | 11646 | browserslist: 4.23.1 |
10519 | - cssnano-utils: 4.0.2(postcss@8.4.38) | |
10520 | - postcss: 8.4.38 | |
11647 | + cssnano-utils: 4.0.2(postcss@8.4.40) | |
11648 | + postcss: 8.4.40 | |
10521 | 11649 | postcss-value-parser: 4.2.0 |
10522 | 11650 | |
10523 | - postcss-minify-selectors@6.0.4(postcss@8.4.38): | |
11651 | + postcss-minify-selectors@6.0.4(postcss@8.4.40): | |
10524 | 11652 | dependencies: |
10525 | - postcss: 8.4.38 | |
10526 | - postcss-selector-parser: 6.1.0 | |
11653 | + postcss: 8.4.40 | |
11654 | + postcss-selector-parser: 6.1.1 | |
10527 | 11655 | |
10528 | - postcss-nested@6.0.1(postcss@8.4.38): | |
11656 | + postcss-nested@6.2.0(postcss@8.4.40): | |
10529 | 11657 | dependencies: |
10530 | - postcss: 8.4.38 | |
10531 | - postcss-selector-parser: 6.1.0 | |
11658 | + postcss: 8.4.40 | |
11659 | + postcss-selector-parser: 6.1.1 | |
10532 | 11660 | |
10533 | - postcss-nesting@12.0.1(postcss@8.4.38): | |
11661 | + postcss-nesting@12.0.1(postcss@8.4.40): | |
10534 | 11662 | dependencies: |
10535 | - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) | |
10536 | - postcss: 8.4.38 | |
10537 | - postcss-selector-parser: 6.1.0 | |
11663 | + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) | |
11664 | + postcss: 8.4.40 | |
11665 | + postcss-selector-parser: 6.1.1 | |
10538 | 11666 | |
10539 | - postcss-normalize-charset@6.0.2(postcss@8.4.38): | |
11667 | + postcss-normalize-charset@6.0.2(postcss@8.4.40): | |
10540 | 11668 | dependencies: |
10541 | - postcss: 8.4.38 | |
11669 | + postcss: 8.4.40 | |
10542 | 11670 | |
10543 | - postcss-normalize-display-values@6.0.2(postcss@8.4.38): | |
11671 | + postcss-normalize-display-values@6.0.2(postcss@8.4.40): | |
10544 | 11672 | dependencies: |
10545 | - postcss: 8.4.38 | |
11673 | + postcss: 8.4.40 | |
10546 | 11674 | postcss-value-parser: 4.2.0 |
10547 | 11675 | |
10548 | - postcss-normalize-positions@6.0.2(postcss@8.4.38): | |
11676 | + postcss-normalize-positions@6.0.2(postcss@8.4.40): | |
10549 | 11677 | dependencies: |
10550 | - postcss: 8.4.38 | |
11678 | + postcss: 8.4.40 | |
10551 | 11679 | postcss-value-parser: 4.2.0 |
10552 | 11680 | |
10553 | - postcss-normalize-repeat-style@6.0.2(postcss@8.4.38): | |
11681 | + postcss-normalize-repeat-style@6.0.2(postcss@8.4.40): | |
10554 | 11682 | dependencies: |
10555 | - postcss: 8.4.38 | |
11683 | + postcss: 8.4.40 | |
10556 | 11684 | postcss-value-parser: 4.2.0 |
10557 | 11685 | |
10558 | - postcss-normalize-string@6.0.2(postcss@8.4.38): | |
11686 | + postcss-normalize-string@6.0.2(postcss@8.4.40): | |
10559 | 11687 | dependencies: |
10560 | - postcss: 8.4.38 | |
11688 | + postcss: 8.4.40 | |
10561 | 11689 | postcss-value-parser: 4.2.0 |
10562 | 11690 | |
10563 | - postcss-normalize-timing-functions@6.0.2(postcss@8.4.38): | |
11691 | + postcss-normalize-timing-functions@6.0.2(postcss@8.4.40): | |
10564 | 11692 | dependencies: |
10565 | - postcss: 8.4.38 | |
11693 | + postcss: 8.4.40 | |
10566 | 11694 | postcss-value-parser: 4.2.0 |
10567 | 11695 | |
10568 | - postcss-normalize-unicode@6.1.0(postcss@8.4.38): | |
11696 | + postcss-normalize-unicode@6.1.0(postcss@8.4.40): | |
10569 | 11697 | dependencies: |
10570 | 11698 | browserslist: 4.23.1 |
10571 | - postcss: 8.4.38 | |
11699 | + postcss: 8.4.40 | |
10572 | 11700 | postcss-value-parser: 4.2.0 |
10573 | 11701 | |
10574 | - postcss-normalize-url@6.0.2(postcss@8.4.38): | |
11702 | + postcss-normalize-url@6.0.2(postcss@8.4.40): | |
10575 | 11703 | dependencies: |
10576 | - postcss: 8.4.38 | |
11704 | + postcss: 8.4.40 | |
10577 | 11705 | postcss-value-parser: 4.2.0 |
10578 | 11706 | |
10579 | - postcss-normalize-whitespace@6.0.2(postcss@8.4.38): | |
11707 | + postcss-normalize-whitespace@6.0.2(postcss@8.4.40): | |
10580 | 11708 | dependencies: |
10581 | - postcss: 8.4.38 | |
11709 | + postcss: 8.4.40 | |
10582 | 11710 | postcss-value-parser: 4.2.0 |
10583 | 11711 | |
10584 | - postcss-ordered-values@6.0.2(postcss@8.4.38): | |
11712 | + postcss-ordered-values@6.0.2(postcss@8.4.40): | |
10585 | 11713 | dependencies: |
10586 | - cssnano-utils: 4.0.2(postcss@8.4.38) | |
10587 | - postcss: 8.4.38 | |
11714 | + cssnano-utils: 4.0.2(postcss@8.4.40) | |
11715 | + postcss: 8.4.40 | |
10588 | 11716 | postcss-value-parser: 4.2.0 |
10589 | 11717 | |
10590 | - postcss-page-break@3.0.4(postcss@8.4.38): | |
11718 | + postcss-page-break@3.0.4(postcss@8.4.40): | |
10591 | 11719 | dependencies: |
10592 | - postcss: 8.4.38 | |
11720 | + postcss: 8.4.40 | |
10593 | 11721 | |
10594 | - postcss-reduce-initial@6.1.0(postcss@8.4.38): | |
11722 | + postcss-reduce-initial@6.1.0(postcss@8.4.40): | |
10595 | 11723 | dependencies: |
10596 | 11724 | browserslist: 4.23.1 |
10597 | 11725 | caniuse-api: 3.0.0 |
10598 | - postcss: 8.4.38 | |
11726 | + postcss: 8.4.40 | |
10599 | 11727 | |
10600 | - postcss-reduce-transforms@6.0.2(postcss@8.4.38): | |
11728 | + postcss-reduce-transforms@6.0.2(postcss@8.4.40): | |
10601 | 11729 | dependencies: |
10602 | - postcss: 8.4.38 | |
11730 | + postcss: 8.4.40 | |
10603 | 11731 | postcss-value-parser: 4.2.0 |
10604 | 11732 | |
10605 | - postcss-resolve-nested-selector@0.1.1: {} | |
11733 | + postcss-resolve-nested-selector@0.1.4: {} | |
10606 | 11734 | |
10607 | - postcss-safe-parser@6.0.0(postcss@8.4.38): | |
11735 | + postcss-safe-parser@6.0.0(postcss@8.4.40): | |
10608 | 11736 | dependencies: |
10609 | - postcss: 8.4.38 | |
11737 | + postcss: 8.4.40 | |
10610 | 11738 | |
10611 | - postcss-selector-parser@6.1.0: | |
11739 | + postcss-selector-parser@6.1.1: | |
10612 | 11740 | dependencies: |
10613 | 11741 | cssesc: 3.0.0 |
10614 | 11742 | util-deprecate: 1.0.2 |
10615 | 11743 | |
10616 | - postcss-sorting@6.0.0(postcss@8.4.38): | |
11744 | + postcss-sorting@6.0.0(postcss@8.4.40): | |
10617 | 11745 | dependencies: |
10618 | 11746 | lodash: 4.17.21 |
10619 | - postcss: 8.4.38 | |
11747 | + postcss: 8.4.40 | |
10620 | 11748 | |
10621 | - postcss-svgo@6.0.3(postcss@8.4.38): | |
11749 | + postcss-svgo@6.0.3(postcss@8.4.40): | |
10622 | 11750 | dependencies: |
10623 | - postcss: 8.4.38 | |
11751 | + postcss: 8.4.40 | |
10624 | 11752 | postcss-value-parser: 4.2.0 |
10625 | 11753 | svgo: 3.3.2 |
10626 | 11754 | |
10627 | - postcss-unique-selectors@6.0.4(postcss@8.4.38): | |
11755 | + postcss-unique-selectors@6.0.4(postcss@8.4.40): | |
10628 | 11756 | dependencies: |
10629 | - postcss: 8.4.38 | |
10630 | - postcss-selector-parser: 6.1.0 | |
11757 | + postcss: 8.4.40 | |
11758 | + postcss-selector-parser: 6.1.1 | |
10631 | 11759 | |
10632 | 11760 | postcss-value-parser@4.2.0: {} |
10633 | 11761 | |
10634 | - postcss@8.4.38: | |
11762 | + postcss@8.4.40: | |
10635 | 11763 | dependencies: |
10636 | 11764 | nanoid: 3.3.7 |
10637 | 11765 | picocolors: 1.0.1 |
... | ... | @@ -10643,21 +11771,21 @@ snapshots: |
10643 | 11771 | dependencies: |
10644 | 11772 | fast-diff: 1.3.0 |
10645 | 11773 | |
10646 | - prettier-plugin-organize-imports@3.2.4(prettier@3.3.2)(typescript@5.5.2): | |
11774 | + prettier-plugin-organize-imports@3.2.4(prettier@3.3.3)(typescript@5.5.4): | |
10647 | 11775 | dependencies: |
10648 | - prettier: 3.3.2 | |
10649 | - typescript: 5.5.2 | |
11776 | + prettier: 3.3.3 | |
11777 | + typescript: 5.5.4 | |
10650 | 11778 | |
10651 | - prettier-plugin-two-style-order@1.0.1(prettier@3.3.2): | |
11779 | + prettier-plugin-two-style-order@1.0.1(prettier@3.3.3): | |
10652 | 11780 | dependencies: |
10653 | - postcss: 8.4.38 | |
11781 | + postcss: 8.4.40 | |
10654 | 11782 | postcss-less: 4.0.1 |
10655 | - postcss-sorting: 6.0.0(postcss@8.4.38) | |
10656 | - prettier: 3.3.2 | |
11783 | + postcss-sorting: 6.0.0(postcss@8.4.40) | |
11784 | + prettier: 3.3.3 | |
10657 | 11785 | |
10658 | 11786 | prettier@2.8.8: {} |
10659 | 11787 | |
10660 | - prettier@3.3.2: {} | |
11788 | + prettier@3.3.3: {} | |
10661 | 11789 | |
10662 | 11790 | pretty-error@4.0.0: |
10663 | 11791 | dependencies: |
... | ... | @@ -10751,7 +11879,7 @@ snapshots: |
10751 | 11879 | |
10752 | 11880 | pug-walk@2.0.0: {} |
10753 | 11881 | |
10754 | - pug@3.0.2: | |
11882 | + pug@3.0.3: | |
10755 | 11883 | dependencies: |
10756 | 11884 | pug-code-gen: 3.0.3 |
10757 | 11885 | pug-filters: 4.0.0 |
... | ... | @@ -10771,11 +11899,11 @@ snapshots: |
10771 | 11899 | |
10772 | 11900 | punycode@2.3.1: {} |
10773 | 11901 | |
10774 | - qs@6.12.1: | |
11902 | + qs@6.12.3: | |
10775 | 11903 | dependencies: |
10776 | 11904 | side-channel: 1.0.6 |
10777 | 11905 | |
10778 | - query-string@9.0.0: | |
11906 | + query-string@9.1.0: | |
10779 | 11907 | dependencies: |
10780 | 11908 | decode-uri-component: 0.4.1 |
10781 | 11909 | filter-obj: 5.1.0 |
... | ... | @@ -10796,6 +11924,325 @@ snapshots: |
10796 | 11924 | randombytes: 2.1.0 |
10797 | 11925 | safe-buffer: 5.2.1 |
10798 | 11926 | |
11927 | + rc-cascader@3.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11928 | + dependencies: | |
11929 | + '@babel/runtime': 7.25.0 | |
11930 | + array-tree-filter: 2.1.0 | |
11931 | + classnames: 2.5.1 | |
11932 | + rc-select: 14.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11933 | + rc-tree: 5.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11934 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11935 | + react: 18.3.1 | |
11936 | + react-dom: 18.3.1(react@18.3.1) | |
11937 | + | |
11938 | + rc-checkbox@3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11939 | + dependencies: | |
11940 | + '@babel/runtime': 7.25.0 | |
11941 | + classnames: 2.5.1 | |
11942 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11943 | + react: 18.3.1 | |
11944 | + react-dom: 18.3.1(react@18.3.1) | |
11945 | + | |
11946 | + rc-collapse@3.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11947 | + dependencies: | |
11948 | + '@babel/runtime': 7.25.0 | |
11949 | + classnames: 2.5.1 | |
11950 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11951 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11952 | + react: 18.3.1 | |
11953 | + react-dom: 18.3.1(react@18.3.1) | |
11954 | + | |
11955 | + rc-dialog@9.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11956 | + dependencies: | |
11957 | + '@babel/runtime': 7.25.0 | |
11958 | + '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11959 | + classnames: 2.5.1 | |
11960 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11961 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11962 | + react: 18.3.1 | |
11963 | + react-dom: 18.3.1(react@18.3.1) | |
11964 | + | |
11965 | + rc-drawer@7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11966 | + dependencies: | |
11967 | + '@babel/runtime': 7.25.0 | |
11968 | + '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11969 | + classnames: 2.5.1 | |
11970 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11971 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11972 | + react: 18.3.1 | |
11973 | + react-dom: 18.3.1(react@18.3.1) | |
11974 | + | |
11975 | + rc-dropdown@4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11976 | + dependencies: | |
11977 | + '@babel/runtime': 7.25.0 | |
11978 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11979 | + classnames: 2.5.1 | |
11980 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11981 | + react: 18.3.1 | |
11982 | + react-dom: 18.3.1(react@18.3.1) | |
11983 | + | |
11984 | + rc-field-form@2.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11985 | + dependencies: | |
11986 | + '@babel/runtime': 7.25.0 | |
11987 | + '@rc-component/async-validator': 5.0.4 | |
11988 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11989 | + react: 18.3.1 | |
11990 | + react-dom: 18.3.1(react@18.3.1) | |
11991 | + | |
11992 | + rc-image@7.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
11993 | + dependencies: | |
11994 | + '@babel/runtime': 7.25.0 | |
11995 | + '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11996 | + classnames: 2.5.1 | |
11997 | + rc-dialog: 9.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11998 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
11999 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12000 | + react: 18.3.1 | |
12001 | + react-dom: 18.3.1(react@18.3.1) | |
12002 | + | |
12003 | + rc-input-number@9.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12004 | + dependencies: | |
12005 | + '@babel/runtime': 7.25.0 | |
12006 | + '@rc-component/mini-decimal': 1.1.0 | |
12007 | + classnames: 2.5.1 | |
12008 | + rc-input: 1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12009 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12010 | + react: 18.3.1 | |
12011 | + react-dom: 18.3.1(react@18.3.1) | |
12012 | + | |
12013 | + rc-input@1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12014 | + dependencies: | |
12015 | + '@babel/runtime': 7.25.0 | |
12016 | + classnames: 2.5.1 | |
12017 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12018 | + react: 18.3.1 | |
12019 | + react-dom: 18.3.1(react@18.3.1) | |
12020 | + | |
12021 | + rc-mentions@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12022 | + dependencies: | |
12023 | + '@babel/runtime': 7.25.0 | |
12024 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12025 | + classnames: 2.5.1 | |
12026 | + rc-input: 1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12027 | + rc-menu: 9.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12028 | + rc-textarea: 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12029 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12030 | + react: 18.3.1 | |
12031 | + react-dom: 18.3.1(react@18.3.1) | |
12032 | + | |
12033 | + rc-menu@9.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12034 | + dependencies: | |
12035 | + '@babel/runtime': 7.25.0 | |
12036 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12037 | + classnames: 2.5.1 | |
12038 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12039 | + rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12040 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12041 | + react: 18.3.1 | |
12042 | + react-dom: 18.3.1(react@18.3.1) | |
12043 | + | |
12044 | + rc-motion@2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12045 | + dependencies: | |
12046 | + '@babel/runtime': 7.25.0 | |
12047 | + classnames: 2.5.1 | |
12048 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12049 | + react: 18.3.1 | |
12050 | + react-dom: 18.3.1(react@18.3.1) | |
12051 | + | |
12052 | + rc-notification@5.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12053 | + dependencies: | |
12054 | + '@babel/runtime': 7.25.0 | |
12055 | + classnames: 2.5.1 | |
12056 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12057 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12058 | + react: 18.3.1 | |
12059 | + react-dom: 18.3.1(react@18.3.1) | |
12060 | + | |
12061 | + rc-overflow@1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12062 | + dependencies: | |
12063 | + '@babel/runtime': 7.25.0 | |
12064 | + classnames: 2.5.1 | |
12065 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12066 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12067 | + react: 18.3.1 | |
12068 | + react-dom: 18.3.1(react@18.3.1) | |
12069 | + | |
12070 | + rc-pagination@4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12071 | + dependencies: | |
12072 | + '@babel/runtime': 7.25.0 | |
12073 | + classnames: 2.5.1 | |
12074 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12075 | + react: 18.3.1 | |
12076 | + react-dom: 18.3.1(react@18.3.1) | |
12077 | + | |
12078 | + rc-picker@4.6.10(dayjs@1.11.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12079 | + dependencies: | |
12080 | + '@babel/runtime': 7.25.0 | |
12081 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12082 | + classnames: 2.5.1 | |
12083 | + rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12084 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12085 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12086 | + react: 18.3.1 | |
12087 | + react-dom: 18.3.1(react@18.3.1) | |
12088 | + optionalDependencies: | |
12089 | + dayjs: 1.11.12 | |
12090 | + | |
12091 | + rc-progress@4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12092 | + dependencies: | |
12093 | + '@babel/runtime': 7.25.0 | |
12094 | + classnames: 2.5.1 | |
12095 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12096 | + react: 18.3.1 | |
12097 | + react-dom: 18.3.1(react@18.3.1) | |
12098 | + | |
12099 | + rc-rate@2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12100 | + dependencies: | |
12101 | + '@babel/runtime': 7.25.0 | |
12102 | + classnames: 2.5.1 | |
12103 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12104 | + react: 18.3.1 | |
12105 | + react-dom: 18.3.1(react@18.3.1) | |
12106 | + | |
12107 | + rc-resize-observer@1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12108 | + dependencies: | |
12109 | + '@babel/runtime': 7.25.0 | |
12110 | + classnames: 2.5.1 | |
12111 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12112 | + react: 18.3.1 | |
12113 | + react-dom: 18.3.1(react@18.3.1) | |
12114 | + resize-observer-polyfill: 1.5.1 | |
12115 | + | |
12116 | + rc-segmented@2.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12117 | + dependencies: | |
12118 | + '@babel/runtime': 7.25.0 | |
12119 | + classnames: 2.5.1 | |
12120 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12121 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12122 | + react: 18.3.1 | |
12123 | + react-dom: 18.3.1(react@18.3.1) | |
12124 | + | |
12125 | + rc-select@14.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12126 | + dependencies: | |
12127 | + '@babel/runtime': 7.25.0 | |
12128 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12129 | + classnames: 2.5.1 | |
12130 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12131 | + rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12132 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12133 | + rc-virtual-list: 3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12134 | + react: 18.3.1 | |
12135 | + react-dom: 18.3.1(react@18.3.1) | |
12136 | + | |
12137 | + rc-slider@10.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12138 | + dependencies: | |
12139 | + '@babel/runtime': 7.25.0 | |
12140 | + classnames: 2.5.1 | |
12141 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12142 | + react: 18.3.1 | |
12143 | + react-dom: 18.3.1(react@18.3.1) | |
12144 | + | |
12145 | + rc-steps@6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12146 | + dependencies: | |
12147 | + '@babel/runtime': 7.25.0 | |
12148 | + classnames: 2.5.1 | |
12149 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12150 | + react: 18.3.1 | |
12151 | + react-dom: 18.3.1(react@18.3.1) | |
12152 | + | |
12153 | + rc-switch@4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12154 | + dependencies: | |
12155 | + '@babel/runtime': 7.25.0 | |
12156 | + classnames: 2.5.1 | |
12157 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12158 | + react: 18.3.1 | |
12159 | + react-dom: 18.3.1(react@18.3.1) | |
12160 | + | |
12161 | + rc-table@7.45.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12162 | + dependencies: | |
12163 | + '@babel/runtime': 7.25.0 | |
12164 | + '@rc-component/context': 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12165 | + classnames: 2.5.1 | |
12166 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12167 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12168 | + rc-virtual-list: 3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12169 | + react: 18.3.1 | |
12170 | + react-dom: 18.3.1(react@18.3.1) | |
12171 | + | |
12172 | + rc-tabs@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12173 | + dependencies: | |
12174 | + '@babel/runtime': 7.25.0 | |
12175 | + classnames: 2.5.1 | |
12176 | + rc-dropdown: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12177 | + rc-menu: 9.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12178 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12179 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12180 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12181 | + react: 18.3.1 | |
12182 | + react-dom: 18.3.1(react@18.3.1) | |
12183 | + | |
12184 | + rc-textarea@1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12185 | + dependencies: | |
12186 | + '@babel/runtime': 7.25.0 | |
12187 | + classnames: 2.5.1 | |
12188 | + rc-input: 1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12189 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12190 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12191 | + react: 18.3.1 | |
12192 | + react-dom: 18.3.1(react@18.3.1) | |
12193 | + | |
12194 | + rc-tooltip@6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12195 | + dependencies: | |
12196 | + '@babel/runtime': 7.25.0 | |
12197 | + '@rc-component/trigger': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12198 | + classnames: 2.5.1 | |
12199 | + react: 18.3.1 | |
12200 | + react-dom: 18.3.1(react@18.3.1) | |
12201 | + | |
12202 | + rc-tree-select@5.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12203 | + dependencies: | |
12204 | + '@babel/runtime': 7.25.0 | |
12205 | + classnames: 2.5.1 | |
12206 | + rc-select: 14.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12207 | + rc-tree: 5.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12208 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12209 | + react: 18.3.1 | |
12210 | + react-dom: 18.3.1(react@18.3.1) | |
12211 | + | |
12212 | + rc-tree@5.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12213 | + dependencies: | |
12214 | + '@babel/runtime': 7.25.0 | |
12215 | + classnames: 2.5.1 | |
12216 | + rc-motion: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12217 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12218 | + rc-virtual-list: 3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12219 | + react: 18.3.1 | |
12220 | + react-dom: 18.3.1(react@18.3.1) | |
12221 | + | |
12222 | + rc-upload@4.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12223 | + dependencies: | |
12224 | + '@babel/runtime': 7.25.0 | |
12225 | + classnames: 2.5.1 | |
12226 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12227 | + react: 18.3.1 | |
12228 | + react-dom: 18.3.1(react@18.3.1) | |
12229 | + | |
12230 | + rc-util@5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12231 | + dependencies: | |
12232 | + '@babel/runtime': 7.25.0 | |
12233 | + react: 18.3.1 | |
12234 | + react-dom: 18.3.1(react@18.3.1) | |
12235 | + react-is: 18.3.1 | |
12236 | + | |
12237 | + rc-virtual-list@3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): | |
12238 | + dependencies: | |
12239 | + '@babel/runtime': 7.25.0 | |
12240 | + classnames: 2.5.1 | |
12241 | + rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12242 | + rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) | |
12243 | + react: 18.3.1 | |
12244 | + react-dom: 18.3.1(react@18.3.1) | |
12245 | + | |
10799 | 12246 | react-dom@18.3.1(react@18.3.1): |
10800 | 12247 | dependencies: |
10801 | 12248 | loose-envify: 1.4.0 |
... | ... | @@ -10836,7 +12283,7 @@ snapshots: |
10836 | 12283 | |
10837 | 12284 | react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): |
10838 | 12285 | dependencies: |
10839 | - '@babel/runtime': 7.24.7 | |
12286 | + '@babel/runtime': 7.25.0 | |
10840 | 12287 | dom-helpers: 5.2.1 |
10841 | 12288 | loose-envify: 1.4.0 |
10842 | 12289 | prop-types: 15.8.1 |
... | ... | @@ -10910,13 +12357,17 @@ snapshots: |
10910 | 12357 | indent-string: 5.0.0 |
10911 | 12358 | strip-indent: 4.0.0 |
10912 | 12359 | |
12360 | + reduce-configs@1.0.0: | |
12361 | + dependencies: | |
12362 | + browserslist: 4.23.1 | |
12363 | + | |
10913 | 12364 | redux-promise-middleware@6.2.0(redux@4.2.1): |
10914 | 12365 | dependencies: |
10915 | 12366 | redux: 4.2.1 |
10916 | 12367 | |
10917 | 12368 | redux@4.2.1: |
10918 | 12369 | dependencies: |
10919 | - '@babel/runtime': 7.24.7 | |
12370 | + '@babel/runtime': 7.25.0 | |
10920 | 12371 | |
10921 | 12372 | reflect.getprototypeof@1.0.6: |
10922 | 12373 | dependencies: |
... | ... | @@ -10926,7 +12377,7 @@ snapshots: |
10926 | 12377 | es-errors: 1.3.0 |
10927 | 12378 | get-intrinsic: 1.2.4 |
10928 | 12379 | globalthis: 1.0.4 |
10929 | - which-builtin-type: 1.1.3 | |
12380 | + which-builtin-type: 1.1.4 | |
10930 | 12381 | |
10931 | 12382 | regenerate-unicode-properties@10.1.1: |
10932 | 12383 | dependencies: |
... | ... | @@ -10938,7 +12389,7 @@ snapshots: |
10938 | 12389 | |
10939 | 12390 | regenerator-transform@0.15.2: |
10940 | 12391 | dependencies: |
10941 | - '@babel/runtime': 7.24.7 | |
12392 | + '@babel/runtime': 7.25.0 | |
10942 | 12393 | |
10943 | 12394 | regexp-tree@0.1.27: {} |
10944 | 12395 | |
... | ... | @@ -10986,20 +12437,20 @@ snapshots: |
10986 | 12437 | |
10987 | 12438 | resolve@1.22.8: |
10988 | 12439 | dependencies: |
10989 | - is-core-module: 2.14.0 | |
12440 | + is-core-module: 2.15.0 | |
10990 | 12441 | path-parse: 1.0.7 |
10991 | 12442 | supports-preserve-symlinks-flag: 1.0.0 |
10992 | 12443 | |
10993 | 12444 | resolve@2.0.0-next.5: |
10994 | 12445 | dependencies: |
10995 | - is-core-module: 2.14.0 | |
12446 | + is-core-module: 2.15.0 | |
10996 | 12447 | path-parse: 1.0.7 |
10997 | 12448 | supports-preserve-symlinks-flag: 1.0.0 |
10998 | 12449 | |
10999 | - restore-cursor@4.0.0: | |
12450 | + restore-cursor@5.1.0: | |
11000 | 12451 | dependencies: |
11001 | - onetime: 5.1.2 | |
11002 | - signal-exit: 3.0.7 | |
12452 | + onetime: 7.0.0 | |
12453 | + signal-exit: 4.1.0 | |
11003 | 12454 | |
11004 | 12455 | reusify@1.0.4: {} |
11005 | 12456 | |
... | ... | @@ -11009,9 +12460,9 @@ snapshots: |
11009 | 12460 | dependencies: |
11010 | 12461 | glob: 7.2.3 |
11011 | 12462 | |
11012 | - rimraf@5.0.7: | |
12463 | + rimraf@5.0.9: | |
11013 | 12464 | dependencies: |
11014 | - glob: 10.4.2 | |
12465 | + glob: 10.4.5 | |
11015 | 12466 | |
11016 | 12467 | ripemd160@2.0.2: |
11017 | 12468 | dependencies: |
... | ... | @@ -11020,17 +12471,21 @@ snapshots: |
11020 | 12471 | |
11021 | 12472 | rslog@1.2.2: {} |
11022 | 12473 | |
11023 | - rspack-manifest-plugin@5.0.0(@rspack/core@0.6.5(@swc/helpers@0.5.3)): | |
12474 | + rspack-manifest-plugin@5.0.0(@rspack/core@0.6.5(@swc/helpers@0.5.11)): | |
11024 | 12475 | dependencies: |
11025 | 12476 | tapable: 2.2.1 |
11026 | 12477 | webpack-sources: 2.3.1 |
11027 | 12478 | optionalDependencies: |
11028 | - '@rspack/core': 0.6.5(@swc/helpers@0.5.3) | |
12479 | + '@rspack/core': 0.6.5(@swc/helpers@0.5.11) | |
11029 | 12480 | |
11030 | 12481 | run-parallel@1.2.0: |
11031 | 12482 | dependencies: |
11032 | 12483 | queue-microtask: 1.2.3 |
11033 | 12484 | |
12485 | + rxjs@7.8.1: | |
12486 | + dependencies: | |
12487 | + tslib: 2.6.3 | |
12488 | + | |
11034 | 12489 | safe-array-concat@1.1.2: |
11035 | 12490 | dependencies: |
11036 | 12491 | call-bind: 1.0.7 |
... | ... | @@ -11052,6 +12507,84 @@ snapshots: |
11052 | 12507 | dependencies: |
11053 | 12508 | regexp-tree: 0.1.27 |
11054 | 12509 | |
12510 | + sass-embedded-android-arm64@1.77.8: | |
12511 | + optional: true | |
12512 | + | |
12513 | + sass-embedded-android-arm@1.77.8: | |
12514 | + optional: true | |
12515 | + | |
12516 | + sass-embedded-android-ia32@1.77.8: | |
12517 | + optional: true | |
12518 | + | |
12519 | + sass-embedded-android-x64@1.77.8: | |
12520 | + optional: true | |
12521 | + | |
12522 | + sass-embedded-darwin-arm64@1.77.8: | |
12523 | + optional: true | |
12524 | + | |
12525 | + sass-embedded-darwin-x64@1.77.8: | |
12526 | + optional: true | |
12527 | + | |
12528 | + sass-embedded-linux-arm64@1.77.8: | |
12529 | + optional: true | |
12530 | + | |
12531 | + sass-embedded-linux-arm@1.77.8: | |
12532 | + optional: true | |
12533 | + | |
12534 | + sass-embedded-linux-ia32@1.77.8: | |
12535 | + optional: true | |
12536 | + | |
12537 | + sass-embedded-linux-musl-arm64@1.77.8: | |
12538 | + optional: true | |
12539 | + | |
12540 | + sass-embedded-linux-musl-arm@1.77.8: | |
12541 | + optional: true | |
12542 | + | |
12543 | + sass-embedded-linux-musl-ia32@1.77.8: | |
12544 | + optional: true | |
12545 | + | |
12546 | + sass-embedded-linux-musl-x64@1.77.8: | |
12547 | + optional: true | |
12548 | + | |
12549 | + sass-embedded-linux-x64@1.77.8: | |
12550 | + optional: true | |
12551 | + | |
12552 | + sass-embedded-win32-arm64@1.77.8: | |
12553 | + optional: true | |
12554 | + | |
12555 | + sass-embedded-win32-ia32@1.77.8: | |
12556 | + optional: true | |
12557 | + | |
12558 | + sass-embedded-win32-x64@1.77.8: | |
12559 | + optional: true | |
12560 | + | |
12561 | + sass-embedded@1.77.8: | |
12562 | + dependencies: | |
12563 | + '@bufbuild/protobuf': 1.10.0 | |
12564 | + buffer-builder: 0.2.0 | |
12565 | + immutable: 4.3.7 | |
12566 | + rxjs: 7.8.1 | |
12567 | + supports-color: 8.1.1 | |
12568 | + varint: 6.0.0 | |
12569 | + optionalDependencies: | |
12570 | + sass-embedded-android-arm: 1.77.8 | |
12571 | + sass-embedded-android-arm64: 1.77.8 | |
12572 | + sass-embedded-android-ia32: 1.77.8 | |
12573 | + sass-embedded-android-x64: 1.77.8 | |
12574 | + sass-embedded-darwin-arm64: 1.77.8 | |
12575 | + sass-embedded-darwin-x64: 1.77.8 | |
12576 | + sass-embedded-linux-arm: 1.77.8 | |
12577 | + sass-embedded-linux-arm64: 1.77.8 | |
12578 | + sass-embedded-linux-ia32: 1.77.8 | |
12579 | + sass-embedded-linux-musl-arm: 1.77.8 | |
12580 | + sass-embedded-linux-musl-arm64: 1.77.8 | |
12581 | + sass-embedded-linux-musl-ia32: 1.77.8 | |
12582 | + sass-embedded-linux-musl-x64: 1.77.8 | |
12583 | + sass-embedded-linux-x64: 1.77.8 | |
12584 | + sass-embedded-win32-arm64: 1.77.8 | |
12585 | + sass-embedded-win32-ia32: 1.77.8 | |
12586 | + sass-embedded-win32-x64: 1.77.8 | |
12587 | + | |
11055 | 12588 | scheduler@0.23.2: |
11056 | 12589 | dependencies: |
11057 | 12590 | loose-envify: 1.4.0 |
... | ... | @@ -11065,22 +12598,28 @@ snapshots: |
11065 | 12598 | schema-utils@4.2.0: |
11066 | 12599 | dependencies: |
11067 | 12600 | '@types/json-schema': 7.0.15 |
11068 | - ajv: 8.16.0 | |
11069 | - ajv-formats: 2.1.1(ajv@8.16.0) | |
11070 | - ajv-keywords: 5.1.0(ajv@8.16.0) | |
12601 | + ajv: 8.17.1 | |
12602 | + ajv-formats: 2.1.1(ajv@8.17.1) | |
12603 | + ajv-keywords: 5.1.0(ajv@8.17.1) | |
11071 | 12604 | |
11072 | 12605 | screenfull@5.2.0: {} |
11073 | 12606 | |
12607 | + scroll-into-view-if-needed@3.1.0: | |
12608 | + dependencies: | |
12609 | + compute-scroll-into-view: 3.1.0 | |
12610 | + | |
11074 | 12611 | semver@5.7.2: {} |
11075 | 12612 | |
11076 | 12613 | semver@6.3.1: {} |
11077 | 12614 | |
11078 | - semver@7.6.2: {} | |
12615 | + semver@7.6.3: {} | |
11079 | 12616 | |
11080 | 12617 | serialize-javascript@6.0.2: |
11081 | 12618 | dependencies: |
11082 | 12619 | randombytes: 2.1.0 |
11083 | 12620 | |
12621 | + set-blocking@2.0.0: {} | |
12622 | + | |
11084 | 12623 | set-function-length@1.2.2: |
11085 | 12624 | dependencies: |
11086 | 12625 | define-data-property: 1.1.4 |
... | ... | @@ -11104,13 +12643,6 @@ snapshots: |
11104 | 12643 | inherits: 2.0.4 |
11105 | 12644 | safe-buffer: 5.2.1 |
11106 | 12645 | |
11107 | - shallow-clone@0.1.2: | |
11108 | - dependencies: | |
11109 | - is-extendable: 0.1.1 | |
11110 | - kind-of: 2.0.1 | |
11111 | - lazy-cache: 0.2.7 | |
11112 | - mixin-object: 2.0.1 | |
11113 | - | |
11114 | 12646 | shallow-clone@3.0.1: |
11115 | 12647 | dependencies: |
11116 | 12648 | kind-of: 6.0.3 |
... | ... | @@ -11136,6 +12668,8 @@ snapshots: |
11136 | 12668 | |
11137 | 12669 | slash@3.0.0: {} |
11138 | 12670 | |
12671 | + slash@4.0.0: {} | |
12672 | + | |
11139 | 12673 | slice-ansi@4.0.0: |
11140 | 12674 | dependencies: |
11141 | 12675 | ansi-styles: 4.3.0 |
... | ... | @@ -11192,6 +12726,8 @@ snapshots: |
11192 | 12726 | |
11193 | 12727 | stackframe@1.3.4: {} |
11194 | 12728 | |
12729 | + std-env@3.7.0: {} | |
12730 | + | |
11195 | 12731 | stream-browserify@3.0.0: |
11196 | 12732 | dependencies: |
11197 | 12733 | inherits: 2.0.4 |
... | ... | @@ -11206,6 +12742,8 @@ snapshots: |
11206 | 12742 | |
11207 | 12743 | string-argv@0.3.2: {} |
11208 | 12744 | |
12745 | + string-convert@0.2.1: {} | |
12746 | + | |
11209 | 12747 | string-width@4.2.3: |
11210 | 12748 | dependencies: |
11211 | 12749 | emoji-regex: 8.0.0 |
... | ... | @@ -11218,7 +12756,7 @@ snapshots: |
11218 | 12756 | emoji-regex: 9.2.2 |
11219 | 12757 | strip-ansi: 7.1.0 |
11220 | 12758 | |
11221 | - string-width@7.1.0: | |
12759 | + string-width@7.2.0: | |
11222 | 12760 | dependencies: |
11223 | 12761 | emoji-regex: 10.3.0 |
11224 | 12762 | get-east-asian-width: 1.2.0 |
... | ... | @@ -11239,6 +12777,11 @@ snapshots: |
11239 | 12777 | set-function-name: 2.0.2 |
11240 | 12778 | side-channel: 1.0.6 |
11241 | 12779 | |
12780 | + string.prototype.repeat@1.0.0: | |
12781 | + dependencies: | |
12782 | + define-properties: 1.2.1 | |
12783 | + es-abstract: 1.23.3 | |
12784 | + | |
11242 | 12785 | string.prototype.trim@1.2.9: |
11243 | 12786 | dependencies: |
11244 | 12787 | call-bind: 1.0.7 |
... | ... | @@ -11292,14 +12835,14 @@ snapshots: |
11292 | 12835 | |
11293 | 12836 | style-search@0.1.0: {} |
11294 | 12837 | |
11295 | - styled-components@5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1): | |
12838 | + styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1): | |
11296 | 12839 | dependencies: |
11297 | 12840 | '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0) |
11298 | - '@babel/traverse': 7.24.7(supports-color@5.5.0) | |
11299 | - '@emotion/is-prop-valid': 1.2.2 | |
12841 | + '@babel/traverse': 7.25.2(supports-color@5.5.0) | |
12842 | + '@emotion/is-prop-valid': 1.3.0 | |
11300 | 12843 | '@emotion/stylis': 0.8.5 |
11301 | 12844 | '@emotion/unitless': 0.7.5 |
11302 | - babel-plugin-styled-components: 2.1.4(@babel/core@7.24.7)(styled-components@5.3.11(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(supports-color@5.5.0) | |
12845 | + babel-plugin-styled-components: 2.1.4(@babel/core@7.25.2)(styled-components@5.3.11(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1))(supports-color@5.5.0) | |
11303 | 12846 | css-to-react-native: 3.2.0 |
11304 | 12847 | hoist-non-react-statics: 3.3.2 |
11305 | 12848 | react: 18.3.1 |
... | ... | @@ -11310,53 +12853,53 @@ snapshots: |
11310 | 12853 | transitivePeerDependencies: |
11311 | 12854 | - '@babel/core' |
11312 | 12855 | |
11313 | - stylehacks@6.1.1(postcss@8.4.38): | |
12856 | + stylehacks@6.1.1(postcss@8.4.40): | |
11314 | 12857 | dependencies: |
11315 | 12858 | browserslist: 4.23.1 |
11316 | - postcss: 8.4.38 | |
11317 | - postcss-selector-parser: 6.1.0 | |
12859 | + postcss: 8.4.40 | |
12860 | + postcss-selector-parser: 6.1.1 | |
11318 | 12861 | |
11319 | - stylelint-config-css-modules@4.4.0(stylelint@15.11.0(typescript@5.5.2)): | |
12862 | + stylelint-config-css-modules@4.4.0(stylelint@15.11.0(typescript@5.5.4)): | |
11320 | 12863 | dependencies: |
11321 | - stylelint: 15.11.0(typescript@5.5.2) | |
12864 | + stylelint: 15.11.0(typescript@5.5.4) | |
11322 | 12865 | optionalDependencies: |
11323 | - stylelint-scss: 6.3.2(stylelint@15.11.0(typescript@5.5.2)) | |
12866 | + stylelint-scss: 6.4.1(stylelint@15.11.0(typescript@5.5.4)) | |
11324 | 12867 | |
11325 | - stylelint-config-recommended@12.0.0(stylelint@15.11.0(typescript@5.5.2)): | |
12868 | + stylelint-config-recommended@12.0.0(stylelint@15.11.0(typescript@5.5.4)): | |
11326 | 12869 | dependencies: |
11327 | - stylelint: 15.11.0(typescript@5.5.2) | |
12870 | + stylelint: 15.11.0(typescript@5.5.4) | |
11328 | 12871 | |
11329 | - stylelint-config-standard@33.0.0(stylelint@15.11.0(typescript@5.5.2)): | |
12872 | + stylelint-config-standard@33.0.0(stylelint@15.11.0(typescript@5.5.4)): | |
11330 | 12873 | dependencies: |
11331 | - stylelint: 15.11.0(typescript@5.5.2) | |
11332 | - stylelint-config-recommended: 12.0.0(stylelint@15.11.0(typescript@5.5.2)) | |
12874 | + stylelint: 15.11.0(typescript@5.5.4) | |
12875 | + stylelint-config-recommended: 12.0.0(stylelint@15.11.0(typescript@5.5.4)) | |
11333 | 12876 | |
11334 | - stylelint-declaration-block-no-ignored-properties@2.8.0(stylelint@15.11.0(typescript@5.5.2)): | |
12877 | + stylelint-declaration-block-no-ignored-properties@2.8.0(stylelint@15.11.0(typescript@5.5.4)): | |
11335 | 12878 | dependencies: |
11336 | - stylelint: 15.11.0(typescript@5.5.2) | |
12879 | + stylelint: 15.11.0(typescript@5.5.4) | |
11337 | 12880 | |
11338 | - stylelint-scss@6.3.2(stylelint@15.11.0(typescript@5.5.2)): | |
12881 | + stylelint-scss@6.4.1(stylelint@15.11.0(typescript@5.5.4)): | |
11339 | 12882 | dependencies: |
11340 | - known-css-properties: 0.31.0 | |
12883 | + known-css-properties: 0.34.0 | |
11341 | 12884 | postcss-media-query-parser: 0.2.3 |
11342 | - postcss-resolve-nested-selector: 0.1.1 | |
11343 | - postcss-selector-parser: 6.1.0 | |
12885 | + postcss-resolve-nested-selector: 0.1.4 | |
12886 | + postcss-selector-parser: 6.1.1 | |
11344 | 12887 | postcss-value-parser: 4.2.0 |
11345 | - stylelint: 15.11.0(typescript@5.5.2) | |
12888 | + stylelint: 15.11.0(typescript@5.5.4) | |
11346 | 12889 | optional: true |
11347 | 12890 | |
11348 | - stylelint@15.11.0(typescript@5.5.2): | |
12891 | + stylelint@15.11.0(typescript@5.5.4): | |
11349 | 12892 | dependencies: |
11350 | - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) | |
11351 | - '@csstools/css-tokenizer': 2.3.1 | |
11352 | - '@csstools/media-query-list-parser': 2.1.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1) | |
11353 | - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) | |
12893 | + '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) | |
12894 | + '@csstools/css-tokenizer': 2.4.1 | |
12895 | + '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) | |
12896 | + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) | |
11354 | 12897 | balanced-match: 2.0.0 |
11355 | 12898 | colord: 2.9.3 |
11356 | - cosmiconfig: 8.3.6(typescript@5.5.2) | |
12899 | + cosmiconfig: 8.3.6(typescript@5.5.4) | |
11357 | 12900 | css-functions-list: 3.2.2 |
11358 | 12901 | css-tree: 2.3.1 |
11359 | - debug: 4.3.5(supports-color@5.5.0) | |
12902 | + debug: 4.3.6(supports-color@5.5.0) | |
11360 | 12903 | fast-glob: 3.3.2 |
11361 | 12904 | fastest-levenshtein: 1.0.16 |
11362 | 12905 | file-entry-cache: 7.0.2 |
... | ... | @@ -11374,10 +12917,10 @@ snapshots: |
11374 | 12917 | micromatch: 4.0.7 |
11375 | 12918 | normalize-path: 3.0.0 |
11376 | 12919 | picocolors: 1.0.1 |
11377 | - postcss: 8.4.38 | |
11378 | - postcss-resolve-nested-selector: 0.1.1 | |
11379 | - postcss-safe-parser: 6.0.0(postcss@8.4.38) | |
11380 | - postcss-selector-parser: 6.1.0 | |
12920 | + postcss: 8.4.40 | |
12921 | + postcss-resolve-nested-selector: 0.1.4 | |
12922 | + postcss-safe-parser: 6.0.0(postcss@8.4.40) | |
12923 | + postcss-selector-parser: 6.1.1 | |
11381 | 12924 | postcss-value-parser: 4.2.0 |
11382 | 12925 | resolve-from: 5.0.0 |
11383 | 12926 | string-width: 4.2.3 |
... | ... | @@ -11391,11 +12934,13 @@ snapshots: |
11391 | 12934 | - supports-color |
11392 | 12935 | - typescript |
11393 | 12936 | |
12937 | + stylis@4.3.2: {} | |
12938 | + | |
11394 | 12939 | sucrase@3.35.0: |
11395 | 12940 | dependencies: |
11396 | 12941 | '@jridgewell/gen-mapping': 0.3.5 |
11397 | 12942 | commander: 4.1.1 |
11398 | - glob: 10.4.2 | |
12943 | + glob: 10.4.5 | |
11399 | 12944 | lines-and-columns: 1.2.4 |
11400 | 12945 | mz: 2.7.0 |
11401 | 12946 | pirates: 4.0.6 |
... | ... | @@ -11441,13 +12986,13 @@ snapshots: |
11441 | 12986 | |
11442 | 12987 | table@6.8.2: |
11443 | 12988 | dependencies: |
11444 | - ajv: 8.16.0 | |
12989 | + ajv: 8.17.1 | |
11445 | 12990 | lodash.truncate: 4.4.2 |
11446 | 12991 | slice-ansi: 4.0.0 |
11447 | 12992 | string-width: 4.2.3 |
11448 | 12993 | strip-ansi: 6.0.1 |
11449 | 12994 | |
11450 | - tailwindcss@3.4.4: | |
12995 | + tailwindcss@3.4.7: | |
11451 | 12996 | dependencies: |
11452 | 12997 | '@alloc/quick-lru': 5.2.0 |
11453 | 12998 | arg: 5.0.2 |
... | ... | @@ -11463,12 +13008,12 @@ snapshots: |
11463 | 13008 | normalize-path: 3.0.0 |
11464 | 13009 | object-hash: 3.0.0 |
11465 | 13010 | picocolors: 1.0.1 |
11466 | - postcss: 8.4.38 | |
11467 | - postcss-import: 15.1.0(postcss@8.4.38) | |
11468 | - postcss-js: 4.0.1(postcss@8.4.38) | |
11469 | - postcss-load-config: 4.0.2(postcss@8.4.38) | |
11470 | - postcss-nested: 6.0.1(postcss@8.4.38) | |
11471 | - postcss-selector-parser: 6.1.0 | |
13011 | + postcss: 8.4.40 | |
13012 | + postcss-import: 15.1.0(postcss@8.4.40) | |
13013 | + postcss-js: 4.0.1(postcss@8.4.40) | |
13014 | + postcss-load-config: 4.0.2(postcss@8.4.40) | |
13015 | + postcss-nested: 6.2.0(postcss@8.4.40) | |
13016 | + postcss-selector-parser: 6.1.1 | |
11472 | 13017 | resolve: 1.22.8 |
11473 | 13018 | sucrase: 3.35.0 |
11474 | 13019 | transitivePeerDependencies: |
... | ... | @@ -11476,28 +13021,30 @@ snapshots: |
11476 | 13021 | |
11477 | 13022 | tapable@2.2.1: {} |
11478 | 13023 | |
11479 | - terser-webpack-plugin@5.3.10(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19)): | |
13024 | + tar@6.2.1: | |
13025 | + dependencies: | |
13026 | + chownr: 2.0.0 | |
13027 | + fs-minipass: 2.1.0 | |
13028 | + minipass: 5.0.0 | |
13029 | + minizlib: 2.1.2 | |
13030 | + mkdirp: 1.0.4 | |
13031 | + yallist: 4.0.0 | |
13032 | + | |
13033 | + terser-webpack-plugin@5.3.10(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)): | |
11480 | 13034 | dependencies: |
11481 | 13035 | '@jridgewell/trace-mapping': 0.3.25 |
11482 | 13036 | jest-worker: 27.5.1 |
11483 | 13037 | schema-utils: 3.3.0 |
11484 | 13038 | serialize-javascript: 6.0.2 |
11485 | - terser: 5.31.1 | |
11486 | - webpack: 5.92.1(esbuild@0.17.19) | |
13039 | + terser: 5.31.3 | |
13040 | + webpack: 5.93.0(esbuild@0.17.19) | |
11487 | 13041 | optionalDependencies: |
11488 | 13042 | esbuild: 0.17.19 |
11489 | 13043 | |
11490 | - terser@5.31.0: | |
11491 | - dependencies: | |
11492 | - '@jridgewell/source-map': 0.3.6 | |
11493 | - acorn: 8.12.0 | |
11494 | - commander: 2.20.3 | |
11495 | - source-map-support: 0.5.21 | |
11496 | - | |
11497 | - terser@5.31.1: | |
13044 | + terser@5.31.3: | |
11498 | 13045 | dependencies: |
11499 | 13046 | '@jridgewell/source-map': 0.3.6 |
11500 | - acorn: 8.12.0 | |
13047 | + acorn: 8.12.1 | |
11501 | 13048 | commander: 2.20.3 |
11502 | 13049 | source-map-support: 0.5.21 |
11503 | 13050 | |
... | ... | @@ -11511,6 +13058,8 @@ snapshots: |
11511 | 13058 | dependencies: |
11512 | 13059 | any-promise: 1.3.0 |
11513 | 13060 | |
13061 | + throttle-debounce@5.0.2: {} | |
13062 | + | |
11514 | 13063 | timers-browserify@2.0.12: |
11515 | 13064 | dependencies: |
11516 | 13065 | setimmediate: 1.0.5 |
... | ... | @@ -11521,27 +13070,33 @@ snapshots: |
11521 | 13070 | dependencies: |
11522 | 13071 | is-number: 7.0.0 |
11523 | 13072 | |
13073 | + toggle-selection@1.0.6: {} | |
13074 | + | |
11524 | 13075 | token-stream@1.0.0: {} |
11525 | 13076 | |
11526 | 13077 | toml@3.0.0: {} |
11527 | 13078 | |
13079 | + tr46@0.0.3: {} | |
13080 | + | |
11528 | 13081 | trim-newlines@4.1.1: {} |
11529 | 13082 | |
13083 | + ts-deepmerge@7.0.0: {} | |
13084 | + | |
11530 | 13085 | ts-interface-checker@0.1.13: {} |
11531 | 13086 | |
11532 | - ts-loader@9.4.4(typescript@5.5.2)(webpack@5.92.1(esbuild@0.17.19)): | |
13087 | + ts-loader@9.4.4(typescript@5.5.4)(webpack@5.93.0(esbuild@0.17.19)): | |
11533 | 13088 | dependencies: |
11534 | 13089 | chalk: 4.1.2 |
11535 | - enhanced-resolve: 5.17.0 | |
13090 | + enhanced-resolve: 5.17.1 | |
11536 | 13091 | micromatch: 4.0.7 |
11537 | - semver: 7.6.2 | |
11538 | - typescript: 5.5.2 | |
11539 | - webpack: 5.92.1(esbuild@0.17.19) | |
13092 | + semver: 7.6.3 | |
13093 | + typescript: 5.5.4 | |
13094 | + webpack: 5.93.0(esbuild@0.17.19) | |
11540 | 13095 | |
11541 | 13096 | tsconfig-paths-webpack-plugin@4.1.0: |
11542 | 13097 | dependencies: |
11543 | 13098 | chalk: 4.1.2 |
11544 | - enhanced-resolve: 5.17.0 | |
13099 | + enhanced-resolve: 5.17.1 | |
11545 | 13100 | tsconfig-paths: 4.2.0 |
11546 | 13101 | |
11547 | 13102 | tsconfig-paths@3.15.0: |
... | ... | @@ -11561,10 +13116,10 @@ snapshots: |
11561 | 13116 | |
11562 | 13117 | tslib@2.6.3: {} |
11563 | 13118 | |
11564 | - tsutils@3.21.0(typescript@5.5.2): | |
13119 | + tsutils@3.21.0(typescript@5.5.4): | |
11565 | 13120 | dependencies: |
11566 | 13121 | tslib: 1.14.1 |
11567 | - typescript: 5.5.2 | |
13122 | + typescript: 5.5.4 | |
11568 | 13123 | |
11569 | 13124 | tty-browserify@0.0.1: {} |
11570 | 13125 | |
... | ... | @@ -11616,7 +13171,9 @@ snapshots: |
11616 | 13171 | |
11617 | 13172 | typed-assert@1.0.9: {} |
11618 | 13173 | |
11619 | - typescript@5.5.2: {} | |
13174 | + typescript@5.5.4: {} | |
13175 | + | |
13176 | + ufo@1.5.4: {} | |
11620 | 13177 | |
11621 | 13178 | unbox-primitive@1.0.2: |
11622 | 13179 | dependencies: |
... | ... | @@ -11642,20 +13199,26 @@ snapshots: |
11642 | 13199 | |
11643 | 13200 | upath@2.0.1: {} |
11644 | 13201 | |
11645 | - update-browserslist-db@1.0.16(browserslist@4.23.1): | |
13202 | + update-browserslist-db@1.1.0(browserslist@4.23.1): | |
11646 | 13203 | dependencies: |
11647 | 13204 | browserslist: 4.23.1 |
11648 | 13205 | escalade: 3.1.2 |
11649 | 13206 | picocolors: 1.0.1 |
11650 | 13207 | |
13208 | + update-browserslist-db@1.1.0(browserslist@4.23.2): | |
13209 | + dependencies: | |
13210 | + browserslist: 4.23.2 | |
13211 | + escalade: 3.1.2 | |
13212 | + picocolors: 1.0.1 | |
13213 | + | |
11651 | 13214 | uri-js@4.4.1: |
11652 | 13215 | dependencies: |
11653 | 13216 | punycode: 2.3.1 |
11654 | 13217 | |
11655 | - url@0.11.3: | |
13218 | + url@0.11.4: | |
11656 | 13219 | dependencies: |
11657 | 13220 | punycode: 1.4.1 |
11658 | - qs: 6.12.1 | |
13221 | + qs: 6.12.3 | |
11659 | 13222 | |
11660 | 13223 | use-immer@0.9.0(immer@10.1.1)(react@18.3.1): |
11661 | 13224 | dependencies: |
... | ... | @@ -11679,6 +13242,8 @@ snapshots: |
11679 | 13242 | spdx-correct: 3.2.0 |
11680 | 13243 | spdx-expression-parse: 3.0.1 |
11681 | 13244 | |
13245 | + varint@6.0.0: {} | |
13246 | + | |
11682 | 13247 | vm-browserify@1.1.2: {} |
11683 | 13248 | |
11684 | 13249 | void-elements@3.1.0: {} |
... | ... | @@ -11696,6 +13261,8 @@ snapshots: |
11696 | 13261 | |
11697 | 13262 | web-streams-polyfill@3.3.3: {} |
11698 | 13263 | |
13264 | + webidl-conversions@3.0.1: {} | |
13265 | + | |
11699 | 13266 | webpack-sources@2.3.1: |
11700 | 13267 | dependencies: |
11701 | 13268 | source-list-map: 2.0.1 |
... | ... | @@ -11703,25 +13270,25 @@ snapshots: |
11703 | 13270 | |
11704 | 13271 | webpack-sources@3.2.3: {} |
11705 | 13272 | |
11706 | - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.5.3(webpack@5.92.1(esbuild@0.17.19)))(webpack@5.92.1(esbuild@0.17.19)): | |
13273 | + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.5.3(webpack@5.93.0(esbuild@0.17.19)))(webpack@5.93.0(esbuild@0.17.19)): | |
11707 | 13274 | dependencies: |
11708 | 13275 | typed-assert: 1.0.9 |
11709 | - webpack: 5.92.1(esbuild@0.17.19) | |
13276 | + webpack: 5.93.0(esbuild@0.17.19) | |
11710 | 13277 | optionalDependencies: |
11711 | - html-webpack-plugin: 5.5.3(webpack@5.92.1(esbuild@0.17.19)) | |
13278 | + html-webpack-plugin: 5.5.3(webpack@5.93.0(esbuild@0.17.19)) | |
11712 | 13279 | |
11713 | - webpack@5.92.1(esbuild@0.17.19): | |
13280 | + webpack@5.93.0(esbuild@0.17.19): | |
11714 | 13281 | dependencies: |
11715 | 13282 | '@types/eslint-scope': 3.7.7 |
11716 | 13283 | '@types/estree': 1.0.5 |
11717 | 13284 | '@webassemblyjs/ast': 1.12.1 |
11718 | 13285 | '@webassemblyjs/wasm-edit': 1.12.1 |
11719 | 13286 | '@webassemblyjs/wasm-parser': 1.12.1 |
11720 | - acorn: 8.12.0 | |
11721 | - acorn-import-attributes: 1.9.5(acorn@8.12.0) | |
11722 | - browserslist: 4.23.1 | |
13287 | + acorn: 8.12.1 | |
13288 | + acorn-import-attributes: 1.9.5(acorn@8.12.1) | |
13289 | + browserslist: 4.23.2 | |
11723 | 13290 | chrome-trace-event: 1.0.4 |
11724 | - enhanced-resolve: 5.17.0 | |
13291 | + enhanced-resolve: 5.17.1 | |
11725 | 13292 | es-module-lexer: 1.5.4 |
11726 | 13293 | eslint-scope: 5.1.1 |
11727 | 13294 | events: 3.3.0 |
... | ... | @@ -11733,7 +13300,7 @@ snapshots: |
11733 | 13300 | neo-async: 2.6.2 |
11734 | 13301 | schema-utils: 3.3.0 |
11735 | 13302 | tapable: 2.2.1 |
11736 | - terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.92.1(esbuild@0.17.19)) | |
13303 | + terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)) | |
11737 | 13304 | watchpack: 2.4.1 |
11738 | 13305 | webpack-sources: 3.2.3 |
11739 | 13306 | transitivePeerDependencies: |
... | ... | @@ -11741,6 +13308,11 @@ snapshots: |
11741 | 13308 | - esbuild |
11742 | 13309 | - uglify-js |
11743 | 13310 | |
13311 | + whatwg-url@5.0.0: | |
13312 | + dependencies: | |
13313 | + tr46: 0.0.3 | |
13314 | + webidl-conversions: 3.0.1 | |
13315 | + | |
11744 | 13316 | which-boxed-primitive@1.0.2: |
11745 | 13317 | dependencies: |
11746 | 13318 | is-bigint: 1.0.4 |
... | ... | @@ -11749,7 +13321,7 @@ snapshots: |
11749 | 13321 | is-string: 1.0.7 |
11750 | 13322 | is-symbol: 1.0.4 |
11751 | 13323 | |
11752 | - which-builtin-type@1.1.3: | |
13324 | + which-builtin-type@1.1.4: | |
11753 | 13325 | dependencies: |
11754 | 13326 | function.prototype.name: 1.1.6 |
11755 | 13327 | has-tostringtag: 1.0.2 |
... | ... | @@ -11787,11 +13359,15 @@ snapshots: |
11787 | 13359 | dependencies: |
11788 | 13360 | isexe: 2.0.0 |
11789 | 13361 | |
13362 | + wide-align@1.1.5: | |
13363 | + dependencies: | |
13364 | + string-width: 4.2.3 | |
13365 | + | |
11790 | 13366 | with@7.0.2: |
11791 | 13367 | dependencies: |
11792 | - '@babel/parser': 7.24.7 | |
11793 | - '@babel/types': 7.24.7 | |
11794 | - assert-never: 1.2.1 | |
13368 | + '@babel/parser': 7.25.0 | |
13369 | + '@babel/types': 7.25.2 | |
13370 | + assert-never: 1.3.0 | |
11795 | 13371 | babel-walk: 3.0.0-canary-5 |
11796 | 13372 | |
11797 | 13373 | word-wrap@1.2.5: {} |
... | ... | @@ -11811,7 +13387,7 @@ snapshots: |
11811 | 13387 | wrap-ansi@9.0.0: |
11812 | 13388 | dependencies: |
11813 | 13389 | ansi-styles: 6.2.1 |
11814 | - string-width: 7.1.0 | |
13390 | + string-width: 7.2.0 | |
11815 | 13391 | strip-ansi: 7.1.0 |
11816 | 13392 | |
11817 | 13393 | wrappy@1.0.2: {} |
... | ... | @@ -11821,7 +13397,7 @@ snapshots: |
11821 | 13397 | imurmurhash: 0.1.4 |
11822 | 13398 | signal-exit: 4.1.0 |
11823 | 13399 | |
11824 | - ws@8.17.1: {} | |
13400 | + ws@8.18.0: {} | |
11825 | 13401 | |
11826 | 13402 | xtend@4.0.2: {} |
11827 | 13403 | |
... | ... | @@ -11833,8 +13409,10 @@ snapshots: |
11833 | 13409 | |
11834 | 13410 | yaml@2.4.5: {} |
11835 | 13411 | |
13412 | + yaml@2.5.0: {} | |
13413 | + | |
11836 | 13414 | yargs-parser@20.2.9: {} |
11837 | 13415 | |
11838 | 13416 | yocto-queue@0.1.0: {} |
11839 | 13417 | |
11840 | - yocto-queue@1.0.0: {} | |
13418 | + yocto-queue@1.1.1: {} | ... | ... |
src/.eslintrc.js
1 | 1 | // eslint-disable-next-line import/no-commonjs |
2 | 2 | module.exports = { |
3 | 3 | root: true, |
4 | - extends: ['@modern-js-app'], | |
4 | + extends: ['@modern-js-app', require.resolve('@feewee/fabric/dist/eslint')], | |
5 | + rules: { | |
6 | + '@typescript-eslint/type-annotation-spacing': 'off', | |
7 | + 'import/namespace': 'warn', | |
8 | + }, | |
5 | 9 | parserOptions: { |
6 | 10 | tsconfigRootDir: __dirname, |
7 | 11 | project: ['../tsconfig.json'], | ... | ... |