Skip to content

Commit

Permalink
Merge pull request #3813 from SailingSteve/steveWebAppJan4-10am
Browse files Browse the repository at this point in the history
Updated package.json to eliminate all of the deprecated libraries
  • Loading branch information
DaleMcGrew authored Jan 9, 2024
2 parents 3f5931d + 7fb4e01 commit 8de6d6f
Show file tree
Hide file tree
Showing 7 changed files with 10,038 additions and 35,731 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-class-properties",
{
"loose": true
}
],
["@babel/plugin-proposal-private-methods", { "loose": true }],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
["@babel/plugin-transform-private-methods", { "loose": true }],
["@babel/plugin-transform-private-property-in-object", { "loose": true }],
[
"babel-plugin-styled-components",
{
Expand Down
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "module"
},
Expand Down Expand Up @@ -74,7 +74,7 @@
"space-before-function-paren": [1, {"anonymous": "always", "named": "always"}],
"space-in-parens": [1],
"template-curly-spacing": ["warn", "never"],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
},
"plugins": [
"react",
Expand Down
Loading

0 comments on commit 8de6d6f

Please sign in to comment.