Skip to content

Commit

Permalink
Cut version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgap committed Mar 1, 2023
1 parent f115492 commit 3fae99c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
21 changes: 13 additions & 8 deletions package-lock.json

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

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,19 @@
"vue"
],
"peerDependencies": {
"@contentful/rich-text-types": "*"
"@contentful/rich-text-types": "^15.14.1"
},
"peerDependenciesMeta": {
"@contentful/rich-text-types": {
"optional": false
}
},
"author": "Paramander",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@contentful/rich-text-types": "^16.0.2",
"@contentful/rich-text-types": "^15.14.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
Expand All @@ -48,4 +53,4 @@
"rollup": "^2.73.0",
"vue": "^3.2.37"
}
}
}

0 comments on commit 3fae99c

Please sign in to comment.