Skip to content

Commit

Permalink
Merge pull request codeforjapan#477 from munierujp/update-vue-deps
Browse files Browse the repository at this point in the history
Vue/Nuxt関連パッケージを更新
  • Loading branch information
halsk authored Jan 29, 2024
2 parents 22137c6 + 6615939 commit 7398382
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 824 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@mapbox/togeojson": "^0.16.0",
"@nuxt/typescript-runtime": "^0.1.7",
"@nuxtjs/axios": "^5.13.1",
"@nuxt/typescript-runtime": "^3.0.2",
"@nuxtjs/axios": "^5.13.6",
"@types/maplibre-gl": "^1.13.0",
"geojson": "^0.5.0",
"js-crc": "^0.2.0",
"ky": "^0.15.0",
"maplibre-gl": "^1.13.0-rc.5",
"npm-run-all": "^4.1.5",
"nuxt": "^2.14.7",
"nuxt": "^2.17.3",
"nuxt-i18n": "^6.20.4",
"simplebar-vue": "^1.6.0",
"ts-node": "^8.10.2",
"viewport-units-buggyfill": "^0.6.2",
"vue": "^2.7.0",
"vue-i18n": "^8.23.0",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-mapbox": "^0.4.1"
},
"devDependencies": {
Expand All @@ -51,8 +51,8 @@
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@nuxt/test-utils": "^3.9.0",
"@nuxt/typescript-build": "^0.2.10",
"@nuxt/test-utils": "^3.10.0",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@playwright/test": "^1.40.1",
Expand All @@ -61,9 +61,9 @@
"@types/node": "^20.10.6",
"@vue/compiler-dom": "^3.4.5",
"@vue/server-renderer": "^3.4.5",
"@vue/server-test-utils": "1",
"@vue/test-utils": "1",
"@vue/vue2-jest": "28",
"@vue/server-test-utils": "^1.3.6",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 7398382

Please sign in to comment.