create-outsystems-astro 0.8.0 → 0.8.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 +24 -12
- package/template/deno.json +5 -1
- package/template/deno.lock +231 -222
- package/template/package-lock.json +174 -126
- package/template/package.json +38 -6
- package/template/pnpm-lock.yaml +280 -208
- package/template/src/framework/react/Demo.tsx +1 -1
- package/template/test/integration/react/Demo.test.tsx +2 -0
- package/template/yarn.lock +159 -115
package/template/package.json
CHANGED
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"format:write": "prettier --write .",
|
|
15
15
|
"lint": "eslint",
|
|
16
16
|
"lint:fix": "eslint --fix",
|
|
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",
|
|
17
|
+
"output": "cross-env NODE_ENV=production astro build && ts-node ./output.ts",
|
|
18
|
+
"output:bun": "cross-env NODE_ENV=production astro build && bun run ./output.ts",
|
|
19
|
+
"output:deno": "cross-env 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",
|
|
23
23
|
"test": "vitest",
|
|
24
24
|
"test:e2e": "playwright test",
|
|
25
|
-
"test:e2e:deno": "PW_DISABLE_TS_ESM=true deno run --allow-all npm:playwright test",
|
|
25
|
+
"test:e2e:deno": "cross-env PW_DISABLE_TS_ESM=true deno run --allow-all npm:playwright test",
|
|
26
26
|
"test:e2e:ui": "playwright test --ui",
|
|
27
|
-
"test:e2e:ui:deno": "PW_DISABLE_TS_ESM=true deno run --allow-all npm:playwright test --ui",
|
|
27
|
+
"test:e2e:ui:deno": "cross-env PW_DISABLE_TS_ESM=true deno run --allow-all npm:playwright test --ui",
|
|
28
28
|
"test:e2e:install": "playwright install --with-deps",
|
|
29
29
|
"test:run": "vitest run",
|
|
30
30
|
"typecheck": "tsc"
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
94
94
|
"angular-eslint": "^21.3.1",
|
|
95
95
|
"better-npm-audit": "^3.11.0",
|
|
96
|
+
"cross-env": "^10.1.0",
|
|
96
97
|
"dotenv": "^17.3.1",
|
|
97
98
|
"eslint": "^9.39.4",
|
|
98
99
|
"eslint-config-preact": "^2.0.0",
|
|
@@ -121,9 +122,40 @@
|
|
|
121
122
|
"ts-node": "^10.9.2",
|
|
122
123
|
"typescript": "^5.9.3",
|
|
123
124
|
"typescript-eslint": "^8.57.2",
|
|
124
|
-
"vite": "^8.0.1",
|
|
125
125
|
"vite-plugin-solid": "^2.11.11",
|
|
126
|
+
"vite": "^8.0.5",
|
|
126
127
|
"vitest": "^4.1.2",
|
|
127
128
|
"vue-eslint-parser": "^10.4.0"
|
|
129
|
+
},
|
|
130
|
+
"overrides": {
|
|
131
|
+
"@hono/node-server": "^1.19.13",
|
|
132
|
+
"@vue/devtools-core": {
|
|
133
|
+
"vite": "^7.3.2"
|
|
134
|
+
},
|
|
135
|
+
"defu": "^6.1.5",
|
|
136
|
+
"hono": "^4.12.12",
|
|
137
|
+
"vite@6": "^6.4.2",
|
|
138
|
+
"vite@7": "^7.3.2"
|
|
139
|
+
},
|
|
140
|
+
"resolutions": {
|
|
141
|
+
"@hono/node-server": "^1.19.13",
|
|
142
|
+
"defu": "^6.1.5",
|
|
143
|
+
"hono": "^4.12.12"
|
|
144
|
+
},
|
|
145
|
+
"pnpm": {
|
|
146
|
+
"overrides": {
|
|
147
|
+
"@angular/build>vite": "^7.3.2",
|
|
148
|
+
"@astrojs/preact>vite": "^6.4.2",
|
|
149
|
+
"@astrojs/react>vite": "^6.4.2",
|
|
150
|
+
"@astrojs/solid-js>vite": "^6.4.2",
|
|
151
|
+
"@astrojs/svelte>vite": "^6.4.2",
|
|
152
|
+
"@astrojs/vue>vite": "^6.4.2",
|
|
153
|
+
"@hono/node-server": "^1.19.13",
|
|
154
|
+
"@vue/devtools-core>vite": "^7.3.2",
|
|
155
|
+
"astro>vite": "^6.4.2",
|
|
156
|
+
"defu": "^6.1.5",
|
|
157
|
+
"hono": "^4.12.12",
|
|
158
|
+
"vitest>vite": "^8.0.8"
|
|
159
|
+
}
|
|
128
160
|
}
|
|
129
161
|
}
|