Skip to content

Commit

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

* AzureADB2Cサンプルについてアップデート
  • Loading branch information
KentaHizume authored Jan 10, 2025
1 parent 814db4a commit 1e9e0e9
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 143 deletions.
20 changes: 10 additions & 10 deletions samples/azure-ad-b2c-sample/auth-frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"openapi-client:generate": "openapi-generator-cli generate -g typescript-axios -i ./../../auth-backend/api-docs/api-specification.json --additional-properties=withSeparateModelsAndApi=true,modelPackage=models,apiPackage=api,supportsES6=true -o ./src/generated/api-client"
},
"dependencies": {
"@azure/msal-browser": "^3.26.1",
"@heroicons/vue": "^2.1.5",
"@azure/msal-browser": "^3.28.0",
"@heroicons/vue": "^2.2.0",
"axios": "^1.7.9",
"pinia": "^2.2.5",
"pinia": "^2.3.0",
"vue": "^3.5.13"
},
"devDependencies": {
Expand All @@ -30,23 +30,23 @@
"@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.1",
"@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",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.5.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",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "5.3.3",
"vite": "^5.4.8",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 1e9e0e9

Please sign in to comment.