Skip to content

Commit

Permalink
Update devDependencies (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Feb 7, 2024
1 parent 41ea2d9 commit 832244d
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 1,111 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,25 @@
"@gtm-support/core": "^2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "~6.7.2",
"@typescript-eslint/parser": "~6.7.2",
"eslint": "~8.49.0",
"eslint-config-prettier": "~9.0.0",
"eslint-define-config": "~1.23.0",
"@types/node": "~20.11.16",
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "~6.21.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~46.8.2",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-jsdoc": "~48.0.6",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-spellcheck": "~0.0.20",
"jsdom": "~22.1.0",
"npm-run-all": "~4.1.5",
"prettier": "3.0.3",
"prettier-plugin-organize-imports": "~3.2.3",
"rimraf": "~5.0.1",
"tsup": "~7.2.0",
"typescript": "~5.2.2",
"vitest": "~0.34.5",
"vue": "^3.3.4",
"jsdom": "~24.0.0",
"npm-run-all2": "~6.1.2",
"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",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"peerDependencies": {
Expand All @@ -101,5 +102,5 @@
"optionalDependencies": {
"vue-router": ">= 4.1.0 < 5.0.0"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@8.15.1"
}

0 comments on commit 832244d

Please sign in to comment.