Skip to content

Commit

Permalink
Bump development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmic committed Oct 14, 2021
1 parent 1d33d71 commit 6135522
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-redis-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "Webpack Redis Integration",
"keywords": [
"webpack",
Expand Down Expand Up @@ -41,17 +41,17 @@
"@types/jest": "^27.0",
"@types/redis": "^2.8",
"@types/webpack": "^5.28",
"@typescript-eslint/eslint-plugin": "^4.33",
"@typescript-eslint/parser": "^4.33",
"@typescript-eslint/eslint-plugin": "^5.0",
"@typescript-eslint/parser": "^5.0",
"builtin-modules": "^3.2",
"eslint": "^7.32",
"eslint-config-airbnb": "^18.2",
"eslint-config-prettier": "^8.3",
"eslint-import-resolver-typescript": "^2.5",
"eslint-plugin-import": "^2.24",
"eslint-plugin-import": "^2.25",
"eslint-plugin-prettier": "^4.0",
"jest": "^27.2",
"jest-extended": "^0.11",
"jest-extended": "^1.0",
"prettier": "^2.4",
"rollup": "^2.58",
"rollup-plugin-node-externals": "^2.2",
Expand Down Expand Up @@ -115,7 +115,7 @@
"jest": {
"preset": "ts-jest",
"setupFilesAfterEnv": [
"jest-extended"
"jest-extended/all"
]
}
}

0 comments on commit 6135522

Please sign in to comment.