@adriankulik/create-fullstack-app 1.14.2 → 1.15.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 +4 -4
- package/package.json +1 -1
- package/templates/backend/flask/requirements.txt +1 -1
- package/templates/backend/nodejs/package-lock.json +73 -73
- package/templates/backend/nodejs/package.json +3 -3
- package/templates/frontend/angular/package-lock.json +216 -221
- package/templates/frontend/angular/package.json +14 -14
- package/templates/frontend/nextjs/package-lock.json +1392 -1134
- package/templates/frontend/nextjs/package.json +6 -6
- package/templates/frontend/svelte/package-lock.json +69 -77
- package/templates/frontend/svelte/package.json +2 -2
- package/templates/frontend/vue/package-lock.json +175 -634
- package/templates/frontend/vue/package.json +3 -3
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
"test": "jest --passWithNoTests"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"next": "^16.3.
|
|
13
|
+
"next": "^16.3.3",
|
|
14
14
|
"react": "^19.2.8",
|
|
15
15
|
"react-dom": "^19.2.8"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@testing-library/jest-dom": "^7.0.1",
|
|
19
|
-
"@testing-library/react": "^16.3.
|
|
19
|
+
"@testing-library/react": "^16.3.3",
|
|
20
20
|
"@testing-library/user-event": "^14.6.6",
|
|
21
21
|
"@types/jest": "^30.0.0",
|
|
22
|
-
"@types/node": "^26.
|
|
22
|
+
"@types/node": "^26.4.0",
|
|
23
23
|
"@types/react": "^19.2.18",
|
|
24
24
|
"@types/react-dom": "^19.2.5",
|
|
25
25
|
"eslint": "^9.0.0",
|
|
26
|
-
"eslint-config-next": "^16.3.
|
|
27
|
-
"jest": "^30.
|
|
28
|
-
"jest-environment-jsdom": "^30.
|
|
26
|
+
"eslint-config-next": "^16.3.3",
|
|
27
|
+
"jest": "^30.5.0",
|
|
28
|
+
"jest-environment-jsdom": "^30.5.0",
|
|
29
29
|
"prettier": "^3.9.6",
|
|
30
30
|
"typescript": "^5.9.0"
|
|
31
31
|
}
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"globals": "^17.11.0",
|
|
19
19
|
"jsdom": "^30.0.1",
|
|
20
20
|
"prettier": "^3.9.6",
|
|
21
|
-
"svelte": "^5.
|
|
21
|
+
"svelte": "^5.57.0",
|
|
22
22
|
"svelte-check": "^4.7.6",
|
|
23
23
|
"tslib": "^2.8.1",
|
|
24
24
|
"typescript": "^5.9.0",
|
|
25
|
-
"typescript-eslint": "^8.
|
|
25
|
+
"typescript-eslint": "^8.68.0",
|
|
26
26
|
"vite": "^8.2.2",
|
|
27
27
|
"vitest": "^4.1.11"
|
|
28
28
|
}
|
|
@@ -1023,25 +1023,18 @@
|
|
|
1023
1023
|
"dev": true,
|
|
1024
1024
|
"license": "MIT"
|
|
1025
1025
|
},
|
|
1026
|
-
"node_modules/@types/trusted-types": {
|
|
1027
|
-
"version": "2.0.7",
|
|
1028
|
-
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
1029
|
-
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
1030
|
-
"dev": true,
|
|
1031
|
-
"license": "MIT"
|
|
1032
|
-
},
|
|
1033
1026
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1034
|
-
"version": "8.
|
|
1035
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1036
|
-
"integrity": "sha512-
|
|
1027
|
+
"version": "8.68.0",
|
|
1028
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.68.0.tgz",
|
|
1029
|
+
"integrity": "sha512-WASHDpCm6qO5jj9g1a+8NiW5+GCkAyLReR56/4VruYmNgfUmqpxOfZ2Yfb8xGfJPWv5Qi6LSD8sXdces3vbp/Q==",
|
|
1037
1030
|
"dev": true,
|
|
1038
1031
|
"license": "MIT",
|
|
1039
1032
|
"dependencies": {
|
|
1040
1033
|
"@eslint-community/regexpp": "^4.12.2",
|
|
1041
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1042
|
-
"@typescript-eslint/type-utils": "8.
|
|
1043
|
-
"@typescript-eslint/utils": "8.
|
|
1044
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1034
|
+
"@typescript-eslint/scope-manager": "8.68.0",
|
|
1035
|
+
"@typescript-eslint/type-utils": "8.68.0",
|
|
1036
|
+
"@typescript-eslint/utils": "8.68.0",
|
|
1037
|
+
"@typescript-eslint/visitor-keys": "8.68.0",
|
|
1045
1038
|
"ignore": "^7.0.5",
|
|
1046
1039
|
"natural-compare": "^1.4.0",
|
|
1047
1040
|
"ts-api-utils": "^2.5.0"
|
|
@@ -1054,15 +1047,15 @@
|
|
|
1054
1047
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1055
1048
|
},
|
|
1056
1049
|
"peerDependencies": {
|
|
1057
|
-
"@typescript-eslint/parser": "^8.
|
|
1050
|
+
"@typescript-eslint/parser": "^8.68.0",
|
|
1058
1051
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1059
1052
|
"typescript": ">=4.8.4 <6.1.0"
|
|
1060
1053
|
}
|
|
1061
1054
|
},
|
|
1062
1055
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
1063
|
-
"version": "7.0.
|
|
1064
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
1065
|
-
"integrity": "sha512-
|
|
1056
|
+
"version": "7.0.7",
|
|
1057
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.7.tgz",
|
|
1058
|
+
"integrity": "sha512-dML0wP6oak21rsNYCJpJB6O1BJIEwNpGrTw0URPfAk4hm0e3pRfCtzkfB6olBcXcVlU2rouCyz7lCyRB0OMVCA==",
|
|
1066
1059
|
"dev": true,
|
|
1067
1060
|
"license": "MIT",
|
|
1068
1061
|
"engines": {
|
|
@@ -1070,16 +1063,16 @@
|
|
|
1070
1063
|
}
|
|
1071
1064
|
},
|
|
1072
1065
|
"node_modules/@typescript-eslint/parser": {
|
|
1073
|
-
"version": "8.
|
|
1074
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1075
|
-
"integrity": "sha512-
|
|
1066
|
+
"version": "8.68.0",
|
|
1067
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.68.0.tgz",
|
|
1068
|
+
"integrity": "sha512-fHq2VC1kpyYfvEcbiMjOpySY4WS7voEp89yAThrHRX5sm9j2lzYppCb2umFMEed4fWcyeLjHxrz0mpjNBaBxMQ==",
|
|
1076
1069
|
"dev": true,
|
|
1077
1070
|
"license": "MIT",
|
|
1078
1071
|
"dependencies": {
|
|
1079
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1080
|
-
"@typescript-eslint/types": "8.
|
|
1081
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1082
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1072
|
+
"@typescript-eslint/scope-manager": "8.68.0",
|
|
1073
|
+
"@typescript-eslint/types": "8.68.0",
|
|
1074
|
+
"@typescript-eslint/typescript-estree": "8.68.0",
|
|
1075
|
+
"@typescript-eslint/visitor-keys": "8.68.0",
|
|
1083
1076
|
"debug": "^4.4.3"
|
|
1084
1077
|
},
|
|
1085
1078
|
"engines": {
|
|
@@ -1095,14 +1088,14 @@
|
|
|
1095
1088
|
}
|
|
1096
1089
|
},
|
|
1097
1090
|
"node_modules/@typescript-eslint/project-service": {
|
|
1098
|
-
"version": "8.
|
|
1099
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
1100
|
-
"integrity": "sha512-
|
|
1091
|
+
"version": "8.68.0",
|
|
1092
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.68.0.tgz",
|
|
1093
|
+
"integrity": "sha512-5GQtWZCXFcFYux955pvoS02WLc49pXNlvIxocKjS0clvwo3in1RdlzVKyiqQH9vE5AKWFLTaUgeQkOrTS+0Qxw==",
|
|
1101
1094
|
"dev": true,
|
|
1102
1095
|
"license": "MIT",
|
|
1103
1096
|
"dependencies": {
|
|
1104
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
1105
|
-
"@typescript-eslint/types": "^8.
|
|
1097
|
+
"@typescript-eslint/tsconfig-utils": "^8.68.0",
|
|
1098
|
+
"@typescript-eslint/types": "^8.68.0",
|
|
1106
1099
|
"debug": "^4.4.3"
|
|
1107
1100
|
},
|
|
1108
1101
|
"engines": {
|
|
@@ -1117,14 +1110,14 @@
|
|
|
1117
1110
|
}
|
|
1118
1111
|
},
|
|
1119
1112
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
1120
|
-
"version": "8.
|
|
1121
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
1122
|
-
"integrity": "sha512-
|
|
1113
|
+
"version": "8.68.0",
|
|
1114
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.68.0.tgz",
|
|
1115
|
+
"integrity": "sha512-T5eXpcaJNg8bhjHJ8Rjp68Vq/QBteYtTKY8TZqVNPaUbuz0f6jI9t6aDkylwvalpAB9XTTFeFOjrjXAZ3YvmVA==",
|
|
1123
1116
|
"dev": true,
|
|
1124
1117
|
"license": "MIT",
|
|
1125
1118
|
"dependencies": {
|
|
1126
|
-
"@typescript-eslint/types": "8.
|
|
1127
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1119
|
+
"@typescript-eslint/types": "8.68.0",
|
|
1120
|
+
"@typescript-eslint/visitor-keys": "8.68.0"
|
|
1128
1121
|
},
|
|
1129
1122
|
"engines": {
|
|
1130
1123
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1135,9 +1128,9 @@
|
|
|
1135
1128
|
}
|
|
1136
1129
|
},
|
|
1137
1130
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
1138
|
-
"version": "8.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
1140
|
-
"integrity": "sha512-
|
|
1131
|
+
"version": "8.68.0",
|
|
1132
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.68.0.tgz",
|
|
1133
|
+
"integrity": "sha512-F7zrGQfiJHojPwi8vhxZQC1tWtJzvL74cK/nqri2lk8YUXvYaYwl263xOJ69jDWPUk1hmcdoayFwk9lX09npVw==",
|
|
1141
1134
|
"dev": true,
|
|
1142
1135
|
"license": "MIT",
|
|
1143
1136
|
"engines": {
|
|
@@ -1152,15 +1145,15 @@
|
|
|
1152
1145
|
}
|
|
1153
1146
|
},
|
|
1154
1147
|
"node_modules/@typescript-eslint/type-utils": {
|
|
1155
|
-
"version": "8.
|
|
1156
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
1157
|
-
"integrity": "sha512-
|
|
1148
|
+
"version": "8.68.0",
|
|
1149
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.68.0.tgz",
|
|
1150
|
+
"integrity": "sha512-X77zqoY1EjeWGs/0JNxeaMfp5C5lIz4Tw8y66F1Ne8Faq6g424sBNYM6xBAqElfGZPLpWS+CZAp0DXyKDzWiHg==",
|
|
1158
1151
|
"dev": true,
|
|
1159
1152
|
"license": "MIT",
|
|
1160
1153
|
"dependencies": {
|
|
1161
|
-
"@typescript-eslint/types": "8.
|
|
1162
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1163
|
-
"@typescript-eslint/utils": "8.
|
|
1154
|
+
"@typescript-eslint/types": "8.68.0",
|
|
1155
|
+
"@typescript-eslint/typescript-estree": "8.68.0",
|
|
1156
|
+
"@typescript-eslint/utils": "8.68.0",
|
|
1164
1157
|
"debug": "^4.4.3",
|
|
1165
1158
|
"ts-api-utils": "^2.5.0"
|
|
1166
1159
|
},
|
|
@@ -1177,9 +1170,9 @@
|
|
|
1177
1170
|
}
|
|
1178
1171
|
},
|
|
1179
1172
|
"node_modules/@typescript-eslint/types": {
|
|
1180
|
-
"version": "8.
|
|
1181
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
1182
|
-
"integrity": "sha512-
|
|
1173
|
+
"version": "8.68.0",
|
|
1174
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.68.0.tgz",
|
|
1175
|
+
"integrity": "sha512-9RnpsGJjrAllCMefGVVsImJM24YurhC0Q1h4UbvivtvOqXmR/vEJge2OoE++z9m6hyg8T1Q8t5SNT6tHSbrxcg==",
|
|
1183
1176
|
"dev": true,
|
|
1184
1177
|
"license": "MIT",
|
|
1185
1178
|
"engines": {
|
|
@@ -1191,16 +1184,16 @@
|
|
|
1191
1184
|
}
|
|
1192
1185
|
},
|
|
1193
1186
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
1194
|
-
"version": "8.
|
|
1195
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
1196
|
-
"integrity": "sha512-
|
|
1187
|
+
"version": "8.68.0",
|
|
1188
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.68.0.tgz",
|
|
1189
|
+
"integrity": "sha512-OKKsD0tYmoNiU5PW2zehO1yO56jYOm1ShYlxon/Z0SJNidAkdVg86eg9ruRuoXf8xfnuWZGbwDsStkoXbZtIIA==",
|
|
1197
1190
|
"dev": true,
|
|
1198
1191
|
"license": "MIT",
|
|
1199
1192
|
"dependencies": {
|
|
1200
|
-
"@typescript-eslint/project-service": "8.
|
|
1201
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
1202
|
-
"@typescript-eslint/types": "8.
|
|
1203
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1193
|
+
"@typescript-eslint/project-service": "8.68.0",
|
|
1194
|
+
"@typescript-eslint/tsconfig-utils": "8.68.0",
|
|
1195
|
+
"@typescript-eslint/types": "8.68.0",
|
|
1196
|
+
"@typescript-eslint/visitor-keys": "8.68.0",
|
|
1204
1197
|
"debug": "^4.4.3",
|
|
1205
1198
|
"minimatch": "^10.2.2",
|
|
1206
1199
|
"semver": "^7.7.3",
|
|
@@ -1219,16 +1212,16 @@
|
|
|
1219
1212
|
}
|
|
1220
1213
|
},
|
|
1221
1214
|
"node_modules/@typescript-eslint/utils": {
|
|
1222
|
-
"version": "8.
|
|
1223
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
1224
|
-
"integrity": "sha512-
|
|
1215
|
+
"version": "8.68.0",
|
|
1216
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.68.0.tgz",
|
|
1217
|
+
"integrity": "sha512-PB5gJMMOg0Q5P1tsgWtEAqQacJXq0qEqRHDX/YJ4FaTMLfZPpHB3gjl2EJuiZyPABxmj4ZQYiY9m1bdAJ5y7tQ==",
|
|
1225
1218
|
"dev": true,
|
|
1226
1219
|
"license": "MIT",
|
|
1227
1220
|
"dependencies": {
|
|
1228
1221
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
1229
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1230
|
-
"@typescript-eslint/types": "8.
|
|
1231
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1222
|
+
"@typescript-eslint/scope-manager": "8.68.0",
|
|
1223
|
+
"@typescript-eslint/types": "8.68.0",
|
|
1224
|
+
"@typescript-eslint/typescript-estree": "8.68.0"
|
|
1232
1225
|
},
|
|
1233
1226
|
"engines": {
|
|
1234
1227
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1243,13 +1236,13 @@
|
|
|
1243
1236
|
}
|
|
1244
1237
|
},
|
|
1245
1238
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
1246
|
-
"version": "8.
|
|
1247
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
1248
|
-
"integrity": "sha512-
|
|
1239
|
+
"version": "8.68.0",
|
|
1240
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.68.0.tgz",
|
|
1241
|
+
"integrity": "sha512-YR65gGdGvTUAWLldC3xLOvOzamdGzB4A5/N8rehEaHs3Zvoe39BhgY+u0SPch1OvrVTfLcc55wsSgK2NcnTS/A==",
|
|
1249
1242
|
"dev": true,
|
|
1250
1243
|
"license": "MIT",
|
|
1251
1244
|
"dependencies": {
|
|
1252
|
-
"@typescript-eslint/types": "8.
|
|
1245
|
+
"@typescript-eslint/types": "8.68.0",
|
|
1253
1246
|
"eslint-visitor-keys": "^5.0.0"
|
|
1254
1247
|
},
|
|
1255
1248
|
"engines": {
|
|
@@ -3201,9 +3194,9 @@
|
|
|
3201
3194
|
}
|
|
3202
3195
|
},
|
|
3203
3196
|
"node_modules/svelte": {
|
|
3204
|
-
"version": "5.
|
|
3205
|
-
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.
|
|
3206
|
-
"integrity": "sha512-
|
|
3197
|
+
"version": "5.57.0",
|
|
3198
|
+
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.57.0.tgz",
|
|
3199
|
+
"integrity": "sha512-NdbDn7fl4be1ViUG0oq/lvG6OZy3oENolV2ONjiqqsfVoeAfzaQAKUcEX3MrQod/Bebv1PgwET9rfXhgn9s4Kg==",
|
|
3207
3200
|
"dev": true,
|
|
3208
3201
|
"license": "MIT",
|
|
3209
3202
|
"dependencies": {
|
|
@@ -3211,7 +3204,6 @@
|
|
|
3211
3204
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
3212
3205
|
"@sveltejs/acorn-typescript": "^1.0.10",
|
|
3213
3206
|
"@types/estree": "^1.0.5",
|
|
3214
|
-
"@types/trusted-types": "^2.0.7",
|
|
3215
3207
|
"acorn": "^8.12.1",
|
|
3216
3208
|
"aria-query": "5.3.1",
|
|
3217
3209
|
"axobject-query": "^4.1.0",
|
|
@@ -3487,16 +3479,16 @@
|
|
|
3487
3479
|
}
|
|
3488
3480
|
},
|
|
3489
3481
|
"node_modules/typescript-eslint": {
|
|
3490
|
-
"version": "8.
|
|
3491
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
3492
|
-
"integrity": "sha512-
|
|
3482
|
+
"version": "8.68.0",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.68.0.tgz",
|
|
3484
|
+
"integrity": "sha512-MHy0Y0ynqeEbx/S45+i/bBssdy3X6KNBfmJAP35GrgtNxu2TQ5K5xsFDhAnmsq1jvpdoZOPG1LGtJo0HWqYCrQ==",
|
|
3493
3485
|
"dev": true,
|
|
3494
3486
|
"license": "MIT",
|
|
3495
3487
|
"dependencies": {
|
|
3496
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
3497
|
-
"@typescript-eslint/parser": "8.
|
|
3498
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3499
|
-
"@typescript-eslint/utils": "8.
|
|
3488
|
+
"@typescript-eslint/eslint-plugin": "8.68.0",
|
|
3489
|
+
"@typescript-eslint/parser": "8.68.0",
|
|
3490
|
+
"@typescript-eslint/typescript-estree": "8.68.0",
|
|
3491
|
+
"@typescript-eslint/utils": "8.68.0"
|
|
3500
3492
|
},
|
|
3501
3493
|
"engines": {
|
|
3502
3494
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"globals": "^17.11.0",
|
|
21
21
|
"jsdom": "^30.0.1",
|
|
22
22
|
"prettier": "^3.9.6",
|
|
23
|
-
"svelte": "^5.
|
|
23
|
+
"svelte": "^5.57.0",
|
|
24
24
|
"svelte-check": "^4.7.6",
|
|
25
25
|
"tslib": "^2.8.1",
|
|
26
26
|
"typescript": "^5.9.0",
|
|
27
|
-
"typescript-eslint": "^8.
|
|
27
|
+
"typescript-eslint": "^8.68.0",
|
|
28
28
|
"vite": "^8.2.2",
|
|
29
29
|
"vitest": "^4.1.11"
|
|
30
30
|
}
|