Skip to content

Commit b6360c2

Browse files
committed
add jscodeshift, ast-types, and @babel/parser
1 parent 9b7131f commit b6360c2

File tree

2 files changed

+415
-5
lines changed

2 files changed

+415
-5
lines changed

packages/nextjs/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20+
"@babel/parser": "^7.18.10",
2021
"@sentry/core": "7.8.1",
2122
"@sentry/hub": "7.8.1",
2223
"@sentry/integrations": "7.8.1",
@@ -26,10 +27,14 @@
2627
"@sentry/types": "7.8.1",
2728
"@sentry/utils": "7.8.1",
2829
"@sentry/webpack-plugin": "1.19.0",
30+
"jscodeshift": "^0.13.1",
2931
"tslib": "^1.9.3"
3032
},
3133
"devDependencies": {
34+
"@babel/types": "7.18.10",
35+
"@types/jscodeshift": "^0.11.5",
3236
"@types/webpack": "^4.41.31",
37+
"ast-types": "^0.14.2",
3338
"next": "10.1.3"
3439
},
3540
"peerDependencies": {

0 commit comments

Comments
 (0)