Skip to content

Commit

Permalink
fix: Move downlevel-dts to devDeps (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg authored Jun 13, 2024
1 parent aa0d637 commit c415d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@types/node": "^18.15.11",
"@types/puppeteer": "^1.12.4",
"cross-env": "^5.2.0",
"downlevel-dts": "https://github.com/getsentry/downlevel-dts",
"jest": "^27.2.4",
"jest-snapshot": "^23.6.0",
"jsdom": "^16.4.0",
Expand All @@ -67,8 +68,5 @@
"ts-jest": "^27.0.5",
"ts-node": "^7.0.1",
"tslib": "^1.9.3"
},
"dependencies": {
"downlevel-dts": "https://github.com/getsentry/downlevel-dts"
}
}
2 changes: 1 addition & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@types/offscreencanvas": "^2019.6.4",
"construct-style-sheets-polyfill": "^3.1.0",
"cross-env": "^5.2.0",
"downlevel-dts": "https://github.com/getsentry/downlevel-dts",
"esbuild": "^0.14.38",
"fast-mhtml": "^1.1.9",
"identity-obj-proxy": "^3.0.0",
Expand Down Expand Up @@ -96,7 +97,6 @@
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
"downlevel-dts": "https://github.com/getsentry/downlevel-dts",
"fflate": "^0.4.4",
"mitt": "^3.0.0"
}
Expand Down

0 comments on commit c415d4e

Please sign in to comment.