Skip to content

Commit

Permalink
all: Upgrading some npm packages due to security warnings and removed…
Browse files Browse the repository at this point in the history
… 'publish' scripts.
  • Loading branch information
maxott committed Jan 29, 2020
1 parent 43f8aee commit 141e472
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9,426 deletions.
9,401 changes: 0 additions & 9,401 deletions examples/micro-service/car-service/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions examples/micro-service/car-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.14.3",
"glob": "^7.1.3",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-dom": "^3.1.2",
"npm-run": "^5.0.1",
"prettier": "^1.16.4",
Expand All @@ -79,7 +79,7 @@
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.0",
"rollup-plugin-terser": "^5.2.0",
"semver": "^6.3.0"
},
"browserify": {
Expand Down
10 changes: 0 additions & 10 deletions package.json

This file was deleted.

7 changes: 3 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pretest": "npm run lint",
"test": "node ./test/run-tests.js",
"coverage": "codecov",
"publish": "npm publish --tag latest --access=public",
"x-publish": "npm publish --tag latest --access=public",
"x-prepublishOnly": "npm run build",
"x-prepublish": "yarn run lint && yarn run test && yarn run build"
},
Expand Down Expand Up @@ -104,13 +104,12 @@
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-terser": "^5.2.4",
"semver": "^5.7.1"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
}
5 changes: 2 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@
"pretest": "npm run lint",
"test": "node ./test/run-tests.js",
"coverage": "codecov",
"publish": "npm publish --tag latest --access=public",
"x-publish": "npm publish --tag latest --access=public",
"x-prepublishOnly": "npm run build",
"x-prepublish": "yarn run lint && yarn run test && yarn run build"
},
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
}
5 changes: 2 additions & 3 deletions packages/material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pretest": "npm run lint",
"test": "node ./test/run-tests.js",
"coverage": "codecov",
"publish": "npm publish --tag latest --access=public",
"x-publish": "npm publish --tag latest --access=public",
"x-prepublishOnly": "npm run build",
"x-prepublish": "yarn run lint && yarn run test && yarn run build"
},
Expand Down Expand Up @@ -106,6 +106,5 @@
"transform": [
"loose-envify"
]
},
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
}
5 changes: 2 additions & 3 deletions packages/recharts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@
"pretest": "npm run lint",
"test": "node ./test/run-tests.js",
"coverage": "codecov",
"publish": "npm publish --tag latest --access=public",
"x-publish": "npm publish --tag latest --access=public",
"x-prepublishOnly": "npm run build",
"x-prepublish": "yarn run lint && yarn run test && yarn run build"
},
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
}

0 comments on commit 141e472

Please sign in to comment.