Skip to content
Snippets Groups Projects
Commit 2aa3f50d authored by esikkala's avatar esikkala
Browse files

Upgrade @babel/eslint-parser and standard

parent 007c6ca5
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.15.4", "@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/node": "^7.15.4", "@babel/node": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0", "@babel/plugin-transform-runtime": "^7.15.0",
...@@ -91,7 +92,6 @@ ...@@ -91,7 +92,6 @@
"@fortawesome/free-solid-svg-icons": "^5.15.2", "@fortawesome/free-solid-svg-icons": "^5.15.2",
"@storybook/addon-docs": "^6.3.8", "@storybook/addon-docs": "^6.3.8",
"@storybook/react": "^6.3.8", "@storybook/react": "^6.3.8",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0", "babel-jest": "^25.1.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"sass": "^1.37.5", "sass": "^1.37.5",
"sass-loader": "^10.1.0", "sass-loader": "^10.1.0",
"sitemap": "^6.3.5", "sitemap": "^6.3.5",
"standard": "^14.3.4", "standard": "^16.0.3",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"webpack": "^5.51.1", "webpack": "^5.51.1",
"webpack-cli": "^4.8.0", "webpack-cli": "^4.8.0",
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"webpack-merge": "^5.7.3" "webpack-merge": "^5.7.3"
}, },
"standard": { "standard": {
"parser": "babel-eslint", "parser": "@babel/eslint-parser",
"env": { "env": {
"jest": true "jest": true
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment