Skip to content

Commit

Permalink
make the damn thing work again, old resolutions incompatible with nod…
Browse files Browse the repository at this point in the history
…e v10
  • Loading branch information
Tim Slatcher committed Oct 21, 2019
1 parent ea01a97 commit 20337cd
Show file tree
Hide file tree
Showing 4 changed files with 3,177 additions and 638 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/victory": "^0.9.15",
"lerna": "^2.1.2",
"nodemon": "^1.17.1",
"parcel-bundler": "^1.3.1",
"parcel-bundler": "^1.12.4",
"prettier": "^1.9.2",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.6.0",
Expand Down
8 changes: 4 additions & 4 deletions projects/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@types/react-router": "^4.0.22",
"@types/react-router-dom": "^4.2.4",
"@types/ws": "^3.2.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.3.1",
"postcss-cli": "^4.1.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"parcel-bundler": "^1.12.4",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"tslint": "^5.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"express": "^4.16.2",
"knex": "^0.14.2",
"objection": "^0.9.4",
"sqlite3": "^3.1.13",
"sqlite3": "^4.0.0",
"ws": "^3.3.3"
},
"pkg": {
Expand Down
Loading

0 comments on commit 20337cd

Please sign in to comment.