Skip to content

Commit 0231ba3

Browse files
committed
fix(deps): Pin dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 0636167 commit 0231ba3

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "@nextcloud/babel-config",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Babel shared config for nextcloud apps",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nextcloud/babel-config.git"
99
},
1010
"peerDependencies": {
11-
"@babel/core": "^7.14.8",
11+
"@babel/core": "^7.24.5",
1212
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
13-
"@babel/preset-env": "^7.14.8"
13+
"@babel/preset-env": "^7.24.5"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.14.8",
16+
"@babel/core": "^7.24.5",
1717
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
18-
"@babel/preset-env": "^7.14.8"
18+
"@babel/preset-env": "^7.24.5"
1919
},
2020
"keywords": [
2121
"babel",

0 commit comments

Comments
 (0)