Skip to content

Commit

Permalink
fix(data-store): use looser typeorm version range to fix #1013
Browse files Browse the repository at this point in the history
fixes #1013
  • Loading branch information
mirceanis committed Oct 3, 2022
1 parent 03a0194 commit 328a0d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"sqlite3": "5.0.8",
"swagger-ui-express": "^4.3.0",
"ts-json-schema-generator": "^1.0.0",
"typeorm": "0.3.6",
"typeorm": "^0.3.10",
"url-parse": "^1.5.4",
"web-did-resolver": "^2.0.20",
"ws": "^8.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@veramo/key-manager": "^4.0.0",
"@veramo/utils": "^4.0.0",
"debug": "^4.3.3",
"typeorm": "0.3.6"
"typeorm": "^0.3.10"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand All @@ -34,7 +34,7 @@
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"contributors": [
"Mircea Nistor mircea.nistor@mesh.xyz"
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"license": "Apache-2.0",
"keywords": []
Expand Down
2 changes: 1 addition & 1 deletion packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "18.1.0",
"react-dom": "18.1.0",
"stream": "npm:stream-browserify",
"typeorm": "0.3.6",
"typeorm": "^0.3.10",
"web-did-resolver": "^2.0.20",
"web-vitals": "^2.1.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17599,10 +17599,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typeorm@0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.6.tgz#65203443a1b684bb746785913fe2b0877aa991c0"
integrity sha512-DRqgfqcelMiGgWSMbBmVoJNFN2nPNA3EeY2gC324ndr2DZoGRTb9ILtp2oGVGnlA+cu5zgQ6it5oqKFNkte7Aw==
typeorm@^0.3.10:
version "0.3.10"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.10.tgz#aa2857fd4b078c912ca693b7eee01b6535704458"
integrity sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==
dependencies:
"@sqltools/formatter" "^1.2.2"
app-root-path "^3.0.0"
Expand Down

0 comments on commit 328a0d5

Please sign in to comment.