Skip to content

Commit d699003

Browse files
committed
Pin to a stable version
1 parent f5714d8 commit d699003

File tree

2 files changed

+491
-2417
lines changed

2 files changed

+491
-2417
lines changed

frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,12 @@
8888
"@babel/parser": "^7.24.8",
8989
"@nuxt/test-utils": "^3.14.1",
9090
"@nuxtjs/i18n": "8.5.5",
91-
"@nuxtjs/storybook": "8.3.3-28822616.1c9e939",
91+
"@nuxtjs/storybook": "8.3.2",
9292
"@playwright/test": "1.48.1",
93-
"@storybook-vue/nuxt": "8.3.3-28822616.1c9e939",
93+
"@storybook-vue/nuxt": "8.3.2",
94+
"@storybook/addon-essentials": "^8.3.6",
95+
"@storybook/addon-interactions": "^8.3.6",
96+
"@storybook/addon-links": "^8.3.6",
9497
"@testing-library/user-event": "^14.5.2",
9598
"@testing-library/vue": "^8.1.0",
9699
"@vitest/coverage-v8": "^2.1.3",
@@ -105,17 +108,14 @@
105108
"npm-run-all2": "^7.0.0",
106109
"nuxt": "3.13.2",
107110
"rimraf": "^6.0.1",
111+
"storybook": "^8.3.6",
108112
"talkback": "^4.2.0",
109113
"typescript": "5.6.3",
110114
"vitest": "^2.1.3",
111115
"vitest-dom": "^0.1.1",
112116
"vue": "3.5.12",
113117
"vue-router": "^4.4.5",
114-
"vue-tsc": "2.1.8",
115-
"storybook": "^8.3.6",
116-
"@storybook/addon-links": "^8.3.6",
117-
"@storybook/addon-essentials": "^8.3.6",
118-
"@storybook/addon-interactions": "^8.3.6"
118+
"vue-tsc": "2.1.8"
119119
},
120120
"browserslist": [
121121
"> 1%",

0 commit comments

Comments
 (0)