Skip to content

Commit 6e41b5a

Browse files
authored
Allow newer versions of 3rd-party dependencies of core (#496)
1 parent bbe0472 commit 6e41b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/bundler-plugin-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"fix": "eslint ./src ./test --format stylish --fix"
5353
},
5454
"dependencies": {
55-
"@babel/core": "7.18.5",
55+
"@babel/core": "^7.18.5",
5656
"@sentry/babel-plugin-component-annotate": "2.14.2",
5757
"@sentry/cli": "^2.22.3",
5858
"dotenv": "^16.3.1",
59-
"find-up": "5.0.0",
60-
"glob": "9.3.2",
59+
"find-up": "^5.0.0",
60+
"glob": "^9.3.2",
6161
"magic-string": "0.27.0",
6262
"unplugin": "1.0.1"
6363
},

0 commit comments

Comments
 (0)