Skip to content

Commit 31ab41c

Browse files
chore: update to Analog 1.20.1
1 parent 31d9a16 commit 31ab41c

File tree

4 files changed

+24
-19
lines changed

4 files changed

+24
-19
lines changed

.storybook/preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'zone.js';
21
import { type Preview } from '@analogjs/storybook-angular';
32
import { setCompodocJson } from '@storybook/addon-docs/angular';
43
import docJson from '../documentation.json';

angular.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@
100100
"-d",
101101
"."
102102
],
103-
"port": 6006
103+
"port": 6006,
104+
"styles": [
105+
"/src/styles.css"
106+
]
104107
}
105108
},
106109
"build-storybook": {
@@ -114,7 +117,10 @@
114117
"-d",
115118
"."
116119
],
117-
"outputDir": "storybook-static"
120+
"outputDir": "storybook-static",
121+
"styles": [
122+
"/src/styles.css"
123+
]
118124
}
119125
},
120126
"test-storybook": {

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"zone.js": "~0.15.0"
2828
},
2929
"devDependencies": {
30-
"@analogjs/storybook-angular": "^1.20.0-beta.1",
31-
"@analogjs/vite-plugin-angular": "^1.20.0-beta.1",
32-
"@analogjs/vitest-angular": "^1.20.0-beta.1",
30+
"@analogjs/storybook-angular": "^1.20.1",
31+
"@analogjs/vite-plugin-angular": "^1.20.1",
32+
"@analogjs/vitest-angular": "^1.20.1",
3333
"@angular/build": "^20.1.4",
3434
"@angular/cli": "^20.1.4",
3535
"@angular/compiler-cli": "^20.1.4",
@@ -62,7 +62,7 @@
6262
"@analogjs/storybook-angular": {
6363
"@angular-devkit/build-angular": "^20.1.4",
6464
"@storybook/angular": "$@storybook/angular",
65-
"@analogjs/vite-plugin-angular": "^1.20.0-beta.1"
65+
"@analogjs/vite-plugin-angular": "^1.20.1"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)