Skip to content

Commit

Permalink
Upgrade Dependencies, Remove Unused Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Oct 14, 2020
1 parent d74cfbc commit 5c3e8f9
Show file tree
Hide file tree
Showing 2 changed files with 758 additions and 635 deletions.
41 changes: 19 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,50 +32,47 @@
"version": "npm run build"
},
"dependencies": {
"@hapi/joi": "^15.0.0",
"joi-postalcode": "^1.0.1",
"postal-codes-js": "^2.5.1",
"postal-codes-js": "^2.5.2",
"uri-js": "^4.4.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.11.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.9.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-types": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-standard-pkg": "^0.9.2",
"@types/graphql": "^14.5.0",
"@types/hapi__joi": "^17.1.4",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/yup": "^0.29.6",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"apollo-server": "^2.11.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.8",
"@types/yup": "^0.29.8",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"apollo-server": "^2.18.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"codecov": "^3.6.5",
"babel-jest": "^26.5.2",
"codecov": "^3.8.0",
"core-js": "3.6.5",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-promise": "^4.2.1",
"fiddly": "^0.9.1",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.3",
"jest": "^26.4.2",
"lint-staged": "^10.0.9",
"nodemon": "2.0.4",
"jest": "^26.5.3",
"lint-staged": "^10.4.0",
"nodemon": "2.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"typescript": "^4.0.2"
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"peerDependencies": {
"graphql": "^14.0.0"
Expand Down
Loading

0 comments on commit 5c3e8f9

Please sign in to comment.