Skip to content

Commit 1c1d387

Browse files
committed
chore: upgrade build deps
1 parent ceb810f commit 1c1d387

File tree

4 files changed

+2622
-4047
lines changed

4 files changed

+2622
-4047
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:14
5+
- image: circleci/node:16
66

77
steps:
88
- checkout

.eslintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"extends": [
33
"@jedwards1211/eslint-config",
44
"@jedwards1211/eslint-config-flow",
5-
"prettier",
6-
"prettier/babel",
7-
"prettier/flowtype"
5+
"prettier"
86
],
97
"parser": "@babel/eslint-parser",
108
"env": {

package.json

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -75,45 +75,41 @@
7575
},
7676
"homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme",
7777
"devDependencies": {
78-
"@babel/cli": "^7.12.10",
79-
"@babel/core": "^7.12.10",
80-
"@babel/eslint-parser": "^7.12.13",
81-
"@babel/plugin-proposal-class-properties": "^7.12.1",
82-
"@babel/plugin-proposal-export-default-from": "^7.12.1",
83-
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
84-
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
85-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
86-
"@babel/plugin-transform-runtime": "^7.12.10",
87-
"@babel/preset-env": "^7.12.11",
88-
"@babel/preset-flow": "^7.12.1",
89-
"@babel/register": "^7.12.10",
90-
"@commitlint/cli": "^11.0.0",
91-
"@commitlint/config-conventional": "^11.0.0",
78+
"@babel/cli": "^7.15.7",
79+
"@babel/core": "^7.15.5",
80+
"@babel/eslint-parser": "^7.15.7",
81+
"@babel/plugin-proposal-export-default-from": "^7.14.5",
82+
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
83+
"@babel/plugin-transform-runtime": "^7.15.0",
84+
"@babel/preset-env": "^7.15.6",
85+
"@babel/preset-flow": "^7.14.5",
86+
"@babel/register": "^7.15.3",
87+
"@commitlint/cli": "^13.2.0",
88+
"@commitlint/config-conventional": "^13.2.0",
9289
"@jedwards1211/commitlint-config": "^1.0.2",
9390
"@jedwards1211/eslint-config": "^2.0.2",
94-
"@jedwards1211/eslint-config-flow": "^3.0.0",
95-
"babel-eslint": "^10.1.0",
91+
"@jedwards1211/eslint-config-flow": "^3.0.1",
9692
"babel-plugin-istanbul": "^6.0.0",
97-
"chai": "^4.2.0",
98-
"codecov": "^3.8.1",
93+
"chai": "^4.3.4",
94+
"codecov": "^3.8.3",
9995
"copy": "^0.3.2",
10096
"cross-env": "^7.0.3",
101-
"eslint": "^7.18.0",
102-
"eslint-config-prettier": "^7.2.0",
103-
"eslint-plugin-flowtype": "^5.2.0",
104-
"flow-bin": "^0.143.1",
97+
"eslint": "^7.32.0",
98+
"eslint-config-prettier": "^8.3.0",
99+
"eslint-plugin-flowtype": "^6.1.0",
100+
"flow-bin": "^0.161.0",
105101
"flow-copy-source": "https://github.com/jedwards1211/flow-copy-source#no-watch",
106-
"husky": "^4.3.8",
107-
"lint-staged": "^10.5.3",
108-
"mocha": "^8.2.1",
102+
"husky": "^7.0.2",
103+
"lint-staged": "^11.1.2",
104+
"mocha": "^9.1.2",
109105
"nyc": "^15.1.0",
110-
"prettier": "^2.2.1",
111-
"prettier-eslint": "^12.0.0",
106+
"prettier": "^2.4.1",
107+
"prettier-eslint": "^13.0.0",
112108
"rimraf": "^3.0.2",
113-
"semantic-release": "^17.3.7",
114-
"typescript": "^4.1.3"
109+
"semantic-release": "^18.0.0",
110+
"typescript": "^4.4.3"
115111
},
116112
"dependencies": {
117-
"@babel/runtime": "^7.12.5"
113+
"@babel/runtime": "^7.15.4"
118114
}
119115
}

0 commit comments

Comments
 (0)