Skip to content

Commit

Permalink
feat: move pg-hstore to prod dependencies (#15914)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephys committed Apr 11, 2023
1 parent db58d98 commit aebb9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"inflection": "^2.0.0",
"lodash": "^4.17.21",
"pg-connection-string": "^2.5.0",
"pg-hstore": "^2.3.4",
"retry-as-promised": "^7.0.3",
"semver": "^7.3.7",
"sequelize-pool": "^8.0.0",
Expand Down Expand Up @@ -102,7 +103,6 @@
"p-settle": "4.1.1",
"p-timeout": "4.1.0",
"pg": "8.10.0",
"pg-hstore": "2.3.4",
"rimraf": "4.4.1",
"sinon": "15.0.3",
"sinon-chai": "3.7.0",
Expand All @@ -114,9 +114,6 @@
"pg": {
"optional": true
},
"pg-hstore": {
"optional": true
},
"mysql2": {
"optional": true
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7603,7 +7603,7 @@ pg-connection-string@^2.5.0:
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==

pg-hstore@2.3.4:
pg-hstore@^2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/pg-hstore/-/pg-hstore-2.3.4.tgz#4425e3e2a3e15d2a334c35581186c27cf2e9b8dd"
integrity sha512-N3SGs/Rf+xA1M2/n0JBiXFDVMzdekwLZLAO0g7mpDY9ouX+fDI7jS6kTq3JujmYbtNSJ53TJ0q4G98KVZSM4EA==
Expand Down

0 comments on commit aebb9ed

Please sign in to comment.