Skip to content

Commit

Permalink
Update devDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Dec 13, 2023
1 parent 0733aee commit 577fd3d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/types": "^6.9.0",
"@vue/compiler-sfc": "^3.3.7",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/types": "^6.14.0",
"@vue/compiler-sfc": "^3.3.11",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"eslint-plugin-vue": "^9.19.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"gray-matter": "^4.0.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vitepress": "1.0.0-rc.24"
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.31"
}
}

0 comments on commit 577fd3d

Please sign in to comment.