Skip to content

Commit

Permalink
fix(deps): Pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 29, 2024
1 parent 0636167 commit 0231ba3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@nextcloud/babel-config",
"version": "1.1.1",
"version": "1.2.0",
"description": "Babel shared config for nextcloud apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/babel-config.git"
},
"peerDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.8"
"@babel/preset-env": "^7.24.5"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.8"
"@babel/preset-env": "^7.24.5"
},
"keywords": [
"babel",
Expand Down

0 comments on commit 0231ba3

Please sign in to comment.