Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 22, 2022
1 parent 13a6365 commit 9035b16
Show file tree
Hide file tree
Showing 3 changed files with 1,029 additions and 1,051 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rules:
no-console: 1
no-undef: "off"
"@typescript-eslint/no-var-requires": "off"
"vue/multi-word-component-names": "off"
plugins:
- "@typescript-eslint"
parserOptions:
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,38 @@
"consola": "2.15.3",
"execa": "^5.1.1",
"fs-extra": "9.1.0",
"jiti": "^1.12.3",
"jiti": "^1.12.9",
"rc9": "^1.2.0",
"replace-in-file": "^6.2.0",
"replace-in-file": "^6.3.2",
"resolve-from": "^5.0.0",
"semver": "7.3.5",
"ufo": "^0.7.9"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config": "^6.0.1",
"@release-it/conventional-changelog": "^3.3.0",
"@types/aws-lambda": "^8.10.83",
"@nuxtjs/eslint-config": "^8.0.0",
"@release-it/conventional-changelog": "^4.1.0",
"@types/aws-lambda": "^8.10.91",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.1.4",
"@types/glob": "^7.2.0",
"@types/node": "^14.17.18",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vercel/routing-utils": "1.11.3",
"codecov": "^3.8.3",
"eslint": "^7.32.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.18.0",
"jest": "27.2.1",
"eslint-plugin-vue": "^8.3.0",
"jest": "27.4.7",
"npm-run-all": "^4.1.5",
"nuxt": "2.15.8",
"release-it": "^14.11.6",
"release-it": "^14.12.3",
"siroc": "^0.16.0"
}
}
Loading

0 comments on commit 9035b16

Please sign in to comment.