Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
chore: 🤖 Upgraded dependencies and moved some to root
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed Mar 2, 2019
1 parent b2d5363 commit 323838f
Show file tree
Hide file tree
Showing 5 changed files with 702 additions and 752 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"version": "1.0.1",
"engines": {
"node": ">= 6.11.1",
"yarn": ">= 1.0.0"
"node": ">= 10.0.0",
"yarn": ">= 1.13.0"
},
"scripts": {
"commit": "npx git-cz",
Expand All @@ -28,11 +28,16 @@
"singleQuote": true
},
"devDependencies": {
"@types/jest": "^24.0.9",
"jest": "^24.1.0",
"jest-environment-node": "^24.0.0",
"jest-localstorage-mock": "^2.4.0",
"lerna": "^3.1.4",
"standard-version": "^5.0.0",
"tslint": "^5.2.0",
"standard-version": "^5.0.1",
"ts-jest": "^24.0.0",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.13.0",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.1.3"
"typescript": "^3.3.3333"
}
}
10 changes: 1 addition & 9 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,15 @@
"@types/connect-mongo": "^0.0.39",
"@types/cors": "^2.8.4",
"@types/graphql": "^14.0.3",
"@types/jest": "^23.1.1",
"@types/mongodb": "^3.0.21",
"@types/mongodb": "^3.1.20",
"@types/node": "^10.3.5",
"@types/promise-queue": "^2.2.0",
"@types/promise-retry": "^1.1.1",
"@types/raven": "^2.5.1",
"@types/uuid": "^3.4.3",
"concurrently": "^4.0.1",
"jest": "^23.0.0",
"jest-environment-node": "^23.0.0",
"jest-localstorage-mock": "^2.2.0",
"mongodb-memory-server": "^2.6.0",
"standard-version": "^4.4.0",
"ts-jest": "^23.10.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "3.1.3",
"weak": "^1.0.1"
},
"jest": {
Expand Down
7 changes: 2 additions & 5 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/history": "^4.6.2",
"@types/node": "^10.3.5",
"@types/prop-types": "^15.5.3",
"@types/react": "^16.4.1",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.0.5",
"@types/react-fontawesome": "^1.6.3",
"@types/react-router": "^4.0.27",
Expand All @@ -67,10 +67,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"parcel-plugin-sw-precache": "^1.0.1",
"tslint": "^5.2.0",
"tslint-config-prettier": "^1.13.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.3"
"tslint-react": "^3.6.0"
},
"workspaces": {
"nohoist": [
Expand Down
7 changes: 1 addition & 6 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@
"test": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^23.1.1",
"@types/mongodb": "^3.0.21",
"@types/mongodb": "^3.1.20",
"@types/uuid": "^3.4.3",
"jest": "^23.0.0",
"ts-jest": "^23.0.1",
"tslint-config-prettier": "^1.13.0",
"typescript": "^3.1.3",
"weak": "^1.0.1"
},
"jest": {
Expand Down
Loading

0 comments on commit 323838f

Please sign in to comment.