[go: up one dir, main page]

Skip to content

Commit

Permalink
fix: typeorm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Sep 22, 2020
1 parent 8488112 commit e6419d3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"resolutions": {
"typeorm": "0.2.25",
"typeorm": "0.2.26",
"class-validator": "0.10.1"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prime-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"sofa-api": "^0.5.0",
"type-graphql": "^0.17.0",
"typedi": "^0.8.0",
"typeorm": "^0.2.21",
"typeorm": "^0.2.26",
"typeorm-cursor-connection": "^0.5.0",
"typeorm-loader": "0.0.1-0.5",
"typeorm-typedi-extensions": "^0.2.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
lodash "^4.17.15"
reflect-metadata "^0.1.13"
tslib "1.11.2"
typeorm "^0.2.22"

"@accounts/types@^0.19.0":
version "0.19.0"
Expand Down Expand Up @@ -6977,16 +6978,16 @@ dotenv@^5.0.1:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
integrity sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==

dotenv@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==

dotenv@^8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2"
integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA==

dotenv@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==

draft-convert@^2.0.0:
version "2.1.8"
resolved "https://registry.yarnpkg.com/draft-convert/-/draft-convert-2.1.8.tgz#0508efafeea79e11e5793ba771948128ba151291"
Expand Down Expand Up @@ -18835,18 +18836,17 @@ typeorm-typedi-extensions@^0.2.0:
resolved "https://registry.yarnpkg.com/typeorm-typedi-extensions/-/typeorm-typedi-extensions-0.2.3.tgz#94fca2656206d771bf6d2242f5aab570511188e8"
integrity sha512-T9i1NvRZNjPn9Jb8oT772ihfn6PwdqDVpzPCtKSqjkZGOgXrCkdyD3dDrzfMaoWJ1afU58bVx2CMb95FzT42Ow==


typeorm@0.2.25, typeorm@^0.2.21, typeorm@^0.2.22:
version "0.2.25"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.25.tgz#1a33513b375b78cc7740d2405202208b918d7dde"
integrity sha512-yzQ995fyDy5wolSLK9cmjUNcmQdixaeEm2TnXB5HN++uKbs9TiR6Y7eYAHpDlAE8s9J1uniDBgytecCZVFergQ==
typeorm@0.2.26, typeorm@^0.2.26:
version "0.2.26"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.26.tgz#1027afa13f89ab98bc3d07675fe7268bbefa55a7"
integrity sha512-sbKxK6K9sXZPCVF0weEb74UA/z1UW0sRWfI7EoOOtQaRZaLvSEwtgHPqle9t8asxEtD+gzkUdd+NqF7yH7HtIQ==
dependencies:
app-root-path "^3.0.0"
buffer "^5.1.0"
chalk "^2.4.2"
cli-highlight "^2.0.0"
debug "^4.1.1"
dotenv "^6.2.0"
dotenv "^8.2.0"
glob "^7.1.2"
js-yaml "^3.13.1"
mkdirp "^1.0.3"
Expand Down

0 comments on commit e6419d3

Please sign in to comment.