Skip to content

Commit bb13699

Browse files
committed
chore: upgrade a bunch of deps
1 parent 9857677 commit bb13699

File tree

4 files changed

+3123
-3525
lines changed

4 files changed

+3123
-3525
lines changed

.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = function(api) {
1+
module.exports = function (api) {
22
const plugins = [
33
'@babel/plugin-transform-flow-strip-types',
44
'@babel/plugin-syntax-dynamic-import',

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
command: yarn run prepublishOnly
2929
- run:
3030
name: upload test coverage
31-
command: yarn codecov || true
31+
command: yarn codecov
3232
- run:
3333
name: release
34-
command: yarn run semantic-release || true
34+
command: yarn run semantic-release

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -73,45 +73,45 @@
7373
},
7474
"homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme",
7575
"devDependencies": {
76-
"@babel/cli": "^7.8.4",
77-
"@babel/core": "^7.1.6",
78-
"@babel/plugin-proposal-class-properties": "^7.1.0",
79-
"@babel/plugin-proposal-export-default-from": "^7.0.0",
80-
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
81-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
82-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
83-
"@babel/plugin-transform-runtime": "^7.1.0",
84-
"@babel/preset-env": "^7.1.6",
85-
"@babel/preset-flow": "^7.0.0",
86-
"@babel/register": "^7.0.0",
76+
"@babel/cli": "^7.12.10",
77+
"@babel/core": "^7.12.10",
78+
"@babel/plugin-proposal-class-properties": "^7.12.1",
79+
"@babel/plugin-proposal-export-default-from": "^7.12.1",
80+
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
81+
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
82+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
83+
"@babel/plugin-transform-runtime": "^7.12.10",
84+
"@babel/preset-env": "^7.12.10",
85+
"@babel/preset-flow": "^7.12.1",
86+
"@babel/register": "^7.12.10",
8787
"@commitlint/cli": "^11.0.0",
8888
"@commitlint/config-conventional": "^11.0.0",
89-
"@jedwards1211/commitlint-config": "^1.0.1",
90-
"@jedwards1211/eslint-config": "^2.0.0",
91-
"@jedwards1211/eslint-config-flow": "^2.0.0",
92-
"babel-eslint": "^10.0.1",
93-
"babel-plugin-istanbul": "^5.1.0",
89+
"@jedwards1211/commitlint-config": "^1.0.2",
90+
"@jedwards1211/eslint-config": "^2.0.2",
91+
"@jedwards1211/eslint-config-flow": "^3.0.0",
92+
"babel-eslint": "^10.1.0",
93+
"babel-plugin-istanbul": "^6.0.0",
9494
"chai": "^4.2.0",
95-
"codecov": "^3.8.0",
95+
"codecov": "^3.8.1",
9696
"copy": "^0.3.2",
97-
"cross-env": "^5.2.0",
98-
"eslint": "^5.9.0",
99-
"eslint-config-prettier": "^3.3.0",
100-
"eslint-plugin-flowtype": "^3.2.0",
101-
"flow-bin": "^0.92.0",
97+
"cross-env": "^7.0.3",
98+
"eslint": "^7.15.0",
99+
"eslint-config-prettier": "^7.0.0",
100+
"eslint-plugin-flowtype": "^5.2.0",
101+
"flow-bin": "^0.140.0",
102102
"flow-copy-source": "https://github.com/jedwards1211/flow-copy-source#no-watch",
103-
"husky": "^4.3.0",
103+
"husky": "^4.3.6",
104104
"istanbul": "^0.4.5",
105-
"lint-staged": "^8.0.4",
106-
"mocha": "^6.2.1",
107-
"nyc": "^13.1.0",
108-
"prettier": "^1.15.2",
109-
"prettier-eslint": "^8.8.2",
110-
"rimraf": "^2.6.0",
111-
"semantic-release": "^17.1.2"
105+
"lint-staged": "^10.5.3",
106+
"mocha": "^8.2.1",
107+
"nyc": "^15.1.0",
108+
"prettier": "^2.2.1",
109+
"prettier-eslint": "^12.0.0",
110+
"rimraf": "^3.0.2",
111+
"semantic-release": "^17.3.0"
112112
},
113113
"dependencies": {
114-
"@babel/runtime": "^7.1.5"
114+
"@babel/runtime": "^7.12.5"
115115
},
116116
"renovate": {
117117
"extends": [

0 commit comments

Comments
 (0)