Skip to content

Commit

Permalink
chore: upgrade dev dependencies (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Oct 15, 2021
1 parent 034f0c7 commit 1735dc0
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 926 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
test:
docker:
- image: cimg/node:14.15
- image: cimg/node:16.11
steps:
# Checkout the code as the first step.
- checkout
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -26,15 +26,15 @@
"@commitlint/config-conventional": "^13.1.0",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vue/devtools-api": "^6.0.0-beta.15",
"chalk": "^4.1.0",
"eslint": "^7.25.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.2.1",
"eslint-plugin-jest": "^25.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
Expand All @@ -61,7 +61,7 @@
"ts-jest": "^27.0.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "4.4.2",
"typescript": "4.4.4",
"vue": "^3.2.0-beta.1",
"yup": "^0.32.9"
},
Expand Down

0 comments on commit 1735dc0

Please sign in to comment.