Skip to content

Commit

Permalink
Merge pull request #95 from osstotalsoft/fixes-upgrades
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
alexandra-c committed Oct 12, 2022
2 parents 6229dc0 + 731bf9e commit e874ea9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions generators/app/templates/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"<%=packageManager%>": ">= <%= packageManagerVersion %>"
},
"scripts": {
"postinstall": "npx sort-package-json",
"postinstall": "npx -y sort-package-json",
"setcodepage": "run-script-os",
"setcodepage:linux": "",
"setcodepage:windows": "chcp 65001",
Expand Down Expand Up @@ -83,7 +83,7 @@
"console-stamp": "^3.0.6",
"dotenv": "16.0.1",
"graphql": "15.8.0",
"graphql-middleware": "^6.1.31",
"graphql-middleware": "^6.1.33",
<%_ if(addSubscriptions){ _%>
"apollo-server-core": "^3.10.0",
"graphql-redis-subscriptions": "^2.5.0",
Expand Down Expand Up @@ -122,7 +122,6 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"easygraphql-tester": "^6.0.1",
"eslint": "^8.19.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit e874ea9

Please sign in to comment.