Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 27, 2024
1 parent 832244d commit d082ab2
Show file tree
Hide file tree
Showing 2 changed files with 2,464 additions and 2,010 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,24 @@
"@gtm-support/core": "^2.0.0"
},
"devDependencies": {
"@types/node": "~20.11.16",
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "~6.21.0",
"eslint": "~8.56.0",
"@types/node": "~20.11.30",
"@typescript-eslint/eslint-plugin": "~7.10.0",
"@typescript-eslint/parser": "~7.10.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~48.0.6",
"eslint-plugin-jsdoc": "~48.2.6",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-spellcheck": "~0.0.20",
"jsdom": "~24.0.0",
"npm-run-all2": "~6.1.2",
"jsdom": "~24.1.0",
"npm-run-all2": "~6.2.0",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"tsup": "~8.0.1",
"typescript": "~5.3.3",
"vitest": "~1.2.2",
"rimraf": "~5.0.7",
"tsup": "~8.0.2",
"typescript": "~5.4.5",
"vitest": "~1.6.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand All @@ -102,5 +102,5 @@
"optionalDependencies": {
"vue-router": ">= 4.1.0 < 5.0.0"
},
"packageManager": "pnpm@8.15.1"
"packageManager": "pnpm@9.1.2"
}
Loading

0 comments on commit d082ab2

Please sign in to comment.