eslint upgrade

This commit is contained in:
Richard Davey 2021-12-07 15:58:06 +00:00
parent 17407dcea6
commit 3f8ef32899
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@types/source-map": "^0.5.7",
"clean-webpack-plugin": "^4.0.0",
"dts-dom": "^3.6.0",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-plugin-es5": "^1.5.0",
"exports-loader": "^3.1.0",
"fs-extra": "^10.0.0",
@ -916,9 +916,9 @@
}
},
"node_modules/eslint": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.0.tgz",
"integrity": "sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.0.5",
@ -3958,9 +3958,9 @@
"dev": true
},
"eslint": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.0.tgz",
"integrity": "sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.0.5",

View file

@ -67,7 +67,7 @@
"@types/source-map": "^0.5.7",
"clean-webpack-plugin": "^4.0.0",
"dts-dom": "^3.6.0",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-plugin-es5": "^1.5.0",
"exports-loader": "^3.1.0",
"fs-extra": "^10.0.0",