Skip to content

Commit

Permalink
chore: update dev dependencies (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanNijland authored May 25, 2022
1 parent 4c95774 commit 1235c1b
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 101 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,40 +63,40 @@
"**/minimist": ">=1.2.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/prompt": "^17.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-jest": "^26.6.3",
"codecov": "^3.7.2",
"commitizen": "^4.2.1",
"cross-env": "^7.0.2",
"dotenv": "^16.0.0",
"eslint": "^8.0.0",
"dotenv": "^16.0.1",
"eslint": "^8.16.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jsdoc": "^39.3.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"git-cz": "^4.7.1",
"glob": "^8.0.0",
"git-cz": "^4.9.0",
"glob": "^8.0.3",
"jest": "^26.4.2",
"jest-dev-server": "^4.4.0",
"kill-port": "^2.0.0",
"lerna": "^3.22.1",
"lint-staged": "^12.0.0",
"lint-staged": "^12.4.2",
"rimraf": "^3.0.2",
"serve": "^13.0.0",
"signale": "^1.4.0",
"ts-jest": "^26.3.0",
"ts-node": "^10.0.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.0.2"
"typescript": "^4.7.2"
},
"lint-staged": {
"**/*.{ts,js}": [
Expand Down
Loading

0 comments on commit 1235c1b

Please sign in to comment.