aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-10-30 14:13:33 +0300
committerGravatar Vitaly Takmazov2024-10-30 14:13:33 +0300
commitede5d97e158de050ebc492d11ce5dace590d0d38 (patch)
tree3a6e1ba3b650d6f6a48b6904e6cc70abd13e2015 /package.json
parentd6136e99edf6cdb79a9d98e252d4a4b2ba620fd8 (diff)
vnext: move `pg` to runtime dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3b6401b8..1a1e9842 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.1",
- "pg": "^8.13.1",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
@@ -82,6 +81,7 @@
"mailparser": "^3.7.1",
"node-pushnotifications": "^3.1.1",
"node-telegram-bot-api": "^0.66.0",
+ "pg": "^8.13.1",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-content-loader": "^7.0.2",