Skip to content

Commit

Permalink
fix: downgrade to latest version 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten17 committed Oct 23, 2024
1 parent 5aca64a commit 8dba96c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/botonic-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"qs": "^6.11.2",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"uuid": "^11.0.0-0",
"uuid": "^10.0.0",
"zip-a-folder": "3.1.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@botonic/core": "^0.30.0",
"axios": "^1.7.2",
"jsrsasign": "^10.9.0",
"uuid": "^11.0.0-0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jsrsasign": "^10.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-flow-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@botonic/react": "^0.30.0",
"axios": "^1.7.2",
"uuid": "^11.0.0-0"
"uuid": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-textarea-autosize": "^8.5.3",
"styled-components": "^5.3.0",
"ua-parser-js": "^1.0.39",
"uuid": "^11.0.0-0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.23.9",
Expand Down

0 comments on commit 8dba96c

Please sign in to comment.