Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Aug 20, 2024
1 parent ae29e27 commit d09dd59
Show file tree
Hide file tree
Showing 4 changed files with 5,680 additions and 4,611 deletions.
6 changes: 2 additions & 4 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.36.1",
"core-js": "^3.38.1",
"vue": "^2.6.11",
"vue-router": "^4.3.0"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"vue-template-compiler": "^2.7.16"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"vue": "^3.2.47",
"vue-router": "^4.3.0"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"vite": "^5.2.2"
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.38",
"vite": "^5.4.1"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bugs": {
"url": "https://github.com/PlusAuth/oidc-client-js/issues"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.7.1",
"scripts": {
"test": "jest --forceExit",
"test:coverage": "jest --coverage --forceExit",
Expand All @@ -41,39 +41,39 @@
"base64-js": "^1.5.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@microsoft/api-extractor": "^7.43.0",
"@peculiar/webcrypto": "^1.4.5",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@microsoft/api-extractor": "^7.47.6",
"@peculiar/webcrypto": "^1.5.0",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.4.8",
"@swc/core": "^1.7.14",
"@types/base64-js": "^1.3.2",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"husky": "^9.0.11",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.9",
"pem": "^1.14.8",
"release-it": "^17.1.1",
"rollup": "^4.13.0",
"release-it": "^17.6.0",
"rollup": "^4.21.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.11.0",
"ts-jest": "^29.1.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "^5.2.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.11.2",
"ts-jest": "^29.2.4",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"whatwg-fetch": "^3.6.20"
},
"commitlint": {
Expand Down
Loading

0 comments on commit d09dd59

Please sign in to comment.