create-outsystems-astro 0.7.1 → 0.7.2
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/package.json +1 -1
- package/template/bun.lock +37 -28
- package/template/deno.json +13 -2
- package/template/deno.lock +202 -162
- package/template/package-lock.json +115 -186
- package/template/package.json +35 -10
- package/template/pnpm-lock.yaml +202 -191
- package/template/src/framework/preact/Demo.tsx +5 -6
- package/template/src/framework/react/Demo.tsx +4 -2
- package/template/src/framework/svelte/Demo.svelte +2 -2
- package/template/src/framework/vue/Demo.vue +3 -2
- package/template/src/pages/angular/angular-demo.astro +1 -1
- package/template/src/pages/preact/preact-demo.astro +2 -3
- package/template/src/pages/react/react-demo.astro +2 -3
- package/template/src/pages/svelte/svelte-demo.astro +2 -3
- package/template/src/pages/vue/vue-demo.astro +2 -3
- package/template/src/stores/demo.ts +14 -0
- package/template/yarn.lock +65 -65
- package/template/src/stores/.gitkeep +0 -0
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nanostores/preact": "^1.0.0",
|
|
22
22
|
"@nanostores/react": "^1.0.0",
|
|
23
23
|
"@nanostores/vue": "^1.1.0",
|
|
24
|
-
"astro": "^5.18.
|
|
24
|
+
"astro": "^5.18.1",
|
|
25
25
|
"nanostores": "^1.1.1",
|
|
26
26
|
"preact": "^10.28.4",
|
|
27
27
|
"react": "^19.2.4",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"eslint-plugin-testing-library": "^7.16.0",
|
|
82
82
|
"eslint-plugin-vue": "^10.8.0",
|
|
83
83
|
"globals": "^17.4.0",
|
|
84
|
-
"happy-dom": "^20.8.
|
|
84
|
+
"happy-dom": "^20.8.8",
|
|
85
85
|
"improved-yarn-audit": "^3.0.4",
|
|
86
86
|
"js-beautify": "^1.15.4",
|
|
87
87
|
"patch-package": "^8.0.1",
|
|
@@ -1015,18 +1015,18 @@
|
|
|
1015
1015
|
"license": "MIT"
|
|
1016
1016
|
},
|
|
1017
1017
|
"node_modules/@astrojs/internal-helpers": {
|
|
1018
|
-
"version": "0.7.
|
|
1019
|
-
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.
|
|
1020
|
-
"integrity": "sha512-
|
|
1018
|
+
"version": "0.7.6",
|
|
1019
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.6.tgz",
|
|
1020
|
+
"integrity": "sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==",
|
|
1021
1021
|
"license": "MIT"
|
|
1022
1022
|
},
|
|
1023
1023
|
"node_modules/@astrojs/markdown-remark": {
|
|
1024
|
-
"version": "6.3.
|
|
1025
|
-
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.
|
|
1026
|
-
"integrity": "sha512-
|
|
1024
|
+
"version": "6.3.11",
|
|
1025
|
+
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.11.tgz",
|
|
1026
|
+
"integrity": "sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==",
|
|
1027
1027
|
"license": "MIT",
|
|
1028
1028
|
"dependencies": {
|
|
1029
|
-
"@astrojs/internal-helpers": "0.7.
|
|
1029
|
+
"@astrojs/internal-helpers": "0.7.6",
|
|
1030
1030
|
"@astrojs/prism": "3.3.0",
|
|
1031
1031
|
"github-slugger": "^2.0.0",
|
|
1032
1032
|
"hast-util-from-html": "^2.0.3",
|
|
@@ -1040,8 +1040,8 @@
|
|
|
1040
1040
|
"remark-parse": "^11.0.0",
|
|
1041
1041
|
"remark-rehype": "^11.1.2",
|
|
1042
1042
|
"remark-smartypants": "^3.0.2",
|
|
1043
|
-
"shiki": "^3.
|
|
1044
|
-
"smol-toml": "^1.
|
|
1043
|
+
"shiki": "^3.21.0",
|
|
1044
|
+
"smol-toml": "^1.6.0",
|
|
1045
1045
|
"unified": "^11.0.5",
|
|
1046
1046
|
"unist-util-remove-position": "^5.0.0",
|
|
1047
1047
|
"unist-util-visit": "^5.0.0",
|
|
@@ -4528,29 +4528,6 @@
|
|
|
4528
4528
|
"node": "^20.17.0 || >=22.9.0"
|
|
4529
4529
|
}
|
|
4530
4530
|
},
|
|
4531
|
-
"node_modules/@npmcli/package-json/node_modules/balanced-match": {
|
|
4532
|
-
"version": "4.0.4",
|
|
4533
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
4534
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
4535
|
-
"dev": true,
|
|
4536
|
-
"license": "MIT",
|
|
4537
|
-
"engines": {
|
|
4538
|
-
"node": "18 || 20 || >=22"
|
|
4539
|
-
}
|
|
4540
|
-
},
|
|
4541
|
-
"node_modules/@npmcli/package-json/node_modules/brace-expansion": {
|
|
4542
|
-
"version": "5.0.4",
|
|
4543
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
4544
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
4545
|
-
"dev": true,
|
|
4546
|
-
"license": "MIT",
|
|
4547
|
-
"dependencies": {
|
|
4548
|
-
"balanced-match": "^4.0.2"
|
|
4549
|
-
},
|
|
4550
|
-
"engines": {
|
|
4551
|
-
"node": "18 || 20 || >=22"
|
|
4552
|
-
}
|
|
4553
|
-
},
|
|
4554
4531
|
"node_modules/@npmcli/package-json/node_modules/glob": {
|
|
4555
4532
|
"version": "13.0.6",
|
|
4556
4533
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -5137,9 +5114,9 @@
|
|
|
5137
5114
|
}
|
|
5138
5115
|
},
|
|
5139
5116
|
"node_modules/@prefresh/vite/node_modules/picomatch": {
|
|
5140
|
-
"version": "2.3.
|
|
5141
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
5142
|
-
"integrity": "sha512-
|
|
5117
|
+
"version": "2.3.2",
|
|
5118
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5119
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5143
5120
|
"license": "MIT",
|
|
5144
5121
|
"engines": {
|
|
5145
5122
|
"node": ">=8.6"
|
|
@@ -6221,10 +6198,16 @@
|
|
|
6221
6198
|
"path-browserify": "^1.0.1"
|
|
6222
6199
|
}
|
|
6223
6200
|
},
|
|
6201
|
+
"node_modules/@ts-morph/common/node_modules/balanced-match": {
|
|
6202
|
+
"version": "1.0.2",
|
|
6203
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
6204
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
6205
|
+
"license": "MIT"
|
|
6206
|
+
},
|
|
6224
6207
|
"node_modules/@ts-morph/common/node_modules/brace-expansion": {
|
|
6225
|
-
"version": "2.0.
|
|
6226
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
6227
|
-
"integrity": "sha512-
|
|
6208
|
+
"version": "2.0.3",
|
|
6209
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
6210
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
6228
6211
|
"license": "MIT",
|
|
6229
6212
|
"dependencies": {
|
|
6230
6213
|
"balanced-match": "^1.0.0"
|
|
@@ -6297,29 +6280,6 @@
|
|
|
6297
6280
|
"node": "^20.17.0 || >=22.9.0"
|
|
6298
6281
|
}
|
|
6299
6282
|
},
|
|
6300
|
-
"node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
6301
|
-
"version": "4.0.4",
|
|
6302
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
6303
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
6304
|
-
"dev": true,
|
|
6305
|
-
"license": "MIT",
|
|
6306
|
-
"engines": {
|
|
6307
|
-
"node": "18 || 20 || >=22"
|
|
6308
|
-
}
|
|
6309
|
-
},
|
|
6310
|
-
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
6311
|
-
"version": "5.0.4",
|
|
6312
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6313
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6314
|
-
"dev": true,
|
|
6315
|
-
"license": "MIT",
|
|
6316
|
-
"dependencies": {
|
|
6317
|
-
"balanced-match": "^4.0.2"
|
|
6318
|
-
},
|
|
6319
|
-
"engines": {
|
|
6320
|
-
"node": "18 || 20 || >=22"
|
|
6321
|
-
}
|
|
6322
|
-
},
|
|
6323
6283
|
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
6324
6284
|
"version": "10.2.4",
|
|
6325
6285
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
@@ -6733,29 +6693,6 @@
|
|
|
6733
6693
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6734
6694
|
}
|
|
6735
6695
|
},
|
|
6736
|
-
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
|
|
6737
|
-
"version": "4.0.4",
|
|
6738
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
6739
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
6740
|
-
"dev": true,
|
|
6741
|
-
"license": "MIT",
|
|
6742
|
-
"engines": {
|
|
6743
|
-
"node": "18 || 20 || >=22"
|
|
6744
|
-
}
|
|
6745
|
-
},
|
|
6746
|
-
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
6747
|
-
"version": "5.0.4",
|
|
6748
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6749
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6750
|
-
"dev": true,
|
|
6751
|
-
"license": "MIT",
|
|
6752
|
-
"dependencies": {
|
|
6753
|
-
"balanced-match": "^4.0.2"
|
|
6754
|
-
},
|
|
6755
|
-
"engines": {
|
|
6756
|
-
"node": "18 || 20 || >=22"
|
|
6757
|
-
}
|
|
6758
|
-
},
|
|
6759
6696
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
6760
6697
|
"version": "10.2.4",
|
|
6761
6698
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
@@ -7489,9 +7426,9 @@
|
|
|
7489
7426
|
}
|
|
7490
7427
|
},
|
|
7491
7428
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
7492
|
-
"version": "2.3.
|
|
7493
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
7494
|
-
"integrity": "sha512-
|
|
7429
|
+
"version": "2.3.2",
|
|
7430
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
7431
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
7495
7432
|
"license": "MIT",
|
|
7496
7433
|
"engines": {
|
|
7497
7434
|
"node": ">=8.6"
|
|
@@ -7730,14 +7667,14 @@
|
|
|
7730
7667
|
}
|
|
7731
7668
|
},
|
|
7732
7669
|
"node_modules/astro": {
|
|
7733
|
-
"version": "5.18.
|
|
7734
|
-
"resolved": "https://registry.npmjs.org/astro/-/astro-5.18.
|
|
7735
|
-
"integrity": "sha512-
|
|
7670
|
+
"version": "5.18.1",
|
|
7671
|
+
"resolved": "https://registry.npmjs.org/astro/-/astro-5.18.1.tgz",
|
|
7672
|
+
"integrity": "sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==",
|
|
7736
7673
|
"license": "MIT",
|
|
7737
7674
|
"dependencies": {
|
|
7738
7675
|
"@astrojs/compiler": "^2.13.0",
|
|
7739
|
-
"@astrojs/internal-helpers": "0.7.
|
|
7740
|
-
"@astrojs/markdown-remark": "6.3.
|
|
7676
|
+
"@astrojs/internal-helpers": "0.7.6",
|
|
7677
|
+
"@astrojs/markdown-remark": "6.3.11",
|
|
7741
7678
|
"@astrojs/telemetry": "3.3.0",
|
|
7742
7679
|
"@capsizecss/unpack": "^4.0.0",
|
|
7743
7680
|
"@oslojs/encoding": "^1.1.0",
|
|
@@ -7934,10 +7871,14 @@
|
|
|
7934
7871
|
}
|
|
7935
7872
|
},
|
|
7936
7873
|
"node_modules/balanced-match": {
|
|
7937
|
-
"version": "
|
|
7938
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
7939
|
-
"integrity": "sha512-
|
|
7940
|
-
"
|
|
7874
|
+
"version": "4.0.4",
|
|
7875
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
7876
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
7877
|
+
"dev": true,
|
|
7878
|
+
"license": "MIT",
|
|
7879
|
+
"engines": {
|
|
7880
|
+
"node": "18 || 20 || >=22"
|
|
7881
|
+
}
|
|
7941
7882
|
},
|
|
7942
7883
|
"node_modules/base-64": {
|
|
7943
7884
|
"version": "1.0.0",
|
|
@@ -8100,14 +8041,16 @@
|
|
|
8100
8041
|
}
|
|
8101
8042
|
},
|
|
8102
8043
|
"node_modules/brace-expansion": {
|
|
8103
|
-
"version": "
|
|
8104
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
8105
|
-
"integrity": "sha512-
|
|
8044
|
+
"version": "5.0.5",
|
|
8045
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
8046
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
8106
8047
|
"dev": true,
|
|
8107
8048
|
"license": "MIT",
|
|
8108
8049
|
"dependencies": {
|
|
8109
|
-
"balanced-match": "^
|
|
8110
|
-
|
|
8050
|
+
"balanced-match": "^4.0.2"
|
|
8051
|
+
},
|
|
8052
|
+
"engines": {
|
|
8053
|
+
"node": "18 || 20 || >=22"
|
|
8111
8054
|
}
|
|
8112
8055
|
},
|
|
8113
8056
|
"node_modules/braces": {
|
|
@@ -8209,29 +8152,6 @@
|
|
|
8209
8152
|
"node": "^20.17.0 || >=22.9.0"
|
|
8210
8153
|
}
|
|
8211
8154
|
},
|
|
8212
|
-
"node_modules/cacache/node_modules/balanced-match": {
|
|
8213
|
-
"version": "4.0.4",
|
|
8214
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
8215
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
8216
|
-
"dev": true,
|
|
8217
|
-
"license": "MIT",
|
|
8218
|
-
"engines": {
|
|
8219
|
-
"node": "18 || 20 || >=22"
|
|
8220
|
-
}
|
|
8221
|
-
},
|
|
8222
|
-
"node_modules/cacache/node_modules/brace-expansion": {
|
|
8223
|
-
"version": "5.0.4",
|
|
8224
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
8225
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
8226
|
-
"dev": true,
|
|
8227
|
-
"license": "MIT",
|
|
8228
|
-
"dependencies": {
|
|
8229
|
-
"balanced-match": "^4.0.2"
|
|
8230
|
-
},
|
|
8231
|
-
"engines": {
|
|
8232
|
-
"node": "18 || 20 || >=22"
|
|
8233
|
-
}
|
|
8234
|
-
},
|
|
8235
8155
|
"node_modules/cacache/node_modules/glob": {
|
|
8236
8156
|
"version": "13.0.6",
|
|
8237
8157
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -9348,10 +9268,17 @@
|
|
|
9348
9268
|
"node": ">=14"
|
|
9349
9269
|
}
|
|
9350
9270
|
},
|
|
9271
|
+
"node_modules/editorconfig/node_modules/balanced-match": {
|
|
9272
|
+
"version": "1.0.2",
|
|
9273
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
9274
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
9275
|
+
"dev": true,
|
|
9276
|
+
"license": "MIT"
|
|
9277
|
+
},
|
|
9351
9278
|
"node_modules/editorconfig/node_modules/brace-expansion": {
|
|
9352
|
-
"version": "2.0.
|
|
9353
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
9354
|
-
"integrity": "sha512-
|
|
9279
|
+
"version": "2.0.3",
|
|
9280
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
9281
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
9355
9282
|
"dev": true,
|
|
9356
9283
|
"license": "MIT",
|
|
9357
9284
|
"dependencies": {
|
|
@@ -10865,9 +10792,9 @@
|
|
|
10865
10792
|
}
|
|
10866
10793
|
},
|
|
10867
10794
|
"node_modules/flatted": {
|
|
10868
|
-
"version": "3.4.
|
|
10869
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.
|
|
10870
|
-
"integrity": "sha512-
|
|
10795
|
+
"version": "3.4.2",
|
|
10796
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
10797
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
10871
10798
|
"dev": true,
|
|
10872
10799
|
"license": "ISC"
|
|
10873
10800
|
},
|
|
@@ -11204,10 +11131,17 @@
|
|
|
11204
11131
|
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
11205
11132
|
"license": "BSD-2-Clause"
|
|
11206
11133
|
},
|
|
11134
|
+
"node_modules/glob/node_modules/balanced-match": {
|
|
11135
|
+
"version": "1.0.2",
|
|
11136
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
11137
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
11138
|
+
"dev": true,
|
|
11139
|
+
"license": "MIT"
|
|
11140
|
+
},
|
|
11207
11141
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
11208
|
-
"version": "2.0.
|
|
11209
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
11210
|
-
"integrity": "sha512-
|
|
11142
|
+
"version": "2.0.3",
|
|
11143
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
11144
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
11211
11145
|
"dev": true,
|
|
11212
11146
|
"license": "MIT",
|
|
11213
11147
|
"dependencies": {
|
|
@@ -11280,9 +11214,9 @@
|
|
|
11280
11214
|
"license": "ISC"
|
|
11281
11215
|
},
|
|
11282
11216
|
"node_modules/h3": {
|
|
11283
|
-
"version": "1.15.
|
|
11284
|
-
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.
|
|
11285
|
-
"integrity": "sha512-
|
|
11217
|
+
"version": "1.15.9",
|
|
11218
|
+
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.9.tgz",
|
|
11219
|
+
"integrity": "sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==",
|
|
11286
11220
|
"license": "MIT",
|
|
11287
11221
|
"dependencies": {
|
|
11288
11222
|
"cookie-es": "^1.2.2",
|
|
@@ -11297,9 +11231,9 @@
|
|
|
11297
11231
|
}
|
|
11298
11232
|
},
|
|
11299
11233
|
"node_modules/happy-dom": {
|
|
11300
|
-
"version": "20.8.
|
|
11301
|
-
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.
|
|
11302
|
-
"integrity": "sha512-
|
|
11234
|
+
"version": "20.8.8",
|
|
11235
|
+
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.8.tgz",
|
|
11236
|
+
"integrity": "sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==",
|
|
11303
11237
|
"devOptional": true,
|
|
11304
11238
|
"license": "MIT",
|
|
11305
11239
|
"dependencies": {
|
|
@@ -11803,29 +11737,6 @@
|
|
|
11803
11737
|
"node": "^20.17.0 || >=22.9.0"
|
|
11804
11738
|
}
|
|
11805
11739
|
},
|
|
11806
|
-
"node_modules/ignore-walk/node_modules/balanced-match": {
|
|
11807
|
-
"version": "4.0.4",
|
|
11808
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
11809
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
11810
|
-
"dev": true,
|
|
11811
|
-
"license": "MIT",
|
|
11812
|
-
"engines": {
|
|
11813
|
-
"node": "18 || 20 || >=22"
|
|
11814
|
-
}
|
|
11815
|
-
},
|
|
11816
|
-
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
11817
|
-
"version": "5.0.4",
|
|
11818
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
11819
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
11820
|
-
"dev": true,
|
|
11821
|
-
"license": "MIT",
|
|
11822
|
-
"dependencies": {
|
|
11823
|
-
"balanced-match": "^4.0.2"
|
|
11824
|
-
},
|
|
11825
|
-
"engines": {
|
|
11826
|
-
"node": "18 || 20 || >=22"
|
|
11827
|
-
}
|
|
11828
|
-
},
|
|
11829
11740
|
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
11830
11741
|
"version": "10.2.4",
|
|
11831
11742
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
@@ -13972,9 +13883,9 @@
|
|
|
13972
13883
|
}
|
|
13973
13884
|
},
|
|
13974
13885
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
13975
|
-
"version": "2.3.
|
|
13976
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
13977
|
-
"integrity": "sha512-
|
|
13886
|
+
"version": "2.3.2",
|
|
13887
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
13888
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
13978
13889
|
"license": "MIT",
|
|
13979
13890
|
"engines": {
|
|
13980
13891
|
"node": ">=8.6"
|
|
@@ -14045,6 +13956,24 @@
|
|
|
14045
13956
|
"node": "*"
|
|
14046
13957
|
}
|
|
14047
13958
|
},
|
|
13959
|
+
"node_modules/minimatch/node_modules/balanced-match": {
|
|
13960
|
+
"version": "1.0.2",
|
|
13961
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
13962
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
13963
|
+
"dev": true,
|
|
13964
|
+
"license": "MIT"
|
|
13965
|
+
},
|
|
13966
|
+
"node_modules/minimatch/node_modules/brace-expansion": {
|
|
13967
|
+
"version": "1.1.13",
|
|
13968
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
13969
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
13970
|
+
"dev": true,
|
|
13971
|
+
"license": "MIT",
|
|
13972
|
+
"dependencies": {
|
|
13973
|
+
"balanced-match": "^1.0.0",
|
|
13974
|
+
"concat-map": "0.0.1"
|
|
13975
|
+
}
|
|
13976
|
+
},
|
|
14048
13977
|
"node_modules/minimist": {
|
|
14049
13978
|
"version": "1.2.8",
|
|
14050
13979
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
@@ -14883,13 +14812,13 @@
|
|
|
14883
14812
|
"license": "MIT"
|
|
14884
14813
|
},
|
|
14885
14814
|
"node_modules/oniguruma-to-es": {
|
|
14886
|
-
"version": "4.3.
|
|
14887
|
-
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.
|
|
14888
|
-
"integrity": "sha512-
|
|
14815
|
+
"version": "4.3.5",
|
|
14816
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.5.tgz",
|
|
14817
|
+
"integrity": "sha512-Zjygswjpsewa0NLTsiizVuMQZbp0MDyM6lIt66OxsF21npUDlzpHi1Mgb/qhQdkb+dWFTzJmFbEWdvZgRho8eQ==",
|
|
14889
14818
|
"license": "MIT",
|
|
14890
14819
|
"dependencies": {
|
|
14891
14820
|
"oniguruma-parser": "^0.12.1",
|
|
14892
|
-
"regex": "^6.0
|
|
14821
|
+
"regex": "^6.1.0",
|
|
14893
14822
|
"regex-recursion": "^6.0.2"
|
|
14894
14823
|
}
|
|
14895
14824
|
},
|
|
@@ -15383,9 +15312,9 @@
|
|
|
15383
15312
|
"license": "ISC"
|
|
15384
15313
|
},
|
|
15385
15314
|
"node_modules/path-to-regexp": {
|
|
15386
|
-
"version": "8.
|
|
15387
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
15388
|
-
"integrity": "sha512-
|
|
15315
|
+
"version": "8.4.0",
|
|
15316
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz",
|
|
15317
|
+
"integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==",
|
|
15389
15318
|
"dev": true,
|
|
15390
15319
|
"license": "MIT",
|
|
15391
15320
|
"funding": {
|
|
@@ -15418,9 +15347,9 @@
|
|
|
15418
15347
|
"license": "ISC"
|
|
15419
15348
|
},
|
|
15420
15349
|
"node_modules/picomatch": {
|
|
15421
|
-
"version": "4.0.
|
|
15422
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
15423
|
-
"integrity": "sha512-
|
|
15350
|
+
"version": "4.0.4",
|
|
15351
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
15352
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
15424
15353
|
"license": "MIT",
|
|
15425
15354
|
"engines": {
|
|
15426
15355
|
"node": ">=12"
|
|
@@ -15567,9 +15496,9 @@
|
|
|
15567
15496
|
}
|
|
15568
15497
|
},
|
|
15569
15498
|
"node_modules/postcss-load-config/node_modules/yaml": {
|
|
15570
|
-
"version": "1.10.
|
|
15571
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.
|
|
15572
|
-
"integrity": "sha512-
|
|
15499
|
+
"version": "1.10.3",
|
|
15500
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz",
|
|
15501
|
+
"integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
|
|
15573
15502
|
"dev": true,
|
|
15574
15503
|
"license": "ISC",
|
|
15575
15504
|
"engines": {
|
|
@@ -17046,9 +16975,9 @@
|
|
|
17046
16975
|
}
|
|
17047
16976
|
},
|
|
17048
16977
|
"node_modules/smol-toml": {
|
|
17049
|
-
"version": "1.6.
|
|
17050
|
-
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.
|
|
17051
|
-
"integrity": "sha512-
|
|
16978
|
+
"version": "1.6.1",
|
|
16979
|
+
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
|
|
16980
|
+
"integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
|
|
17052
16981
|
"license": "BSD-3-Clause",
|
|
17053
16982
|
"engines": {
|
|
17054
16983
|
"node": ">= 18"
|
|
@@ -19832,9 +19761,9 @@
|
|
|
19832
19761
|
"license": "ISC"
|
|
19833
19762
|
},
|
|
19834
19763
|
"node_modules/yaml": {
|
|
19835
|
-
"version": "2.8.
|
|
19836
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
19837
|
-
"integrity": "sha512-
|
|
19764
|
+
"version": "2.8.3",
|
|
19765
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
19766
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
19838
19767
|
"devOptional": true,
|
|
19839
19768
|
"license": "ISC",
|
|
19840
19769
|
"bin": {
|
package/template/package.json
CHANGED
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"format:write": "prettier --write .",
|
|
15
15
|
"lint": "eslint",
|
|
16
16
|
"lint:fix": "eslint --fix",
|
|
17
|
-
"output": "astro build && ts-node ./output.ts",
|
|
18
|
-
"output:bun": "astro build && bun run ./output.ts",
|
|
19
|
-
"output:deno": "astro build && deno run -A ./output.ts",
|
|
17
|
+
"output": "NODE_ENV=production astro build && ts-node ./output.ts",
|
|
18
|
+
"output:bun": "NODE_ENV=production astro build && bun run ./output.ts",
|
|
19
|
+
"output:deno": "NODE_ENV=production astro build && deno run -A ./output.ts",
|
|
20
20
|
"postinstall": "patch-package",
|
|
21
21
|
"postinstall:deno": "patch-package && patch-package --patch-dir patches-deno",
|
|
22
22
|
"preview": "astro preview",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@nanostores/preact": "^1.0.0",
|
|
45
45
|
"@nanostores/react": "^1.0.0",
|
|
46
46
|
"@nanostores/vue": "^1.1.0",
|
|
47
|
-
"astro": "^5.18.
|
|
47
|
+
"astro": "^5.18.1",
|
|
48
48
|
"nanostores": "^1.1.1",
|
|
49
49
|
"preact": "^10.28.4",
|
|
50
50
|
"react": "^19.2.4",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint-plugin-testing-library": "^7.16.0",
|
|
105
105
|
"eslint-plugin-vue": "^10.8.0",
|
|
106
106
|
"globals": "^17.4.0",
|
|
107
|
-
"happy-dom": "^20.8.
|
|
107
|
+
"happy-dom": "^20.8.8",
|
|
108
108
|
"improved-yarn-audit": "^3.0.4",
|
|
109
109
|
"js-beautify": "^1.15.4",
|
|
110
110
|
"patch-package": "^8.0.1",
|
|
@@ -119,26 +119,51 @@
|
|
|
119
119
|
"vue-eslint-parser": "^10.4.0"
|
|
120
120
|
},
|
|
121
121
|
"overrides": {
|
|
122
|
+
"brace-expansion@1": "^1.1.13",
|
|
123
|
+
"brace-expansion@2": "^2.0.3",
|
|
124
|
+
"brace-expansion@5": "^5.0.5",
|
|
122
125
|
"devalue": "^5.6.4",
|
|
123
|
-
"flatted": "^3.4.
|
|
126
|
+
"flatted": "^3.4.2",
|
|
127
|
+
"h3": "^1.15.6",
|
|
124
128
|
"hono": "^4.12.7",
|
|
129
|
+
"path-to-regexp": "^8.4.0",
|
|
130
|
+
"picomatch@2": "^2.3.2",
|
|
131
|
+
"picomatch@3": "^3.0.2",
|
|
132
|
+
"picomatch@4": "^4.0.4",
|
|
133
|
+
"smol-toml": "^1.6.1",
|
|
125
134
|
"tar": "^7.5.11",
|
|
126
|
-
"undici": "^7.24.0"
|
|
135
|
+
"undici": "^7.24.0",
|
|
136
|
+
"yaml@1": "^1.10.3",
|
|
137
|
+
"yaml@2": "^2.8.3"
|
|
127
138
|
},
|
|
128
139
|
"resolutions": {
|
|
129
140
|
"devalue": "^5.6.4",
|
|
130
|
-
"flatted": "^3.4.
|
|
141
|
+
"flatted": "^3.4.2",
|
|
142
|
+
"h3": "^1.15.6",
|
|
131
143
|
"hono": "^4.12.7",
|
|
144
|
+
"path-to-regexp": "^8.4.0",
|
|
145
|
+
"smol-toml": "^1.6.1",
|
|
132
146
|
"tar": "^7.5.11",
|
|
133
147
|
"undici": "^7.24.0"
|
|
134
148
|
},
|
|
135
149
|
"pnpm": {
|
|
136
150
|
"overrides": {
|
|
151
|
+
"brace-expansion@1": "^1.1.13",
|
|
152
|
+
"brace-expansion@2": "^2.0.3",
|
|
153
|
+
"brace-expansion@5": "^5.0.5",
|
|
137
154
|
"devalue": "^5.6.4",
|
|
138
|
-
"flatted": "^3.4.
|
|
155
|
+
"flatted": "^3.4.2",
|
|
156
|
+
"h3": "^1.15.6",
|
|
139
157
|
"hono": "^4.12.7",
|
|
158
|
+
"path-to-regexp": "^8.4.0",
|
|
159
|
+
"picomatch@2": "^2.3.2",
|
|
160
|
+
"picomatch@3": "^3.0.2",
|
|
161
|
+
"picomatch@4": "^4.0.4",
|
|
162
|
+
"smol-toml": "^1.6.1",
|
|
140
163
|
"tar": "^7.5.11",
|
|
141
|
-
"undici": "^7.24.0"
|
|
164
|
+
"undici": "^7.24.0",
|
|
165
|
+
"yaml@1": "^1.10.3",
|
|
166
|
+
"yaml@2": "^2.8.3"
|
|
142
167
|
}
|
|
143
168
|
}
|
|
144
169
|
}
|