Skip to content

Commit

Permalink
Housekeeping: pin Storybook version temporarily (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKjeldgaard authored Dec 12, 2024
1 parent 595bc6c commit f8e93f6
Show file tree
Hide file tree
Showing 4 changed files with 1,530 additions and 1,058 deletions.
10 changes: 9 additions & 1 deletion libs/designsystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,21 @@
"zone.js": "^0.14.3"
},
"devDependencies": {
"@angular/animations": "^18.2.2",
"@angular-devkit/build-angular": "^18.2.2",
"@angular-devkit/core": "^18.2.2",
"@angular-devkit/schematics": "^18.2.2",
"@angular/animations": "^18.2.2",
"@angular/cli": "^18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/compiler-cli": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/router": "^18.2.2",
"@ngneat/spectator": "^15.0.1",
"@storybook/angular": "^8.4.4",
"@types/jasmine": "4.0.3",
"@types/jest": "^29.5.5",
"jasmine-core": "4.2.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/extensions/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@
"@angular-devkit/schematics": "^18.2.2",
"@angular/animations": "^18.2.2",
"@angular/cli": "^18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/compiler-cli": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/language-service": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/router": "^18.2.2",
"@compodoc/compodoc": "^1.1.24",
"@repo/eslint-config": "*",
"@storybook/angular": "^8.4.4",
"@types/jest": "^29.4.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
Expand Down
Loading

0 comments on commit f8e93f6

Please sign in to comment.