mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
chore: update dev deps
This commit is contained in:
parent
2b5cc28684
commit
57c8e0c008
1 changed files with 13 additions and 13 deletions
26
package.json
26
package.json
|
|
@ -350,31 +350,31 @@
|
|||
"test-webcrypto": "WEBCRYPTO=true npm test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
||||
"ava": "^3.13.0",
|
||||
"@types/node": "^16.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
||||
"ava": "^3.15.0",
|
||||
"bowser": "^2.11.0",
|
||||
"c8": "^7.7.3",
|
||||
"esbuild": "^0.12.9",
|
||||
"eslint": "^7.29.0",
|
||||
"esbuild": "^0.12.15",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint-config-airbnb-base": "14.2.1",
|
||||
"eslint-config-airbnb-typescript": "^12.3.1",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-jsdoc": "^35.4.0",
|
||||
"glob": "^7.1.6",
|
||||
"eslint-plugin-jsdoc": "^35.5.0",
|
||||
"glob": "^7.1.7",
|
||||
"karma": "^6.3.4",
|
||||
"karma-browserstack-launcher": "1.6.0",
|
||||
"karma-qunit": "^4.1.2",
|
||||
"karma-summary-reporter": "^2.0.2",
|
||||
"nock": "^13.1.0",
|
||||
"nock": "^13.1.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.3.1",
|
||||
"prettier": "^2.3.2",
|
||||
"qunit": "^2.16.0",
|
||||
"timekeeper": "^2.2.0",
|
||||
"typedoc": "^0.21.0",
|
||||
"typedoc-plugin-markdown": "^3.10.0",
|
||||
"typescript": "^4.3.4"
|
||||
"typedoc": "^0.21.4",
|
||||
"typedoc-plugin-markdown": "^3.10.4",
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue