Skip to content

Commit df6fb05

Browse files
committed
Move resolutions to top level.
1 parent 5a4d62f commit df6fb05

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"packageManager": "[email protected]",
7171
"//": "Pin jsonc-parser because v3.3.0 breaks rollup-plugin-esbuild",
7272
"resolutions": {
73-
"jsonc-parser": "3.2.0"
73+
"jsonc-parser": "3.2.0",
74+
"parse5": "7.2.1"
7475
}
7576
}

packages/sdk/browser/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,5 @@
7878
"tsup": "^8.3.5",
7979
"typedoc": "0.25.0",
8080
"typescript": "^5.5.3"
81-
},
82-
"resolutions": {
83-
"parse5": "7.2.1"
8481
}
8582
}

0 commit comments

Comments
 (0)