create-outsystems-astro 0.11.1 → 0.11.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/integrations/.yarnrc.yml +2 -1
- package/integrations/bun.lock +6 -4
- package/integrations/deno.json +5 -2
- package/integrations/deno.lock +15 -9
- package/integrations/package-lock.json +22 -12
- package/integrations/package.json +8 -4
- package/integrations/pnpm-lock.yaml +8 -6
- package/integrations/pnpm-workspace.yaml +3 -0
- package/integrations/yarn.lock +7 -7
- package/package.json +1 -1
- package/template/.yarnrc.yml +7 -1
- package/template/bun.lock +70 -117
- package/template/deno.json +15 -3
- package/template/deno.lock +250 -295
- package/template/package-lock.json +284 -243
- package/template/package.json +29 -16
- package/template/pnpm-lock.yaml +272 -307
- package/template/pnpm-workspace.yaml +14 -1
- package/template/yarn.lock +163 -221
- /package/template/patches/{@angular+build+21.2.14.patch → @angular+build+21.2.16.patch} +0 -0
package/template/package.json
CHANGED
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@analogjs/astro-angular": "^2.6.0",
|
|
35
|
-
"@angular/animations": "^21.2.
|
|
36
|
-
"@angular/common": "^21.2.
|
|
37
|
-
"@angular/core": "^21.2.
|
|
38
|
-
"@angular/platform-browser": "^21.2.
|
|
39
|
-
"@angular/platform-server": "^21.2.
|
|
40
|
-
"@angular/router": "^21.2.
|
|
35
|
+
"@angular/animations": "^21.2.17",
|
|
36
|
+
"@angular/common": "^21.2.17",
|
|
37
|
+
"@angular/core": "^21.2.17",
|
|
38
|
+
"@angular/platform-browser": "^21.2.17",
|
|
39
|
+
"@angular/platform-server": "^21.2.17",
|
|
40
|
+
"@angular/router": "^21.2.17",
|
|
41
41
|
"@astrojs/preact": "^5.1.5",
|
|
42
42
|
"@astrojs/react": "^5.0.7",
|
|
43
43
|
"@astrojs/solid-js": "^6.0.1",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@nanostores/react": "^1.1.0",
|
|
48
48
|
"@nanostores/solid": "^1.1.1",
|
|
49
49
|
"@nanostores/vue": "^1.1.0",
|
|
50
|
-
"astro": "^6.4.
|
|
50
|
+
"astro": "^6.4.6",
|
|
51
51
|
"islands-integrations": "file:./.integrations",
|
|
52
52
|
"nanostores": "^1.3.0",
|
|
53
53
|
"preact": "^10.29.2",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@analogjs/vite-plugin-angular": "^2.6.0",
|
|
65
65
|
"@analogjs/vitest-angular": "^2.6.0",
|
|
66
|
-
"@angular-devkit/architect": "^0.2102.
|
|
67
|
-
"@angular-devkit/schematics": "^21.2.
|
|
68
|
-
"@angular/build": "^21.2.
|
|
69
|
-
"@angular/cli": "^21.2.
|
|
70
|
-
"@angular/compiler": "^21.2.
|
|
71
|
-
"@angular/compiler-cli": "^21.2.
|
|
72
|
-
"@angular/language-service": "^21.2.
|
|
66
|
+
"@angular-devkit/architect": "^0.2102.15",
|
|
67
|
+
"@angular-devkit/schematics": "^21.2.15",
|
|
68
|
+
"@angular/build": "^21.2.15",
|
|
69
|
+
"@angular/cli": "^21.2.15",
|
|
70
|
+
"@angular/compiler": "^21.2.17",
|
|
71
|
+
"@angular/compiler-cli": "^21.2.17",
|
|
72
|
+
"@angular/language-service": "^21.2.17",
|
|
73
73
|
"@babel/core": "^7.29.7",
|
|
74
74
|
"@eslint/compat": "^2.1.0",
|
|
75
75
|
"@eslint/eslintrc": "^3.3.5",
|
|
@@ -131,9 +131,22 @@
|
|
|
131
131
|
"vue-eslint-parser": "^10.4.1"
|
|
132
132
|
},
|
|
133
133
|
"overrides": {
|
|
134
|
-
"
|
|
134
|
+
"@babel/core": "^7.29.7",
|
|
135
|
+
"astro": "^6.4.6",
|
|
136
|
+
"esbuild": "^0.28.1",
|
|
137
|
+
"hono": "^4.12.25",
|
|
138
|
+
"js-yaml": "^4.2.0",
|
|
139
|
+
"tar": "^7.5.16",
|
|
140
|
+
"vite@7.0.0 - 7.3.4": "7.3.5"
|
|
135
141
|
},
|
|
136
142
|
"resolutions": {
|
|
137
|
-
"
|
|
143
|
+
"@angular/build/vite": "7.3.5",
|
|
144
|
+
"@babel/core": "^7.29.7",
|
|
145
|
+
"astro": "^6.4.6",
|
|
146
|
+
"esbuild": "^0.28.1",
|
|
147
|
+
"hono": "^4.12.25",
|
|
148
|
+
"js-yaml": "^4.2.0",
|
|
149
|
+
"tar": "^7.5.16",
|
|
150
|
+
"vite@7.0.0 - 7.3.4": "7.3.5"
|
|
138
151
|
}
|
|
139
152
|
}
|