Skip to content

Commit

Permalink
5.0.0 upgraded deps; breaking changes for eslint-plugin-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
edwmurph committed Sep 10, 2022
1 parent f68c380 commit 353641b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edwmurph/eslint-config",
"version": "4.0.0",
"version": "5.0.0",
"description": "my eslint configs",
"main": "index.js",
"scripts": {
Expand All @@ -9,15 +9,15 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@next/eslint-plugin-next": "12.1.0",
"@starryinternet/eslint-plugin-starry": "8.0.0",
"@vue/cli-plugin-eslint": "5.0.1",
"eslint": "8.10.0",
"@next/eslint-plugin-next": "12.3.0",
"@starryinternet/eslint-plugin-starry": "8.1.0",
"@vue/cli-plugin-eslint": "5.0.8",
"eslint": "8.23.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-vue": "8.5.0"
"eslint-plugin-react": "7.31.8",
"eslint-plugin-vue": "9.4.0"
},
"engines": {
"node": ">= 16"
Expand Down

0 comments on commit 353641b

Please sign in to comment.