Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 2, 2022
1 parent a573b5d commit c7fcb18
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 130 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"vue": "^3.2.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite": "^2.9.7",
"vite-plugin-ts-nameof": "^1.1.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"ts-nameof": "^5.0.0"
},
"devDependencies": {
"@types/node": "~16.11.26",
"@types/node": "~16.11.33",
"@typescript-eslint/eslint-plugin": "~5.13.0",
"@typescript-eslint/parser": "~5.13.0",
"eslint": "~8.10.0",
"eslint-config-prettier": "~8.4.0",
"eslint-define-config": "~1.2.5",
"eslint": "~8.14.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.4.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-prettier": "~4.0.0",
"prettier": "2.5.1",
"prettier-plugin-organize-imports": "~2.3.4",
"rimraf": "~3.0.2",
"typescript": "~4.6.2",
"vite": "~2.8.6"
"vite": "~2.9.7"
},
"peerDependencies": {
"vite": "^2.0.0"
Expand Down
Loading

0 comments on commit c7fcb18

Please sign in to comment.