Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurkal committed Mar 16, 2021
1 parent 0887d67 commit c0bd649
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 137 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -40,19 +40,19 @@
"next": "10.0.5"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/cli": "7.13.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-decorators": "7.12.13",
"@babel/runtime-corejs2": "7.13.10",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@semantic-release/changelog": "5.0.1",
"@storyofams/eslint-config-ams": "1.1.2",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.20",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@typescript-eslint/parser": "4.18.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-plugin-parameter-decorator": "1.0.16",
Expand All @@ -67,7 +67,7 @@
"express": "^4.17.1",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"lint-staged": "10.5.4",
"next": "10.0.8",
"prettier": "2.2.1",
"semantic-release": "17.4.2",
Expand Down

0 comments on commit c0bd649

Please sign in to comment.