mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
deps: update react-scripts to v5.0.0
This commit is contained in:
parent
c0f0b309cf
commit
cd3384786f
3 changed files with 4705 additions and 5043 deletions
|
|
@ -3,7 +3,6 @@
|
|||
"extends": [
|
||||
"plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react
|
||||
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from @typescript-eslint/eslint-plugin
|
||||
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
|
||||
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
|
||||
],
|
||||
"parserOptions": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"start": "BROWSER=none react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
|
||||
"test": "react-scripts test --env=jest-environment-jsdom",
|
||||
"test:ci": "cross-env CI=true yarn test --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint --ext .ts,.tsx --ignore-path .eslintignore .",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"react-dom": "17.0.2",
|
||||
"react-i18next": "11.7.0",
|
||||
"react-router": "5.2.0",
|
||||
"react-scripts": "4.0.2",
|
||||
"react-scripts": "5.0.0",
|
||||
"react-toastify": "6.0.6",
|
||||
"react-virtualized": "9.21.2",
|
||||
"reactour": "1.18.0",
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"@types/file-saver": "2.0.1",
|
||||
"@types/google-protobuf": "3.7.2",
|
||||
"@types/history": "4.7.6",
|
||||
"@types/jest": "26.0.3",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/lodash": "4.14.157",
|
||||
"@types/node": "14.0.14",
|
||||
"@types/react": "17.0.13",
|
||||
|
|
@ -72,20 +72,23 @@
|
|||
"@types/react-router": "5.1.8",
|
||||
"@types/react-virtualized": "9.21.10",
|
||||
"@types/reactour": "1.17.1",
|
||||
"@typescript-eslint/eslint-plugin": "4.7.0",
|
||||
"@typescript-eslint/parser": "4.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.17.0",
|
||||
"@typescript-eslint/parser": "5.17.0",
|
||||
"cross-env": "7.0.2",
|
||||
"eslint-config-prettier": "6.15.0",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.5",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-react": "7.29.4",
|
||||
"google-protobuf": "3.12.2",
|
||||
"jest-canvas-mock": "2.3.0",
|
||||
"jest-environment-jsdom-sixteen": "1.0.3",
|
||||
"jest-environment-jsdom": "27.5.1",
|
||||
"prettier": "2.1.2",
|
||||
"sass": "1.43.4",
|
||||
"ts-protoc-gen": "0.12.0",
|
||||
"typescript": "4.1.6"
|
||||
},
|
||||
"resolutions": {
|
||||
"history": "4.10.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app",
|
||||
"ignorePatterns": [
|
||||
|
|
|
|||
9726
app/yarn.lock
9726
app/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue