Skip to content

Commit

Permalink
Dressca の npmパッケージについて、メジャー・マイナーバージョンのアップデートを実施 (#1816)
Browse files Browse the repository at this point in the history
* パッチバージョンのバージョンアップ・セキュリティアップデートを実施

* Consumerのパッケージをアップデート

* vue-18nをメジャーアップデート

* Adminのパッケージをアップデート
  • Loading branch information
KentaHizume authored Jan 10, 2025
1 parent c4a687b commit 814db4a
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 244 deletions.
28 changes: 14 additions & 14 deletions samples/web-csr/dressca-frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"openapi-client:generate": "openapi-generator-cli generate -g typescript-axios -i ./../../dressca-backend/api-docs/web-admin/api-specification.json --additional-properties=withSeparateModelsAndApi=true,modelPackage=models,apiPackage=api,supportsES6=true -o ./src/generated/api-client"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"@vee-validate/yup": "^4.13.2",
"@heroicons/vue": "^2.2.0",
"@vee-validate/yup": "^4.15.0",
"axios": "^1.7.9",
"msw": "2.7.0",
"pinia": "^2.2.5",
"vee-validate": "^4.14.4",
"pinia": "^2.3.0",
"vee-validate": "^4.15.0",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"yup": "^1.4.0"
"vue-router": "^4.5.0",
"yup": "^1.6.1"
},
"msw": {
"workerDirectory": [
Expand All @@ -45,31 +45,31 @@
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-vue": "^9.30.0",
"jsdom": "^25.0.1",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"stylelint": "^16.9.0",
"stylelint": "^16.12.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"tailwindcss": "^3.4.17",
"typescript": "5.3.3",
"vite": "^5.4.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
28 changes: 14 additions & 14 deletions samples/web-csr/dressca-frontend/consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,48 +21,48 @@
"openapi-client:generate": "openapi-generator-cli generate -g typescript-axios -i ./../../dressca-backend/api-docs/web-consumer/api-specification.json --additional-properties=withSeparateModelsAndApi=true,modelPackage=models,apiPackage=api,supportsES6=true -o ./src/generated/api-client"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"@heroicons/vue": "^2.2.0",
"axios": "^1.7.9",
"pinia": "^2.2.5",
"vee-validate": "^4.14.4",
"pinia": "^2.3.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"yup": "^1.4.0"
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.15.3",
"@rushstack/eslint-patch": "^1.10.5",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-vue": "^9.30.0",
"jsdom": "^25.0.1",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"stylelint": "^16.9.0",
"stylelint": "^16.12.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"tailwindcss": "^3.4.17",
"typescript": "5.3.3",
"vite": "^5.4.8",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.30.1"
Expand Down
Loading

0 comments on commit 814db4a

Please sign in to comment.