Skip to content

Commit 076b837

Browse files
committed
remove dependencies
1 parent 249e64d commit 076b837

File tree

2 files changed

+5
-414
lines changed

2 files changed

+5
-414
lines changed

packages/nextjs/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@babel/parser": "^7.18.10",
2120
"@rollup/plugin-sucrase": "4.0.4",
2221
"@sentry/core": "7.12.1",
2322
"@sentry/hub": "7.12.1",
@@ -29,14 +28,11 @@
2928
"@sentry/utils": "7.12.1",
3029
"@sentry/webpack-plugin": "1.19.0",
3130
"chalk": "3.0.0",
32-
"jscodeshift": "^0.13.1",
3331
"rollup": "2.78.0",
3432
"tslib": "^1.9.3"
3533
},
3634
"devDependencies": {
37-
"@babel/types": "7.18.10",
3835
"@sentry/nextjs": "7.12.1",
39-
"@types/jscodeshift": "^0.11.5",
4036
"@types/webpack": "^4.41.31",
4137
"next": "10.1.3"
4238
},

0 commit comments

Comments
 (0)