mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
chore(deps): update all non-major dependencies (#898)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3957e694c6
commit
0d4750ebba
|
@ -98,7 +98,7 @@
|
|||
"style-loader": "^3.3.0",
|
||||
"ts-jest": "^27.0.5",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"lerna": "^4.0.0",
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"@types/node": "^14.17.20",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -44,8 +44,8 @@
|
|||
"html-webpack-plugin": "^5.3.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,15 +54,15 @@
|
|||
"@types/node": "^14.17.20",
|
||||
"@types/ramda": "^0.27.45",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
"@types/node": "^14.17.20",
|
||||
"@types/ramda": "^0.27.45",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"d3": "^3.5.17",
|
||||
"eslint": "^7.32.0",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -51,19 +51,19 @@
|
|||
"@types/lodash": "^4.14.175",
|
||||
"@types/node": "^14.17.20",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"immutable": "^4.0.0-rc.15",
|
||||
"jest": "^27.2.4",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.0.5",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,11 +51,11 @@
|
|||
"@types/color": "^3.0.2",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/lodash.curry": "^4.1.6",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"jest": "^27.2.4",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.0.5",
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
"@types/styled-components": "^5.1.14",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -39,8 +39,8 @@
|
|||
"html-webpack-plugin": "^5.3.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,11 +51,11 @@
|
|||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/react": "^16.14.16",
|
||||
"@types/react-test-renderer": "^16.9.5",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"react": "^16.14.0",
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"@types/react-dom": "^16.9.14",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -45,8 +45,8 @@
|
|||
"html-webpack-plugin": "^5.3.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,12 +58,12 @@
|
|||
"@types/react": "^16.14.16",
|
||||
"@types/react-test-renderer": "^16.9.5",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"react": "^16.14.0",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"ts-jest": "^27.0.5",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -82,8 +82,8 @@
|
|||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@types/webpack-env": "^1.16.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^6.3.0",
|
||||
"enzyme": "^3.11.0",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"enzyme-to-json": "^3.6.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "^6.3.3",
|
||||
|
@ -108,9 +108,9 @@
|
|||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.3.0 || ^17.0.0",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.14.16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
|
|
|
@ -82,11 +82,11 @@
|
|||
"@types/styled-components": "^5.1.14",
|
||||
"@types/supertest": "^2.0.11",
|
||||
"@types/uuid": "^8.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"jest": "^27.2.4",
|
||||
"ncp": "^2.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/parse-key": "^0.2.0",
|
||||
"@types/react": "^16.14.16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
"@types/redux-logger": "^3.0.9",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^6.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
|
@ -53,8 +53,8 @@
|
|||
"style-loader": "^3.3.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -68,14 +68,14 @@
|
|||
"@types/object-path": "^0.11.1",
|
||||
"@types/react": "^16.14.16",
|
||||
"@types/simple-diff": "^1.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"react": "^16.14.0",
|
||||
|
|
|
@ -51,14 +51,14 @@
|
|||
"@types/react": "^16.14.16",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"@types/source-map": "0.5.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"react": "^16.14.0",
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
"@types/redux-logger": "^3.0.9",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -52,8 +52,8 @@
|
|||
"html-webpack-plugin": "^5.3.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -65,8 +65,8 @@
|
|||
"@types/react": "^16.14.16",
|
||||
"@types/react-dragula": "^1.1.0",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
|
|
|
@ -48,11 +48,11 @@
|
|||
"@types/jest": "^27.0.2",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/node": "^14.17.20",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"jest": "^27.2.4",
|
||||
"redux": "^4.1.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.14.16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
"@types/react-router-dom": "^5.3.0",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"copy-webpack-plugin": "^9.0.1",
|
||||
"css-loader": "^6.3.0",
|
||||
|
@ -54,9 +54,9 @@
|
|||
"style-loader": "^3.3.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
"@types/hex-rgba": "^1.0.1",
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/react": "^16.14.16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
|
|
|
@ -39,11 +39,11 @@
|
|||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/jsan": "^3.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"immutable": "^4.0.0-rc.15",
|
||||
"jest": "^27.2.4",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
"@types/react-redux": "^7.1.18",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^6.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
|
@ -52,8 +52,8 @@
|
|||
"style-loader": "^3.3.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.14.16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
|
|
|
@ -64,15 +64,15 @@
|
|||
"@types/jest": "^27.0.2",
|
||||
"@types/react": "^16.14.16",
|
||||
"@types/styled-components": "^5.1.14",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"csstype": "^3.0.9",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"react": "^16.14.0",
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
"@types/jsan": "^3.1.2",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/node": "^14.17.20",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@types/webpack-env": "^1.16.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -52,8 +52,8 @@
|
|||
"html-webpack-plugin": "^5.3.2",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
"@types/react-redux": "^7.1.18",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-dev-server": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^6.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
|
@ -67,8 +67,8 @@
|
|||
"style-loader": "^3.3.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "^5.56.0",
|
||||
"webpack": "^5.56.1",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.3.0"
|
||||
"webpack-dev-server": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,11 +54,11 @@
|
|||
"@types/node": "^14.17.20",
|
||||
"@types/react": "^16.14.16",
|
||||
"@types/react-redux": "^7.1.18",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jest": "^24.5.0",
|
||||
"eslint-plugin-jest": "^24.5.2",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"jest": "^27.2.4",
|
||||
"react": "^16.14.0",
|
||||
|
|
306
yarn.lock
306
yarn.lock
|
@ -4519,8 +4519,8 @@ __metadata:
|
|||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@types/webpack-env": ^1.16.2
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
css-loader: ^6.3.0
|
||||
d3-state-visualizer: ^1.4.0
|
||||
|
@ -4529,7 +4529,7 @@ __metadata:
|
|||
enzyme-to-json: ^3.6.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
file-loader: ^6.2.0
|
||||
fork-ts-checker-webpack-plugin: ^6.3.3
|
||||
|
@ -4558,9 +4558,9 @@ __metadata:
|
|||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
url-loader: ^4.1.1
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
peerDependencies:
|
||||
"@types/react": ^16.3.0 || ^17.0.0
|
||||
"@types/styled-components": ^5.1.14
|
||||
|
@ -4582,8 +4582,8 @@ __metadata:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
d3-state-visualizer: ^1.4.0
|
||||
deepmerge: ^4.2.2
|
||||
eslint: ^7.32.0
|
||||
|
@ -4624,8 +4624,8 @@ __metadata:
|
|||
"@types/styled-components": ^5.1.14
|
||||
"@types/supertest": ^2.0.11
|
||||
"@types/uuid": ^8.3.1
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
apollo-server: ^2.25.2
|
||||
apollo-server-express: ^2.25.2
|
||||
body-parser: ^1.19.0
|
||||
|
@ -4635,7 +4635,7 @@ __metadata:
|
|||
electron: ^15.1.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
express: ^4.17.1
|
||||
getport: ^0.1.0
|
||||
graphql: ^14.7.0
|
||||
|
@ -4680,11 +4680,11 @@ __metadata:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/react-redux": ^7.1.18
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
jest: ^27.2.4
|
||||
lodash: ^4.17.21
|
||||
|
@ -4716,8 +4716,8 @@ __metadata:
|
|||
"@types/parse-key": ^0.2.0
|
||||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-react: ^7.26.1
|
||||
|
@ -4759,15 +4759,15 @@ __metadata:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/simple-diff": ^1.6.1
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
enzyme: ^3.11.0
|
||||
enzyme-adapter-react-16: ^1.15.6
|
||||
enzyme-to-json: ^3.6.2
|
||||
es6template: ^1.0.5
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
javascript-stringify: ^2.1.0
|
||||
jest: ^27.2.4
|
||||
|
@ -4813,15 +4813,15 @@ __metadata:
|
|||
"@types/react": ^16.14.16
|
||||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@types/source-map": 0.5.2
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
anser: ^2.0.2
|
||||
enzyme: ^3.11.0
|
||||
enzyme-adapter-react-16: ^1.15.6
|
||||
enzyme-to-json: ^3.6.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
html-entities: ^2.3.2
|
||||
jest: ^27.2.4
|
||||
|
@ -4864,8 +4864,8 @@ __metadata:
|
|||
"@types/react": ^16.14.16
|
||||
"@types/react-dragula": ^1.1.0
|
||||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
dateformat: ^4.6.3
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
|
@ -4905,11 +4905,11 @@ __metadata:
|
|||
"@types/jest": ^27.0.2
|
||||
"@types/lodash": ^4.14.175
|
||||
"@types/node": ^14.17.20
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
jest: ^27.2.4
|
||||
lodash: ^4.17.21
|
||||
redux: ^4.1.1
|
||||
|
@ -4936,8 +4936,8 @@ __metadata:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-react: ^7.26.1
|
||||
|
@ -4974,8 +4974,8 @@ __metadata:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-react: ^7.26.1
|
||||
|
@ -5011,11 +5011,11 @@ __metadata:
|
|||
"@babel/preset-typescript": ^7.15.0
|
||||
"@types/jest": ^27.0.2
|
||||
"@types/jsan": ^3.1.2
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
immutable: ^4.0.0-rc.15
|
||||
jest: ^27.2.4
|
||||
jsan: ^3.1.13
|
||||
|
@ -5041,8 +5041,8 @@ __metadata:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-react: ^7.26.1
|
||||
|
@ -5084,8 +5084,8 @@ __metadata:
|
|||
"@types/redux-devtools-themes": ^1.0.0
|
||||
"@types/simple-element-resize-detector": ^1.3.0
|
||||
"@types/styled-components": ^5.1.14
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
base16: ^1.0.0
|
||||
codemirror: ^5.63.1
|
||||
color: ^3.2.1
|
||||
|
@ -5095,7 +5095,7 @@ __metadata:
|
|||
enzyme-to-json: ^3.6.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
jest: ^27.2.4
|
||||
prop-types: ^15.7.2
|
||||
|
@ -5137,8 +5137,8 @@ __metadata:
|
|||
"@types/jsan": ^3.1.2
|
||||
"@types/lodash": ^4.14.175
|
||||
"@types/node": ^14.17.20
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
get-params: ^0.1.2
|
||||
|
@ -7963,12 +7963,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:4.32.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:^4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:4.33.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/experimental-utils": 4.32.0
|
||||
"@typescript-eslint/scope-manager": 4.32.0
|
||||
"@typescript-eslint/experimental-utils": 4.33.0
|
||||
"@typescript-eslint/scope-manager": 4.33.0
|
||||
debug: ^4.3.1
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.1.8
|
||||
|
@ -7981,23 +7981,23 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: f1e856f1f500ac7a06097536d0a5392f33f4a9f0750ffac90c30e40852524579715624ffa791b6fb601320d1d53135b4321b00d0554f6aea12fe55b65ccedd7b
|
||||
checksum: d74855d0a5ffe0b2f362ec02fcd9301d39a53fb4155b9bd0cb15a0a31d065143129ebf98df9d86af4b6f74de1d423a4c0d8c0095520844068117453afda5bc4f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/experimental-utils@npm:4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/experimental-utils@npm:4.32.0"
|
||||
"@typescript-eslint/experimental-utils@npm:4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/experimental-utils@npm:4.33.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.7
|
||||
"@typescript-eslint/scope-manager": 4.32.0
|
||||
"@typescript-eslint/types": 4.32.0
|
||||
"@typescript-eslint/typescript-estree": 4.32.0
|
||||
"@typescript-eslint/scope-manager": 4.33.0
|
||||
"@typescript-eslint/types": 4.33.0
|
||||
"@typescript-eslint/typescript-estree": 4.33.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
checksum: bad0072df9f7f7804a3bd9aeccfe6a0b117e47ad7f58d091674a276c84171be2c525c977c304d39c6d0cd31706a2d9a4f797466a505dda7985535cd3ad9b5830
|
||||
checksum: f859800ada0884f92db6856f24efcb1d073ac9883ddc2b1aa9339f392215487895bed8447ebce3741e8141bb32e545244abef62b73193ba9a8a0527c523aabae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -8017,20 +8017,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/parser@npm:4.32.0"
|
||||
"@typescript-eslint/parser@npm:^4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/parser@npm:4.33.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 4.32.0
|
||||
"@typescript-eslint/types": 4.32.0
|
||||
"@typescript-eslint/typescript-estree": 4.32.0
|
||||
"@typescript-eslint/scope-manager": 4.33.0
|
||||
"@typescript-eslint/types": 4.33.0
|
||||
"@typescript-eslint/typescript-estree": 4.33.0
|
||||
debug: ^4.3.1
|
||||
peerDependencies:
|
||||
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: dd6a30fb04e56a13b53298c7d20cb3954cc6f220c599ba907b5029c2d36230a1d9850c8392d47a3b4c2760a39af5f6ff502a2eaa984a44f93142c83ac231d52d
|
||||
checksum: 102457eae1acd516211098fea081c8a2ed728522bbda7f5a557b6ef23d88970514f9a0f6285d53fca134d3d4d7d17822b5d5e12438d5918df4d1f89cc9e67d57
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -8044,13 +8044,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:4.32.0"
|
||||
"@typescript-eslint/scope-manager@npm:4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:4.33.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 4.32.0
|
||||
"@typescript-eslint/visitor-keys": 4.32.0
|
||||
checksum: 03510d080dee19588a09f41226c93fb67eafe132c2305da4dbcfaf3ccb333a6d1736f7b897d83c85545cb88f532c81849182b1c55cb7ca7ad9148aa5d4671ad2
|
||||
"@typescript-eslint/types": 4.33.0
|
||||
"@typescript-eslint/visitor-keys": 4.33.0
|
||||
checksum: 9a25fb7ba7c725ea7227a24d315b0f6aacbad002e2549a049edf723c1d3615c22f5c301f0d7d615b377f2cdf2f3519d97e79af0c459de6ef8d2aaf0906dff13e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -8061,10 +8061,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/types@npm:4.32.0"
|
||||
checksum: e93ce12ee3ee0fa1ac6f6e51f9aec8c4b7b603296dad2d5cb11790710de12fd7bf88fca0f8220e51f18e696aba8764e26ff960fa0cc1aef50055ee1e1e72c207
|
||||
"@typescript-eslint/types@npm:4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/types@npm:4.33.0"
|
||||
checksum: 3baae1ca35872421b4eb60f5d3f3f32dc1d513f2ae0a67dee28c7d159fd7a43ed0d11a8a5a0f0c2d38507ffa036fc7c511cb0f18a5e8ac524b3ebde77390ec53
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -8086,12 +8086,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:4.32.0"
|
||||
"@typescript-eslint/typescript-estree@npm:4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:4.33.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 4.32.0
|
||||
"@typescript-eslint/visitor-keys": 4.32.0
|
||||
"@typescript-eslint/types": 4.33.0
|
||||
"@typescript-eslint/visitor-keys": 4.33.0
|
||||
debug: ^4.3.1
|
||||
globby: ^11.0.3
|
||||
is-glob: ^4.0.1
|
||||
|
@ -8100,7 +8100,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 4525789cd27f4af333c9e2c221511b4ce8c50bd520b5c73958885b718f38d5c7349678286db8dc26de2ca61463651925d37e833456497e493c357acc3ea24b03
|
||||
checksum: 2566984390c76bd95f43240057215c068c69769e406e27aba41e9f21fd300074d6772e4983fa58fe61e80eb5550af1548d2e31e80550d92ba1d051bb00fe6f5c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -8114,13 +8114,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:4.32.0":
|
||||
version: 4.32.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:4.32.0"
|
||||
"@typescript-eslint/visitor-keys@npm:4.33.0":
|
||||
version: 4.33.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:4.33.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 4.32.0
|
||||
"@typescript-eslint/types": 4.33.0
|
||||
eslint-visitor-keys: ^2.0.0
|
||||
checksum: 233bf479b6373bae2e61976ed1f2d0fb5c365203984e1233024a2677da0958fb3b19753b67047e8c9a9f4cec7603d1027d73b1302fef0d49c5e92be012d3d92e
|
||||
checksum: 59953e474ad4610c1aa23b2b1a964445e2c6201521da6367752f37939d854352bbfced5c04ea539274065e012b1337ba3ffa49c2647a240a4e87155378ba9873
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -12221,8 +12221,8 @@ __metadata:
|
|||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@types/webpack-env": ^1.16.2
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
|
@ -12237,9 +12237,9 @@ __metadata:
|
|||
redux-thunk: ^2.3.0
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -12633,8 +12633,8 @@ __metadata:
|
|||
"@types/node": ^14.17.20
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
d3-state-visualizer: ^1.4.0
|
||||
eslint: ^7.32.0
|
||||
|
@ -12644,9 +12644,9 @@ __metadata:
|
|||
map2tree: ^1.5.0
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -12662,8 +12662,8 @@ __metadata:
|
|||
"@types/node": ^14.17.20
|
||||
"@types/ramda": ^0.27.45
|
||||
"@types/webpack": ^5.28.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
d3: ^3.5.17
|
||||
d3tooltip: ^1.3.0
|
||||
|
@ -12675,7 +12675,7 @@ __metadata:
|
|||
rimraf: ^3.0.2
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -12699,8 +12699,8 @@ __metadata:
|
|||
"@types/node": ^14.17.20
|
||||
"@types/ramda": ^0.27.45
|
||||
"@types/webpack": ^5.28.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
d3: ^3.5.17
|
||||
eslint: ^7.32.0
|
||||
|
@ -12709,7 +12709,7 @@ __metadata:
|
|||
rimraf: ^3.0.2
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
peerDependencies:
|
||||
"@types/d3": ^3.5.45
|
||||
|
@ -14185,9 +14185,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-jest@npm:^24.5.0":
|
||||
version: 24.5.0
|
||||
resolution: "eslint-plugin-jest@npm:24.5.0"
|
||||
"eslint-plugin-jest@npm:^24.5.2":
|
||||
version: 24.5.2
|
||||
resolution: "eslint-plugin-jest@npm:24.5.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/experimental-utils": ^4.0.1
|
||||
peerDependencies:
|
||||
|
@ -14196,7 +14196,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
"@typescript-eslint/eslint-plugin":
|
||||
optional: true
|
||||
checksum: 6f7eacb7e3ba60a90d23d998c97dfa2eec46694b1c2102bf585bf0e60a5bb6b31f880d49a569813b70da45e6449b1db0dfad646c1204e2d27be8eca039bcbc63
|
||||
checksum: e314d9e3443791273089dd8f90915a4b1dc54db20099725ef9673ff369d4ad361fd8b369eff36c63de797c06f702162f5543a52847877f4a7d6c656a0991df84
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -17421,8 +17421,8 @@ fsevents@^1.2.7:
|
|||
"@types/redux-logger": ^3.0.9
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
base16: ^1.0.0
|
||||
connected-react-router: ^6.9.1
|
||||
|
@ -17443,9 +17443,9 @@ fsevents@^1.2.7:
|
|||
redux-logger: ^3.0.6
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -20628,12 +20628,12 @@ fsevents@^1.2.7:
|
|||
"@types/lodash": ^4.14.175
|
||||
"@types/node": ^14.17.20
|
||||
"@types/webpack": ^5.28.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
immutable: ^4.0.0-rc.15
|
||||
jest: ^27.2.4
|
||||
lodash: ^4.17.21
|
||||
|
@ -20641,7 +20641,7 @@ fsevents@^1.2.7:
|
|||
ts-jest: ^27.0.5
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -24662,14 +24662,14 @@ fsevents@^1.2.7:
|
|||
"@types/jest": ^27.0.2
|
||||
"@types/lodash": ^4.14.175
|
||||
"@types/lodash.curry": ^4.1.6
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
base16: ^1.0.0
|
||||
color: ^3.2.1
|
||||
csstype: ^3.0.9
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
jest: ^27.2.4
|
||||
lodash.curry: ^4.1.1
|
||||
rimraf: ^3.0.2
|
||||
|
@ -24809,8 +24809,8 @@ fsevents@^1.2.7:
|
|||
"@types/styled-components": ^5.1.14
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
|
@ -24826,9 +24826,9 @@ fsevents@^1.2.7:
|
|||
styled-components: ^5.3.1
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -24847,11 +24847,11 @@ fsevents@^1.2.7:
|
|||
"@types/prop-types": ^15.7.4
|
||||
"@types/react": ^16.14.16
|
||||
"@types/react-test-renderer": ^16.9.5
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
jest: ^27.2.4
|
||||
lodash.debounce: ^4.0.8
|
||||
|
@ -25012,8 +25012,8 @@ fsevents@^1.2.7:
|
|||
"@types/react-dom": ^16.9.14
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
|
@ -25027,9 +25027,9 @@ fsevents@^1.2.7:
|
|||
react-json-tree: ^0.15.0
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -25048,12 +25048,12 @@ fsevents@^1.2.7:
|
|||
"@types/react": ^16.14.16
|
||||
"@types/react-test-renderer": ^16.9.5
|
||||
"@types/webpack": ^5.28.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
jest: ^27.2.4
|
||||
prop-types: ^15.7.2
|
||||
|
@ -25064,7 +25064,7 @@ fsevents@^1.2.7:
|
|||
ts-jest: ^27.0.5
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
peerDependencies:
|
||||
"@types/react": ^16.3.0 || ^17.0.0
|
||||
|
@ -26064,7 +26064,7 @@ fsevents@^1.2.7:
|
|||
styled-components: ^5.3.1
|
||||
ts-jest: ^27.0.5
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -26450,11 +26450,11 @@ resolve@^2.0.0-next.3:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
eslint: ^7.32.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-jest: ^24.5.0
|
||||
eslint-plugin-jest: ^24.5.2
|
||||
eslint-plugin-react: ^7.26.1
|
||||
jest: ^27.2.4
|
||||
lerna: ^4.0.0
|
||||
|
@ -26506,8 +26506,8 @@ resolve@^2.0.0-next.3:
|
|||
"@types/react-router-dom": ^5.3.0
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
copy-webpack-plugin: ^9.0.1
|
||||
css-loader: ^6.3.0
|
||||
|
@ -26526,9 +26526,9 @@ resolve@^2.0.0-next.3:
|
|||
style-loader: ^3.3.0
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -27293,8 +27293,8 @@ resolve@^2.0.0-next.3:
|
|||
"@types/react-redux": ^7.1.18
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
classnames: ^2.3.1
|
||||
css-loader: ^6.3.0
|
||||
|
@ -27312,9 +27312,9 @@ resolve@^2.0.0-next.3:
|
|||
todomvc-app-css: ^2.4.1
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -28861,8 +28861,8 @@ resolve@^2.0.0-next.3:
|
|||
"@types/redux-logger": ^3.0.9
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
connected-react-router: ^6.9.1
|
||||
css-loader: ^6.3.0
|
||||
|
@ -28883,9 +28883,9 @@ resolve@^2.0.0-next.3:
|
|||
style-loader: ^3.3.0
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -29140,8 +29140,8 @@ resolve@^2.0.0-next.3:
|
|||
"@types/react-redux": ^7.1.18
|
||||
"@types/webpack": ^5.28.0
|
||||
"@types/webpack-dev-server": ^4.3.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.32.0
|
||||
"@typescript-eslint/parser": ^4.32.0
|
||||
"@typescript-eslint/eslint-plugin": ^4.33.0
|
||||
"@typescript-eslint/parser": ^4.33.0
|
||||
babel-loader: ^8.2.2
|
||||
classnames: ^2.3.1
|
||||
css-loader: ^6.3.0
|
||||
|
@ -29159,9 +29159,9 @@ resolve@^2.0.0-next.3:
|
|||
todomvc-app-css: ^2.4.1
|
||||
ts-node: ^10.2.1
|
||||
typescript: ~4.3.5
|
||||
webpack: ^5.56.0
|
||||
webpack: ^5.56.1
|
||||
webpack-cli: ^4.8.0
|
||||
webpack-dev-server: ^4.3.0
|
||||
webpack-dev-server: ^4.3.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -30559,9 +30559,9 @@ typescript@~4.3.5:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"webpack-dev-server@npm:^4.3.0":
|
||||
version: 4.3.0
|
||||
resolution: "webpack-dev-server@npm:4.3.0"
|
||||
"webpack-dev-server@npm:^4.3.1":
|
||||
version: 4.3.1
|
||||
resolution: "webpack-dev-server@npm:4.3.1"
|
||||
dependencies:
|
||||
ansi-html-community: ^0.0.8
|
||||
bonjour: ^3.5.0
|
||||
|
@ -30595,7 +30595,7 @@ typescript@~4.3.5:
|
|||
optional: true
|
||||
bin:
|
||||
webpack-dev-server: bin/webpack-dev-server.js
|
||||
checksum: 7ee8ae969a1eff65caedc7dd935a3bf62f0ca21fdd5d169884cba525d9c970e551fa250f230bda0c57a76cd61411fae5bfcbc104bafff14c9cad7f4a6f9b0022
|
||||
checksum: ce9d054c3de335df4cca4759aaff3a5291487c906b15bd3bb6e41de86e3784b307ae1e2cdd6403424567b0645a0dc6a9dd21b4839ba86176d5097664474d2b68
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -30741,9 +30741,9 @@ typescript@~4.3.5:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"webpack@npm:^5.56.0":
|
||||
version: 5.56.0
|
||||
resolution: "webpack@npm:5.56.0"
|
||||
"webpack@npm:^5.56.1":
|
||||
version: 5.56.1
|
||||
resolution: "webpack@npm:5.56.1"
|
||||
dependencies:
|
||||
"@types/eslint-scope": ^3.7.0
|
||||
"@types/estree": ^0.0.50
|
||||
|
@ -30774,7 +30774,7 @@ typescript@~4.3.5:
|
|||
optional: true
|
||||
bin:
|
||||
webpack: bin/webpack.js
|
||||
checksum: 27eebf2ac518fe6198fe1933a1ba3a72fb34c6540319f63caed09c7d8bd9e5c3aef20805fb2122adecfbe3bc971b28ca09b1f809655cb1136e083549e09470d7
|
||||
checksum: e5ead673155a5e9667c8ae5413af18739335b067e03ae4e6daefbf9bf648321267abc706d3c756b17c9224c5e31762c0de212e700cca34ab4ee1e069e7806b8a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user