Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Mar 20, 2024
1 parent 5725eeb commit ba1e4c6
Show file tree
Hide file tree
Showing 5 changed files with 1,458 additions and 1,714 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx --no -- commitlint --edit $1
10 changes: 5 additions & 5 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.32.1",
"core-js": "^3.36.1",
"vue": "^2.6.11",
"vue-router": "^4.2.4"
"vue-router": "^4.3.0"
},
"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.48.0",
"eslint-plugin-vue": "^9.17.0",
"vue-template-compiler": "^2.7.14"
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"vue-template-compiler": "^2.7.16"
},
"eslintConfig": {
"root": true,
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.2.4"
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"vite": "^5.2.2"
}
}
62 changes: 31 additions & 31 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.7.4",
"packageManager": "pnpm@8.15.5",
"scripts": {
"test": "jest --forceExit",
"test:coverage": "jest --coverage --forceExit",
Expand All @@ -41,40 +41,40 @@
"base64-js": "^1.5.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@microsoft/api-extractor": "^7.36.4",
"@peculiar/webcrypto": "^1.4.3",
"@release-it/conventional-changelog": "^7.0.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@swc/core": "^1.3.82",
"@types/base64-js": "^1.3.0",
"@types/jest": "^29.5.4",
"@types/jsonwebtoken": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@microsoft/api-extractor": "^7.43.0",
"@peculiar/webcrypto": "^1.4.5",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.4.8",
"@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",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-typescript-sort-keys": "^3.0.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.2",
"pem": "^1.14.8",
"release-it": "^16.1.5",
"rollup": "^3.29.0",
"release-it": "^17.1.1",
"rollup": "^4.13.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-swc3": "^0.10.1",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"whatwg-fetch": "^3.6.18"
"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",
"whatwg-fetch": "^3.6.20"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit ba1e4c6

Please sign in to comment.