Skip to content

Commit

Permalink
Merge PR #271: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nene authored Jul 3, 2022
2 parents 1170047 + 0f223d5 commit 281f837
Show file tree
Hide file tree
Showing 3 changed files with 2,253 additions and 1,656 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.15.0",
"@jest/globals": "^28.0.2",
"@jest/globals": "^28.1.2",
"@types/babel__core": "^7.1.15",
"@types/jest": "^27.5.0",
"@types/jest": "^28.1.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.0.2",
"babel-jest": "^28.1.2",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-module-resolver": "^4.1.0",
Expand All @@ -121,15 +121,15 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.0.2",
"jest": "^28.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"release-it": "^14.11.7",
"release-it": "^15.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.0",
"ts-loader": "^9.2.6",
"ts-jest": "^28.0.5",
"ts-loader": "^9.3.1",
"ttypescript": "^1.5.13",
"typescript": "^4.3.5",
"typescript": "^4.7.4",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
Expand Down
Loading

0 comments on commit 281f837

Please sign in to comment.