Skip to content

Commit

Permalink
chore: update devDepencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Nov 22, 2021
1 parent 8aa8ceb commit a0b6afc
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 301 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,31 @@
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@types/jest": "^27.0.2",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^27.0.3",
"@types/netmask": "^1.0.30",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-jest": "^27.3.1",
"eslint": "^8.2.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"fetch-mock": "^9.11.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"next": "^12.0.3",
"next": "^12.0.4",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"semantic-release-cli": "^5.4.4",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"dependencies": {
"jose": "^4.2.0",
"jose": "^4.3.7",
"js-x509-utils": "^1.0.3",
"netmask": "^2.0.2"
}
}
Loading

0 comments on commit a0b6afc

Please sign in to comment.