Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 042549b commit 515d601
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 62 deletions.
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@typescript-nameof/common-types": "~0.0.7",
"@typescript-nameof/types": "~0.0.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@typescript-nameof/common-types": "~0.0.10",
"@typescript-nameof/types": "~0.0.10",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.1",
"typescript": "~5.3.3",
"vite": "^5.1.4",
"vite": "^5.4.3",
"vite-plugin-ts-nameof": "link:../"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
"devDependencies": {
"@eslint-types/prettier": "~5.1.3",
"@eslint-types/typescript-eslint": "~6.21.0",
"@types/node": "~20.11.20",
"@types/node": "~20.16.5",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-prettier": "~5.1.3",
"npm-run-all2": "~6.1.2",
"eslint-plugin-prettier": "~5.2.1",
"npm-run-all2": "~6.2.2",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"tsup": "~8.0.2",
"rimraf": "~5.0.10",
"tsup": "~8.2.4",
"typescript": "~5.3.3",
"vite": "~5.1.4"
},
Expand Down
Loading

0 comments on commit 515d601

Please sign in to comment.