Skip to content

Commit

Permalink
Move build deps from devDeps
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Jul 18, 2024
1 parent a0f3ed6 commit a2e1d2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@nuxt/typescript-build": "^3.0.2",
"@nuxt/vue-app": "^2.17.3",
"@nuxtjs/composition-api": "^0.34.0",
"@nuxtjs/i18n": "^7.3.1",
Expand All @@ -67,6 +68,7 @@
"@pinia/nuxt": "0.2.1",
"@vueuse/core": "^10.2.1",
"@wordpress/is-shallow-equal": "^4.6.0",
"adm-zip": "^0.5.10",
"async-mutex": "^0.5.0",
"axios": "^1.0.0",
"axios-mock-adapter": "^1.20.0",
Expand Down Expand Up @@ -99,7 +101,6 @@
"@babel/preset-typescript": "^7.24.1",
"@itsjonq/remake": "^2.0.0",
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/storybook": "^4.3.2",
"@pinia/testing": "^0.1.0",
"@playwright/test": "1.45.0",
Expand All @@ -115,7 +116,6 @@
"@types/uuid": "^9.0.6",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^29.2.6",
"adm-zip": "^0.5.10",
"autoprefixer": "^10.4.16",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2e1d2a

Please sign in to comment.