Skip to content

Commit

Permalink
fix(plugin-server): move ipaddr dep from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Sep 19, 2023
1 parent e981b53 commit 4d2cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"graphile-worker": "0.13.0",
"hot-shots": "^9.2.0",
"ioredis": "^4.27.6",
"ipaddr.js": "^2.1.0",
"jsonwebtoken": "^9.0.0",
"kafkajs": "^2.2.0",
"kafkajs-snappy": "^1.1.0",
Expand Down Expand Up @@ -127,7 +128,6 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"ipaddr.js": "^2.1.0",
"jest": "^28.1.1",
"nodemon": "^2.0.22",
"parse-prometheus-text-format": "^1.1.1",
Expand Down

0 comments on commit 4d2cf4d

Please sign in to comment.