Skip to content

Commit 281f837

Browse files
authored
Merge PR #271: Upgrade dependencies
2 parents 1170047 + 0f223d5 commit 281f837

File tree

3 files changed

+2253
-1656
lines changed

3 files changed

+2253
-1656
lines changed

.github/workflows/webpack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [12.x, 14.x, 16.x]
13+
node-version: [14.x, 16.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@
103103
"@babel/plugin-proposal-class-properties": "^7.10.4",
104104
"@babel/preset-env": "^7.10.4",
105105
"@babel/preset-typescript": "^7.15.0",
106-
"@jest/globals": "^28.0.2",
106+
"@jest/globals": "^28.1.2",
107107
"@types/babel__core": "^7.1.15",
108-
"@types/jest": "^27.5.0",
108+
"@types/jest": "^28.1.4",
109109
"@typescript-eslint/eslint-plugin": "^5.21.0",
110110
"@typescript-eslint/parser": "^5.21.0",
111111
"@zerollup/ts-transform-paths": "^1.7.18",
112112
"babel-eslint": "^10.1.0",
113-
"babel-jest": "^28.0.2",
113+
"babel-jest": "^28.1.2",
114114
"babel-loader": "^8.1.0",
115115
"babel-plugin-add-module-exports": "^1.0.2",
116116
"babel-plugin-module-resolver": "^4.1.0",
@@ -121,15 +121,15 @@
121121
"eslint-config-prettier": "^8.5.0",
122122
"eslint-plugin-import": "^2.22.0",
123123
"eslint-plugin-prettier": "^4.0.0",
124-
"jest": "^28.0.2",
124+
"jest": "^28.1.2",
125125
"npm-run-all": "^4.1.5",
126126
"prettier": "^2.0.5",
127-
"release-it": "^14.11.7",
127+
"release-it": "^15.1.1",
128128
"rimraf": "^3.0.2",
129-
"ts-jest": "^28.0.0",
130-
"ts-loader": "^9.2.6",
129+
"ts-jest": "^28.0.5",
130+
"ts-loader": "^9.3.1",
131131
"ttypescript": "^1.5.13",
132-
"typescript": "^4.3.5",
132+
"typescript": "^4.7.4",
133133
"webpack": "^5.64.1",
134134
"webpack-cli": "^4.9.1",
135135
"webpack-merge": "^5.8.0"

0 commit comments

Comments
 (0)