Skip to content

Commit

Permalink
Update nuxt, @nuxt/vue-app, @nuxt/types dependencies (#3247)
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
khushi-kothari and obulat authored Nov 8, 2023
1 parent 3e4a871 commit 3e62256
Show file tree
Hide file tree
Showing 4 changed files with 2,391 additions and 938 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ runs:
- name: Build Storybook
shell: bash
run: |
just frontend/run storybook:build
just frontend/run storybook:build-for-docs
# Storybook will be available at `/storybook`
# Tailwind will be available at `/tailwind`
- name: Merge all docs
shell: bash
run: |
Expand Down
13 changes: 7 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"prod:playwright": "pnpm i18n:copy-test-locales && pnpm prod",
"storybook": "nuxt storybook --port=54000",
"storybook:build": "nuxt storybook build",
"storybook:build-for-docs": "NODE_OPTIONS=--openssl-legacy-provider nuxt storybook build",
"talkback": "node ./test/proxy.js",
"pretest": "pnpm install",
"test": "pnpm test:unit && pnpm test:playwright",
Expand Down Expand Up @@ -56,7 +57,7 @@
},
"dependencies": {
"@nuxt/components": "^2.2.1",
"@nuxt/vue-app": "^2.17.0",
"@nuxt/vue-app": "^2.17.2",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/proxy": "^2.1.0",
Expand All @@ -80,7 +81,7 @@
"focus-visible": "^5.2.0",
"glob": "^8.0.1",
"node-html-parser": "^5.3.3",
"nuxt": "^2.17.0",
"nuxt": "^2.17.2",
"pinia": "^2.0.33",
"portal-vue": "^2.1.7",
"postcss-focus-visible": "^6.0.4",
Expand All @@ -89,7 +90,7 @@
"seeded-rand": "^2.0.1",
"throttle-debounce": "^5.0.0",
"uuid": "^9.0.1",
"vue": "^2.7.14",
"vue": "^2.7.15",
"vue-i18n": "^8.26.7",
"vue-plausible": "^1.3.2"
},
Expand All @@ -99,7 +100,7 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@itsjonq/remake": "^2.0.0",
"@nuxt/types": "^2.17.0",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/storybook": "^4.3.2",
"@pinia/testing": "^0.0.15",
Expand Down Expand Up @@ -140,8 +141,8 @@
"vue-i18n-extract": "^2.0.7",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"vue-server-renderer": "^2.7.15",
"vue-template-compiler": "^2.7.15",
"vue-tsc": "1.8.22",
"webpack": "^4.46.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.4.1",
"typescript": "5.2.2",
"vue-tsc": "1.2.0"
"vue-tsc": "1.8.22"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 3e62256

Please sign in to comment.