Skip to content

Commit

Permalink
typeorm version set fix 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werfling committed Jul 30, 2023
1 parent f2457fa commit cd5ad78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/got": "^9.6.12",
"@types/node": "^18.16.19",
"@types/node": "^18.17.1",
"@types/node-gzip": "^1.1.0",
"@types/node-schedule": "^2.1.0",
"@types/ping": "^0.4.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typescript": "^4.9.5"
},
Expand All @@ -51,9 +51,9 @@
"dns2": "^2.1.0",
"ets": "git+https://github.com/OpenSourcePKG/ets.git",
"express": "^4.18.2",
"express-rate-limit": "^6.8.0",
"express-rate-limit": "^6.8.1",
"express-session": "^1.17.3",
"fast-xml-parser": "^4.2.6",
"fast-xml-parser": "^4.2.7",
"flyingfish_core": "file:../core",
"flyingfish_schemas": "file:../schemas",
"got": "^12.6.1",
Expand All @@ -66,7 +66,7 @@
"pkijs": "^3.0.15",
"reflect-metadata": "^0.1.13",
"tough-cookie": "^4.1.3",
"typeorm": "^0.3.17",
"typeorm": "0.3.16",
"uuid": "^9.0.0",
"vts": "git+https://github.com/OpenSourcePKG/vts.git",
"winston": "^3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"express-session": "^1.17.3",
"flyingfish_schemas": "file:../schemas",
"node-forge": "^1.3.1",
"typeorm": "^0.3.16",
"typeorm": "0.3.16",
"vts": "git+https://github.com/OpenSourcePKG/vts.git",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion ddnsserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"flyingfish_schemas": "file:../schemas",
"helmet": "^6.2.0",
"mysql": "^2.18.1",
"typeorm": "^0.3.17",
"typeorm": "0.3.16",
"uuid": "^9.0.0",
"vts": "git+https://github.com/OpenSourcePKG/vts.git",
"winston": "^3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion sshserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"flyingfish_schemas": "file:../schemas",
"mysql": "^2.18.1",
"ssh2": "^1.13.0",
"typeorm": "^0.3.16",
"typeorm": "0.3.16",
"node-forge": "^1.3.1",
"uuid": "^9.0.0",
"vts": "git+https://github.com/OpenSourcePKG/vts.git"
Expand Down

0 comments on commit cd5ad78

Please sign in to comment.