Skip to content

Commit 0f41587

Browse files
committed
Update dependencies
1 parent bb0c095 commit 0f41587

File tree

2 files changed

+241
-258
lines changed

2 files changed

+241
-258
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@
5656
"tsconfig.json"
5757
],
5858
"dependencies": {
59-
"@gtm-support/core": "^1.4.1"
59+
"@gtm-support/core": "^1.4.2"
6060
},
6161
"devDependencies": {
62-
"@typescript-eslint/eslint-plugin": "~5.38.0",
63-
"@typescript-eslint/parser": "~5.38.0",
62+
"@typescript-eslint/eslint-plugin": "~5.39.0",
63+
"@typescript-eslint/parser": "~5.39.0",
6464
"eslint": "~8.24.0",
6565
"eslint-config-prettier": "~8.5.0",
6666
"eslint-define-config": "~1.7.0",
6767
"eslint-gitignore": "~0.1.0",
6868
"eslint-plugin-jsdoc": "~39.3.6",
6969
"eslint-plugin-prettier": "~4.2.1",
7070
"eslint-plugin-spellcheck": "~0.0.19",
71-
"jsdom": "~20.0.0",
71+
"jsdom": "~20.0.1",
7272
"prettier": "2.7.1",
7373
"prettier-plugin-organize-imports": "~3.1.1",
74-
"typescript": "~4.8.3",
74+
"typescript": "~4.8.4",
7575
"vitest": "~0.23.4",
76-
"vue": "^3.2.39",
76+
"vue": "^3.2.40",
7777
"vue-router": "^4.1.5"
7878
},
7979
"peerDependencies": {
@@ -87,5 +87,5 @@
8787
"optionalDependencies": {
8888
"vue-router": "^4.1.0"
8989
},
90-
"packageManager": "pnpm@7.12.2"
90+
"packageManager": "pnpm@7.13.2"
9191
}

0 commit comments

Comments
 (0)