@adriankulik/create-fullstack-app 1.16.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/cli/build-date.js +1 -1
- package/cli/index.js +3 -3
- package/package.json +1 -1
- package/templates/backend/dotnet/Tests/Tests.csproj +2 -2
- package/templates/backend/flask/requirements.txt +2 -2
- package/templates/backend/nodejs/package-lock.json +73 -73
- package/templates/backend/nodejs/package.json +2 -2
- package/templates/base/database/requirements.txt +2 -2
- package/templates/frontend/angular/package-lock.json +210 -210
- package/templates/frontend/angular/package.json +13 -13
- package/templates/frontend/nextjs/package-lock.json +78 -78
- package/templates/frontend/nextjs/package.json +7 -7
- package/templates/frontend/svelte/package-lock.json +145 -145
- package/templates/frontend/svelte/package.json +2 -2
- package/templates/frontend/vue/package-lock.json +149 -149
- package/templates/frontend/vue/package.json +3 -3
|
@@ -11,25 +11,25 @@
|
|
|
11
11
|
},
|
|
12
12
|
"private": true,
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "^22.1.
|
|
15
|
-
"@angular/common": "^22.1.
|
|
16
|
-
"@angular/compiler": "^22.1.
|
|
17
|
-
"@angular/core": "^22.1.
|
|
18
|
-
"@angular/forms": "^22.1.
|
|
19
|
-
"@angular/platform-browser": "^22.1.
|
|
20
|
-
"@angular/platform-browser-dynamic": "^22.1.
|
|
21
|
-
"@angular/router": "^22.1.
|
|
14
|
+
"@angular/animations": "^22.1.6",
|
|
15
|
+
"@angular/common": "^22.1.6",
|
|
16
|
+
"@angular/compiler": "^22.1.6",
|
|
17
|
+
"@angular/core": "^22.1.6",
|
|
18
|
+
"@angular/forms": "^22.1.6",
|
|
19
|
+
"@angular/platform-browser": "^22.1.6",
|
|
20
|
+
"@angular/platform-browser-dynamic": "^22.1.6",
|
|
21
|
+
"@angular/router": "^22.1.6",
|
|
22
22
|
"rxjs": "~7.8.2",
|
|
23
23
|
"tslib": "^2.8.1",
|
|
24
24
|
"zone.js": "~0.16.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@angular-devkit/build-angular": "^22.1.
|
|
28
|
-
"@angular/cli": "^22.1.
|
|
29
|
-
"@angular/compiler-cli": "^22.1.
|
|
27
|
+
"@angular-devkit/build-angular": "^22.1.8",
|
|
28
|
+
"@angular/cli": "^22.1.8",
|
|
29
|
+
"@angular/compiler-cli": "^22.1.6",
|
|
30
30
|
"@eslint/js": "^10.0.1",
|
|
31
31
|
"@types/jasmine": "~5.1.0",
|
|
32
|
-
"angular-eslint": "^22.
|
|
32
|
+
"angular-eslint": "^22.5.0",
|
|
33
33
|
"eslint": "^10.8.1",
|
|
34
34
|
"jasmine-core": "~5.1.0",
|
|
35
35
|
"karma": "~6.4.4",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"karma-jasmine-html-reporter": "~2.3.0",
|
|
40
40
|
"puppeteer": "^25.10.0",
|
|
41
41
|
"typescript": "~6.0.3",
|
|
42
|
-
"typescript-eslint": "^8.
|
|
42
|
+
"typescript-eslint": "^8.70.0"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -8,20 +8,20 @@
|
|
|
8
8
|
"name": "frontend",
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"next": "^16.3.
|
|
12
|
-
"react": "^19.
|
|
13
|
-
"react-dom": "^19.
|
|
11
|
+
"next": "^16.3.5",
|
|
12
|
+
"react": "^19.3.0",
|
|
13
|
+
"react-dom": "^19.3.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@testing-library/jest-dom": "^7.0.1",
|
|
17
17
|
"@testing-library/react": "^16.3.3",
|
|
18
18
|
"@testing-library/user-event": "^14.6.7",
|
|
19
19
|
"@types/jest": "^30.0.0",
|
|
20
|
-
"@types/node": "^26.
|
|
21
|
-
"@types/react": "^19.
|
|
22
|
-
"@types/react-dom": "^19.
|
|
20
|
+
"@types/node": "^26.5.0",
|
|
21
|
+
"@types/react": "^19.3.0",
|
|
22
|
+
"@types/react-dom": "^19.3.0",
|
|
23
23
|
"eslint": "^9.0.0",
|
|
24
|
-
"eslint-config-next": "^16.3.
|
|
24
|
+
"eslint-config-next": "^16.3.5",
|
|
25
25
|
"jest": "^30.5.1",
|
|
26
26
|
"jest-environment-jsdom": "^30.5.1",
|
|
27
27
|
"prettier": "^3.9.6",
|
|
@@ -2257,15 +2257,15 @@
|
|
|
2257
2257
|
}
|
|
2258
2258
|
},
|
|
2259
2259
|
"node_modules/@next/env": {
|
|
2260
|
-
"version": "16.3.
|
|
2261
|
-
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.3.
|
|
2262
|
-
"integrity": "sha512-
|
|
2260
|
+
"version": "16.3.5",
|
|
2261
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.3.5.tgz",
|
|
2262
|
+
"integrity": "sha512-NWEXVDMqoEo0ktmU6u0sE2Vg0LOcsD7NnOTJNo3/fEaTfsg+F1bMIxuDmQbda4e3yTIQwVdUREF2yIuMOusKtg==",
|
|
2263
2263
|
"license": "MIT"
|
|
2264
2264
|
},
|
|
2265
2265
|
"node_modules/@next/eslint-plugin-next": {
|
|
2266
|
-
"version": "16.3.
|
|
2267
|
-
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.3.
|
|
2268
|
-
"integrity": "sha512-
|
|
2266
|
+
"version": "16.3.5",
|
|
2267
|
+
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.3.5.tgz",
|
|
2268
|
+
"integrity": "sha512-PGfSeItHJ12DH8t+6sEbuMe59NE5rAhCfgk06QKTH2ne9VUL1JlaXdYXY3B8RaiF2SO50rDYvd39TulP6A6xZQ==",
|
|
2269
2269
|
"dev": true,
|
|
2270
2270
|
"license": "MIT",
|
|
2271
2271
|
"dependencies": {
|
|
@@ -2274,9 +2274,9 @@
|
|
|
2274
2274
|
}
|
|
2275
2275
|
},
|
|
2276
2276
|
"node_modules/@next/swc-darwin-arm64": {
|
|
2277
|
-
"version": "16.3.
|
|
2278
|
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.3.
|
|
2279
|
-
"integrity": "sha512-
|
|
2277
|
+
"version": "16.3.5",
|
|
2278
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.3.5.tgz",
|
|
2279
|
+
"integrity": "sha512-pMmGgETfKvElucLHtVaeiMRbp2zUbvKx7b1yGko0liBz3cw1mKSggWN/Rp/wPz8z+E1O82u3r4L1Co+ZS5hokQ==",
|
|
2280
2280
|
"cpu": [
|
|
2281
2281
|
"arm64"
|
|
2282
2282
|
],
|
|
@@ -2290,9 +2290,9 @@
|
|
|
2290
2290
|
}
|
|
2291
2291
|
},
|
|
2292
2292
|
"node_modules/@next/swc-darwin-x64": {
|
|
2293
|
-
"version": "16.3.
|
|
2294
|
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.3.
|
|
2295
|
-
"integrity": "sha512-
|
|
2293
|
+
"version": "16.3.5",
|
|
2294
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.3.5.tgz",
|
|
2295
|
+
"integrity": "sha512-76VaGYvf6HPa5/w12yLkE3dXTn9AfdEviI79oEL3aZoAmRLc9rWitjWqyjViVysK/ht/y9YKzFkBrUdi/wGkow==",
|
|
2296
2296
|
"cpu": [
|
|
2297
2297
|
"x64"
|
|
2298
2298
|
],
|
|
@@ -2306,9 +2306,9 @@
|
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
2309
|
-
"version": "16.3.
|
|
2310
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.3.
|
|
2311
|
-
"integrity": "sha512
|
|
2309
|
+
"version": "16.3.5",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.3.5.tgz",
|
|
2311
|
+
"integrity": "sha512-zKDELJ5jSQMHeO/hmXUQsAzagX4bQD4OiMi3pQ5FbUj+yK506oLVHnKA2YXMlbg1EHHqJYtyePOgByIDXD1lqw==",
|
|
2312
2312
|
"cpu": [
|
|
2313
2313
|
"arm64"
|
|
2314
2314
|
],
|
|
@@ -2325,9 +2325,9 @@
|
|
|
2325
2325
|
}
|
|
2326
2326
|
},
|
|
2327
2327
|
"node_modules/@next/swc-linux-arm64-musl": {
|
|
2328
|
-
"version": "16.3.
|
|
2329
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.3.
|
|
2330
|
-
"integrity": "sha512-
|
|
2328
|
+
"version": "16.3.5",
|
|
2329
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.3.5.tgz",
|
|
2330
|
+
"integrity": "sha512-7Vql0pgzCoHagv6+FNOZoqmJqA52c6zeVbhtS/47qFozO1MSx4ms7x7GHiciY8R5CDsSMKMQjJEryoJLcsBIbA==",
|
|
2331
2331
|
"cpu": [
|
|
2332
2332
|
"arm64"
|
|
2333
2333
|
],
|
|
@@ -2344,9 +2344,9 @@
|
|
|
2344
2344
|
}
|
|
2345
2345
|
},
|
|
2346
2346
|
"node_modules/@next/swc-linux-x64-gnu": {
|
|
2347
|
-
"version": "16.3.
|
|
2348
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.3.
|
|
2349
|
-
"integrity": "sha512-
|
|
2347
|
+
"version": "16.3.5",
|
|
2348
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.3.5.tgz",
|
|
2349
|
+
"integrity": "sha512-NH/xzehyHEFWE2nlcZon7TB/0+H4shfWCi7S1zka815XCOhJDYZhoeJtOYy0dh0WVRWACVXSyGNFFytoMxUhRg==",
|
|
2350
2350
|
"cpu": [
|
|
2351
2351
|
"x64"
|
|
2352
2352
|
],
|
|
@@ -2363,9 +2363,9 @@
|
|
|
2363
2363
|
}
|
|
2364
2364
|
},
|
|
2365
2365
|
"node_modules/@next/swc-linux-x64-musl": {
|
|
2366
|
-
"version": "16.3.
|
|
2367
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.3.
|
|
2368
|
-
"integrity": "sha512
|
|
2366
|
+
"version": "16.3.5",
|
|
2367
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.3.5.tgz",
|
|
2368
|
+
"integrity": "sha512-lV4+EhWMfS8jcC+EH2nn/Cm5cn6XsgbE07bU9tMH8fCo0tNAqhyzi1b5wQ/Tn6NGFTvKDY65w3ZH95EjwBRAnQ==",
|
|
2369
2369
|
"cpu": [
|
|
2370
2370
|
"x64"
|
|
2371
2371
|
],
|
|
@@ -2382,9 +2382,9 @@
|
|
|
2382
2382
|
}
|
|
2383
2383
|
},
|
|
2384
2384
|
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
2385
|
-
"version": "16.3.
|
|
2386
|
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.3.
|
|
2387
|
-
"integrity": "sha512
|
|
2385
|
+
"version": "16.3.5",
|
|
2386
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.3.5.tgz",
|
|
2387
|
+
"integrity": "sha512-/wKzAREX2RF++MhicjDbg8tGn2AiBIM0+EFeTFKoUEUbW5D6amCJehd5Z5G1H5/gxNdgnwoXMcHz24H/c2tGkQ==",
|
|
2388
2388
|
"cpu": [
|
|
2389
2389
|
"arm64"
|
|
2390
2390
|
],
|
|
@@ -2398,9 +2398,9 @@
|
|
|
2398
2398
|
}
|
|
2399
2399
|
},
|
|
2400
2400
|
"node_modules/@next/swc-win32-x64-msvc": {
|
|
2401
|
-
"version": "16.3.
|
|
2402
|
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.3.
|
|
2403
|
-
"integrity": "sha512-
|
|
2401
|
+
"version": "16.3.5",
|
|
2402
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.3.5.tgz",
|
|
2403
|
+
"integrity": "sha512-LNdCHzgLFc+UeqMS84LzXPaeBRKyqDN9OMyFAr1OrB0XrNw78IRrEVtZvvA7245W/HsaoeVOQX9jPjPk8jojwA==",
|
|
2404
2404
|
"cpu": [
|
|
2405
2405
|
"x64"
|
|
2406
2406
|
],
|
|
@@ -3068,19 +3068,19 @@
|
|
|
3068
3068
|
"license": "MIT"
|
|
3069
3069
|
},
|
|
3070
3070
|
"node_modules/@types/node": {
|
|
3071
|
-
"version": "26.
|
|
3072
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.
|
|
3073
|
-
"integrity": "sha512-
|
|
3071
|
+
"version": "26.5.0",
|
|
3072
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.5.0.tgz",
|
|
3073
|
+
"integrity": "sha512-dVSGpriSoCgz8WnDNTuSSuSv1PC/ALXihO4ulRZt7Md8k9mlbdin3lGOcDE8SnWOgf513ByWlXd7BK4azmyg/A==",
|
|
3074
3074
|
"dev": true,
|
|
3075
3075
|
"license": "MIT",
|
|
3076
3076
|
"dependencies": {
|
|
3077
|
-
"undici-types": "~8.
|
|
3077
|
+
"undici-types": "~8.9.0"
|
|
3078
3078
|
}
|
|
3079
3079
|
},
|
|
3080
3080
|
"node_modules/@types/react": {
|
|
3081
|
-
"version": "19.
|
|
3082
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.
|
|
3083
|
-
"integrity": "sha512-
|
|
3081
|
+
"version": "19.3.0",
|
|
3082
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.3.0.tgz",
|
|
3083
|
+
"integrity": "sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==",
|
|
3084
3084
|
"dev": true,
|
|
3085
3085
|
"license": "MIT",
|
|
3086
3086
|
"dependencies": {
|
|
@@ -3088,13 +3088,13 @@
|
|
|
3088
3088
|
}
|
|
3089
3089
|
},
|
|
3090
3090
|
"node_modules/@types/react-dom": {
|
|
3091
|
-
"version": "19.
|
|
3092
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.
|
|
3093
|
-
"integrity": "sha512-
|
|
3091
|
+
"version": "19.3.0",
|
|
3092
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.3.0.tgz",
|
|
3093
|
+
"integrity": "sha512-ZI7bU42mZXXKHn/qNLEw2IrbiINU7X5+vfgdixBHkCNpYWXjKgfQ/P+uyGb5CjOLB9UcnTeg3rylQtV2hym44Q==",
|
|
3094
3094
|
"dev": true,
|
|
3095
3095
|
"license": "MIT",
|
|
3096
3096
|
"peerDependencies": {
|
|
3097
|
-
"@types/react": "^19.
|
|
3097
|
+
"@types/react": "^19.3.0"
|
|
3098
3098
|
}
|
|
3099
3099
|
},
|
|
3100
3100
|
"node_modules/@types/stack-utils": {
|
|
@@ -5082,13 +5082,13 @@
|
|
|
5082
5082
|
}
|
|
5083
5083
|
},
|
|
5084
5084
|
"node_modules/eslint-config-next": {
|
|
5085
|
-
"version": "16.3.
|
|
5086
|
-
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.3.
|
|
5087
|
-
"integrity": "sha512-
|
|
5085
|
+
"version": "16.3.5",
|
|
5086
|
+
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.3.5.tgz",
|
|
5087
|
+
"integrity": "sha512-wPjq9MLQuWykHs8tsm2gH6OJThk6N27L8Te2JatlaGZ7jT1gtgGmJKukygL28xOlWsg5J1a1bGy/PvLyQC8OYA==",
|
|
5088
5088
|
"dev": true,
|
|
5089
5089
|
"license": "MIT",
|
|
5090
5090
|
"dependencies": {
|
|
5091
|
-
"@next/eslint-plugin-next": "16.3.
|
|
5091
|
+
"@next/eslint-plugin-next": "16.3.5",
|
|
5092
5092
|
"eslint-import-resolver-node": "^0.3.6",
|
|
5093
5093
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
5094
5094
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -8292,12 +8292,12 @@
|
|
|
8292
8292
|
"license": "MIT"
|
|
8293
8293
|
},
|
|
8294
8294
|
"node_modules/next": {
|
|
8295
|
-
"version": "16.3.
|
|
8296
|
-
"resolved": "https://registry.npmjs.org/next/-/next-16.3.
|
|
8297
|
-
"integrity": "sha512
|
|
8295
|
+
"version": "16.3.5",
|
|
8296
|
+
"resolved": "https://registry.npmjs.org/next/-/next-16.3.5.tgz",
|
|
8297
|
+
"integrity": "sha512-MdtsTgzyfCPRLC6uJ1mN8ao7lyJ4BB0U6Inhnx3gta1UcCIdHK3yxLG0E8OWQteWD8/Q0qb8A5o7wJaL8M9y2w==",
|
|
8298
8298
|
"license": "MIT",
|
|
8299
8299
|
"dependencies": {
|
|
8300
|
-
"@next/env": "16.3.
|
|
8300
|
+
"@next/env": "16.3.5",
|
|
8301
8301
|
"@swc/helpers": "0.5.23",
|
|
8302
8302
|
"baseline-browser-mapping": "^2.9.19",
|
|
8303
8303
|
"caniuse-lite": "^1.0.30001579",
|
|
@@ -8311,14 +8311,14 @@
|
|
|
8311
8311
|
"node": ">=20.9.0"
|
|
8312
8312
|
},
|
|
8313
8313
|
"optionalDependencies": {
|
|
8314
|
-
"@next/swc-darwin-arm64": "16.3.
|
|
8315
|
-
"@next/swc-darwin-x64": "16.3.
|
|
8316
|
-
"@next/swc-linux-arm64-gnu": "16.3.
|
|
8317
|
-
"@next/swc-linux-arm64-musl": "16.3.
|
|
8318
|
-
"@next/swc-linux-x64-gnu": "16.3.
|
|
8319
|
-
"@next/swc-linux-x64-musl": "16.3.
|
|
8320
|
-
"@next/swc-win32-arm64-msvc": "16.3.
|
|
8321
|
-
"@next/swc-win32-x64-msvc": "16.3.
|
|
8314
|
+
"@next/swc-darwin-arm64": "16.3.5",
|
|
8315
|
+
"@next/swc-darwin-x64": "16.3.5",
|
|
8316
|
+
"@next/swc-linux-arm64-gnu": "16.3.5",
|
|
8317
|
+
"@next/swc-linux-arm64-musl": "16.3.5",
|
|
8318
|
+
"@next/swc-linux-x64-gnu": "16.3.5",
|
|
8319
|
+
"@next/swc-linux-x64-musl": "16.3.5",
|
|
8320
|
+
"@next/swc-win32-arm64-msvc": "16.3.5",
|
|
8321
|
+
"@next/swc-win32-x64-msvc": "16.3.5",
|
|
8322
8322
|
"sharp": "^0.35.4"
|
|
8323
8323
|
},
|
|
8324
8324
|
"peerDependencies": {
|
|
@@ -8967,24 +8967,24 @@
|
|
|
8967
8967
|
"license": "MIT"
|
|
8968
8968
|
},
|
|
8969
8969
|
"node_modules/react": {
|
|
8970
|
-
"version": "19.
|
|
8971
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.
|
|
8972
|
-
"integrity": "sha512-
|
|
8970
|
+
"version": "19.3.0",
|
|
8971
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz",
|
|
8972
|
+
"integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==",
|
|
8973
8973
|
"license": "MIT",
|
|
8974
8974
|
"engines": {
|
|
8975
8975
|
"node": ">=0.10.0"
|
|
8976
8976
|
}
|
|
8977
8977
|
},
|
|
8978
8978
|
"node_modules/react-dom": {
|
|
8979
|
-
"version": "19.
|
|
8980
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.
|
|
8981
|
-
"integrity": "sha512-
|
|
8979
|
+
"version": "19.3.0",
|
|
8980
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.3.0.tgz",
|
|
8981
|
+
"integrity": "sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==",
|
|
8982
8982
|
"license": "MIT",
|
|
8983
8983
|
"dependencies": {
|
|
8984
|
-
"scheduler": "^0.
|
|
8984
|
+
"scheduler": "^0.28.0"
|
|
8985
8985
|
},
|
|
8986
8986
|
"peerDependencies": {
|
|
8987
|
-
"react": "^19.
|
|
8987
|
+
"react": "^19.3.0"
|
|
8988
8988
|
}
|
|
8989
8989
|
},
|
|
8990
8990
|
"node_modules/react-is-18": {
|
|
@@ -9246,9 +9246,9 @@
|
|
|
9246
9246
|
}
|
|
9247
9247
|
},
|
|
9248
9248
|
"node_modules/scheduler": {
|
|
9249
|
-
"version": "0.
|
|
9250
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.
|
|
9251
|
-
"integrity": "sha512-
|
|
9249
|
+
"version": "0.28.0",
|
|
9250
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.28.0.tgz",
|
|
9251
|
+
"integrity": "sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==",
|
|
9252
9252
|
"license": "MIT"
|
|
9253
9253
|
},
|
|
9254
9254
|
"node_modules/semver": {
|
|
@@ -10263,9 +10263,9 @@
|
|
|
10263
10263
|
}
|
|
10264
10264
|
},
|
|
10265
10265
|
"node_modules/undici-types": {
|
|
10266
|
-
"version": "8.
|
|
10267
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.
|
|
10268
|
-
"integrity": "sha512-
|
|
10266
|
+
"version": "8.9.0",
|
|
10267
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz",
|
|
10268
|
+
"integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==",
|
|
10269
10269
|
"dev": true,
|
|
10270
10270
|
"license": "MIT"
|
|
10271
10271
|
},
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"test": "jest --passWithNoTests"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"next": "^16.3.
|
|
14
|
-
"react": "^19.
|
|
15
|
-
"react-dom": "^19.
|
|
13
|
+
"next": "^16.3.5",
|
|
14
|
+
"react": "^19.3.0",
|
|
15
|
+
"react-dom": "^19.3.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@testing-library/jest-dom": "^7.0.1",
|
|
19
19
|
"@testing-library/react": "^16.3.3",
|
|
20
20
|
"@testing-library/user-event": "^14.6.7",
|
|
21
21
|
"@types/jest": "^30.0.0",
|
|
22
|
-
"@types/node": "^26.
|
|
23
|
-
"@types/react": "^19.
|
|
24
|
-
"@types/react-dom": "^19.
|
|
22
|
+
"@types/node": "^26.5.0",
|
|
23
|
+
"@types/react": "^19.3.0",
|
|
24
|
+
"@types/react-dom": "^19.3.0",
|
|
25
25
|
"eslint": "^9.0.0",
|
|
26
|
-
"eslint-config-next": "^16.3.
|
|
26
|
+
"eslint-config-next": "^16.3.5",
|
|
27
27
|
"jest": "^30.5.1",
|
|
28
28
|
"jest-environment-jsdom": "^30.5.1",
|
|
29
29
|
"prettier": "^3.9.6",
|