mirror of
https://github.com/franjsco/covid19-campania
synced 2025-02-17 20:00:42 +01:00
update dependencies
This commit is contained in:
parent
542e97c9ef
commit
5bed61ec19
43
.eslintrc.js
Executable file → Normal file
43
.eslintrc.js
Executable file → Normal file
@ -1,27 +1,22 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
env: {
|
"env": {
|
||||||
browser: true,
|
"browser": true,
|
||||||
es6: true,
|
"es2021": true
|
||||||
},
|
|
||||||
extends: [
|
|
||||||
'plugin:react/recommended',
|
|
||||||
'airbnb',
|
|
||||||
],
|
|
||||||
globals: {
|
|
||||||
Atomics: 'readonly',
|
|
||||||
SharedArrayBuffer: 'readonly',
|
|
||||||
},
|
|
||||||
parserOptions: {
|
|
||||||
ecmaFeatures: {
|
|
||||||
jsx: true,
|
|
||||||
},
|
},
|
||||||
ecmaVersion: 2018,
|
"extends": [
|
||||||
sourceType: 'module',
|
"eslint:recommended",
|
||||||
},
|
"plugin:react/recommended"
|
||||||
plugins: [
|
],
|
||||||
'react',
|
"parserOptions": {
|
||||||
],
|
"ecmaFeatures": {
|
||||||
rules: {
|
"jsx": true
|
||||||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
},
|
||||||
},
|
"ecmaVersion": 12,
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
|
"plugins": [
|
||||||
|
"react"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
14922
package-lock.json
generated
Executable file → Normal file
14922
package-lock.json
generated
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -9,13 +9,13 @@
|
|||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
"@testing-library/react": "^9.5.0",
|
"@testing-library/react": "^9.5.0",
|
||||||
"@testing-library/user-event": "^7.2.1",
|
"@testing-library/user-event": "^7.2.1",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.21.1",
|
||||||
"bootstrap": "^4.4.1",
|
"bootstrap": "^4.6.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.13.0",
|
"react": "^16.14.0",
|
||||||
"react-bootstrap": "^1.0.0-beta.17",
|
"react-bootstrap": "^1.4.3",
|
||||||
"react-dom": "^16.13.0",
|
"react-dom": "^16.14.0",
|
||||||
"react-scripts": "3.4.0"
|
"react-scripts": "^4.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
@ -41,12 +41,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^7.20.0",
|
||||||
"eslint-config-airbnb": "^18.1.0",
|
"eslint-plugin-react": "^7.22.0",
|
||||||
"eslint-plugin-import": "^2.20.1",
|
|
||||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
||||||
"eslint-plugin-react": "^7.19.0",
|
|
||||||
"eslint-plugin-react-hooks": "^2.5.0",
|
|
||||||
"gh-pages": "^2.2.0"
|
"gh-pages": "^2.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user