Skip to content

Commit

Permalink
fix: Do not pin Lowdefy utility dependencies to a fixed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Oct 17, 2023
1 parent f596758 commit 72d39d5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/thirty-ties-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lowdefy/community-plugin-nodemailer': patch
'@lowdefy/community-plugin-mongodb': patch
---

Do not pin Lowdefy utility dependencies to a fixed version.
6 changes: 3 additions & 3 deletions plugins/community-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.11",
"@lowdefy/connection-mongodb": "4.0.0-rc.11",
"@lowdefy/helpers": "^4.0.0-rc.11",
"@lowdefy/connection-mongodb": "^4.0.0-rc.11",
"mongodb": "5.6.0",
"next-auth": "4.22.1",
"saslprep": "1.0.3",
"uuid": "9.0.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-rc.11",
"@lowdefy/ajv": "^4.0.0-rc.11",
"@shelf/jest-mongodb": "4.1.4",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.66",
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-nodemailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"next-auth": "4.22.1",
"nodemailer": "6.9.3",
"@lowdefy/nunjucks": "4.0.0-rc.11"
"@lowdefy/nunjucks": "^4.0.0-rc.11"
},
"devDependencies": {
"@swc/cli": "0.1.62",
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-xlsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepare": "pnpm build"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.11",
"@lowdefy/helpers": "^4.0.0-rc.11",
"write-excel-file": "1.4.27"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 72d39d5

Please sign in to comment.