Browse Source

Updates dependencies

Bumps elint ecma version
main
Eric Amodio 1 year ago
parent
commit
35187ad247
3 changed files with 13 additions and 12 deletions
  1. +3
    -2
      .eslintrc.base.json
  2. +2
    -2
      package.json
  3. +8
    -8
      yarn.lock

+ 3
- 2
.eslintrc.base.json View File

@ -12,11 +12,12 @@
], ],
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {
"ecmaVersion": 2019,
"ecmaVersion": 2022,
"sourceType": "module", "sourceType": "module",
"ecmaFeatures": { "ecmaFeatures": {
"impliedStrict": true "impliedStrict": true
}
},
"project": true
}, },
"plugins": ["anti-trojan-source", "import", "@typescript-eslint"], "plugins": ["anti-trojan-source", "import", "@typescript-eslint"],
"reportUnusedDisableDirectives": true, "reportUnusedDisableDirectives": true,

+ 2
- 2
package.json View File

@ -13079,7 +13079,7 @@
"css-minimizer-webpack-plugin": "4.2.2", "css-minimizer-webpack-plugin": "4.2.2",
"cssnano-preset-advanced": "5.3.9", "cssnano-preset-advanced": "5.3.9",
"esbuild": "0.17.8", "esbuild": "0.17.8",
"esbuild-loader": "3.0.0",
"esbuild-loader": "3.0.1",
"esbuild-sass-plugin": "2.5.0", "esbuild-sass-plugin": "2.5.0",
"eslint": "8.34.0", "eslint": "8.34.0",
"eslint-cli": "1.1.1", "eslint-cli": "1.1.1",
@ -13098,7 +13098,7 @@
"mini-css-extract-plugin": "2.7.2", "mini-css-extract-plugin": "2.7.2",
"mocha": "10.2.0", "mocha": "10.2.0",
"prettier": "2.8.4", "prettier": "2.8.4",
"sass": "1.58.0",
"sass": "1.58.1",
"sass-loader": "13.2.0", "sass-loader": "13.2.0",
"schema-utils": "4.0.0", "schema-utils": "4.0.0",
"sharp": "0.31.3", "sharp": "0.31.3",

+ 8
- 8
yarn.lock View File

@ -2858,10 +2858,10 @@ es6-weak-map@^2.0.3:
es6-iterator "^2.0.3" es6-iterator "^2.0.3"
es6-symbol "^3.1.1" es6-symbol "^3.1.1"
esbuild-loader@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/esbuild-loader/-/esbuild-loader-3.0.0.tgz#8f3a8b81c2849a1c4b460057261ee9ba4aca3244"
integrity sha512-+wZUslAmbj9SKhYt0ZiRsUzw4dP/99kwHAEPtLyAdGckpt8+DSGs2u+sXQSAuCG/m1a8Od3gVcqj1BpE3fl++Q==
esbuild-loader@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/esbuild-loader/-/esbuild-loader-3.0.1.tgz#9871c0e8817c4c11b6249d1916832e75272e6c7e"
integrity sha512-aZfGybqTeuyCd4AsVvWOOfkhIuN+wfZFjMyh3gyQEU1Uvsl8L6vye9HqP93iRa0iTA+6Jclap514PJIC3cLnMA==
dependencies: dependencies:
esbuild "^0.17.6" esbuild "^0.17.6"
get-tsconfig "^4.4.0" get-tsconfig "^4.4.0"
@ -6210,10 +6210,10 @@ sass-loader@13.2.0:
klona "^2.0.4" klona "^2.0.4"
neo-async "^2.6.2" neo-async "^2.6.2"
sass@1.58.0:
version "1.58.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.0.tgz#ee8aea3ad5ea5c485c26b3096e2df6087d0bb1cc"
integrity sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==
sass@1.58.1:
version "1.58.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.1.tgz#17ab0390076a50578ed0733f1cc45429e03405f6"
integrity sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==
dependencies: dependencies:
chokidar ">=3.0.0 <4.0.0" chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0" immutable "^4.0.0"

Loading…
Cancel
Save