Skip to content

Commit

Permalink
fix: add jsdom to dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
radyakaze committed Oct 3, 2024
1 parent 5b06443 commit 79293a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"dompurify": "^3.1.7"
"dompurify": "^3.1.7",
"jsdom": "^25.0.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.5.0",
Expand All @@ -48,12 +49,10 @@
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/dompurify": "^3",
"@types/jsdom": "^21.1.7",
"@types/node": "latest",
"@vitest/ui": "2.1.2",
"changelogen": "^0.5.7",
"eslint": "^9.11.0",
"jsdom": "^25.0.1",
"nuxt": "^3.13.0",
"typescript": "latest",
"vitest": "^2.1.1",
Expand Down
21 changes: 1 addition & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,6 @@ __metadata:
"@nuxt/schema": "npm:^3.13.2"
"@nuxt/test-utils": "npm:^3.14.2"
"@types/dompurify": "npm:^3"
"@types/jsdom": "npm:^21.1.7"
"@types/node": "npm:latest"
"@vitest/ui": "npm:2.1.2"
changelogen: "npm:^0.5.7"
Expand Down Expand Up @@ -2165,17 +2164,6 @@ __metadata:
languageName: node
linkType: hard

"@types/jsdom@npm:^21.1.7":
version: 21.1.7
resolution: "@types/jsdom@npm:21.1.7"
dependencies:
"@types/node": "npm:*"
"@types/tough-cookie": "npm:*"
parse5: "npm:^7.0.0"
checksum: 10c0/c0c0025adc2b193e85453eeeea168bb909f0ebad08d6552be7474a407e9c163db8f696dcf1e3cbe8cb9c9d970ba45f4386171794509c1a0fe5d1fed72c91679d
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.15":
version: 7.0.15
resolution: "@types/json-schema@npm:7.0.15"
Expand Down Expand Up @@ -2206,13 +2194,6 @@ __metadata:
languageName: node
linkType: hard

"@types/tough-cookie@npm:*":
version: 4.0.5
resolution: "@types/tough-cookie@npm:4.0.5"
checksum: 10c0/68c6921721a3dcb40451543db2174a145ef915bc8bcbe7ad4e59194a0238e776e782b896c7a59f4b93ac6acefca9161fccb31d1ce3b3445cb6faa467297fb473
languageName: node
linkType: hard

"@types/trusted-types@npm:*":
version: 2.0.7
resolution: "@types/trusted-types@npm:2.0.7"
Expand Down Expand Up @@ -7454,7 +7435,7 @@ __metadata:
languageName: node
linkType: hard

"parse5@npm:^7.0.0, parse5@npm:^7.1.2":
"parse5@npm:^7.1.2":
version: 7.1.2
resolution: "parse5@npm:7.1.2"
dependencies:
Expand Down

0 comments on commit 79293a8

Please sign in to comment.