Skip to content

Commit

Permalink
🔺 Removing dependencies prefixes
Browse files Browse the repository at this point in the history
Removing prefixes before versioning - we just want "10.4.0" not "^10.4.0"
For more reasoning watch https://youtu.be/ctkGh7RpgQ8

🔼 This commit was automatically generated by [Batch project editor](https://github.com/hejny/batch-project-editor) using workflow auditDependencies
  • Loading branch information
hejny committed May 10, 2024
1 parent 3e27368 commit 4ce92ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"tslib": "2.3.1"
},
"dependencies": {
"@promptbook/core": "^0.49.1",
"@promptbook/utils": "^0.49.1",
"@promptbook/core": "0.49.1",
"@promptbook/utils": "0.49.1",
"rxjs": "7.8.1",
"socket.io-client": "4.7.2",
"spacetrim": "^0.11.25",
"spacetrim": "0.11.25",
"uuid": "9.0.1",
"waitasecond": "^1.11.69"
"waitasecond": "1.11.69"
},
"main": "./dist/umd/index.umd.js",
"module": "./dist/esm/index.es.js",
Expand Down

0 comments on commit 4ce92ee

Please sign in to comment.