Skip to content

Commit 19f7882

Browse files
committed
chore: upgrade build deps
1 parent de51e1d commit 19f7882

4 files changed

Lines changed: 2636 additions & 4019 deletions

File tree

.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": [
33
"@jedwards1211/eslint-config-typescript",
4-
"prettier",
5-
"prettier/@typescript-eslint"
4+
"prettier"
65
]
76
}

package.json

Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -80,50 +80,44 @@
8080
},
8181
"homepage": "https://github.com/jedwards1211/typescript-library-skeleton#readme",
8282
"devDependencies": {
83-
"@babel/cli": "^7.12.10",
84-
"@babel/core": "^7.12.10",
85-
"@babel/plugin-proposal-class-properties": "^7.12.1",
86-
"@babel/plugin-proposal-export-default-from": "^7.12.1",
87-
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
88-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
89-
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
90-
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
91-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
92-
"@babel/plugin-transform-runtime": "^7.12.10",
93-
"@babel/preset-env": "^7.12.11",
94-
"@babel/preset-typescript": "^7.12.7",
95-
"@babel/register": "^7.12.10",
96-
"@commitlint/cli": "^11.0.0",
97-
"@commitlint/config-conventional": "^11.0.0",
83+
"@babel/cli": "^7.15.7",
84+
"@babel/core": "^7.15.5",
85+
"@babel/plugin-proposal-export-default-from": "^7.14.5",
86+
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
87+
"@babel/plugin-transform-runtime": "^7.15.0",
88+
"@babel/preset-env": "^7.15.6",
89+
"@babel/preset-typescript": "^7.15.0",
90+
"@babel/register": "^7.15.3",
91+
"@commitlint/cli": "^13.2.0",
92+
"@commitlint/config-conventional": "^13.2.0",
9893
"@jedwards1211/commitlint-config": "^1.0.2",
9994
"@jedwards1211/eslint-config": "^2.0.2",
10095
"@jedwards1211/eslint-config-typescript": "^2.0.2",
101-
"@types/chai": "^4.2.14",
102-
"@types/mocha": "^8.2.0",
103-
"@types/node": "^14.14.22",
104-
"@typescript-eslint/eslint-plugin": "^4.14.1",
105-
"@typescript-eslint/parser": "^4.14.1",
106-
"@typescript-eslint/typescript-estree": "^4.14.1",
107-
"babel-eslint": "^10.1.0",
96+
"@types/chai": "^4.2.22",
97+
"@types/mocha": "^9.0.0",
98+
"@types/node": "^16.10.2",
99+
"@typescript-eslint/eslint-plugin": "^4.32.0",
100+
"@typescript-eslint/parser": "^4.32.0",
101+
"@typescript-eslint/typescript-estree": "^4.32.0",
108102
"babel-plugin-istanbul": "^6.0.0",
109-
"chai": "^4.2.0",
110-
"codecov": "^3.8.1",
103+
"chai": "^4.3.4",
104+
"codecov": "^3.8.3",
111105
"copy": "^0.3.2",
112106
"cross-env": "^7.0.3",
113-
"eslint": "^7.18.0",
114-
"eslint-config-prettier": "^7.2.0",
115-
"flow-bin": "^0.144.0",
116-
"husky": "^4.3.8",
117-
"lint-staged": "^10.5.3",
118-
"mocha": "^8.2.1",
107+
"eslint": "^7.32.0",
108+
"eslint-config-prettier": "^8.3.0",
109+
"flow-bin": "^0.161.0",
110+
"husky": "^7.0.2",
111+
"lint-staged": "^11.1.2",
112+
"mocha": "^9.1.2",
119113
"nyc": "^15.1.0",
120-
"prettier": "^2.2.1",
121-
"prettier-eslint": "^12.0.0",
114+
"prettier": "^2.4.1",
115+
"prettier-eslint": "^13.0.0",
122116
"rimraf": "^3.0.2",
123-
"semantic-release": "^17.3.7",
124-
"typescript": "^4.1.3"
117+
"semantic-release": "^18.0.0",
118+
"typescript": "^4.4.3"
125119
},
126120
"dependencies": {
127-
"@babel/runtime": "^7.12.5"
121+
"@babel/runtime": "^7.15.4"
128122
}
129123
}

0 commit comments

Comments
 (0)