Skip to content

Commit e1b3e3a

Browse files
Kimberley CookKimberley Cook
Kimberley Cook
authored and
Kimberley Cook
committed
update eslint package
1 parent 05c18bb commit e1b3e3a

File tree

3 files changed

+9
-66
lines changed

3 files changed

+9
-66
lines changed

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"devDependencies": {
3838
"@tailwindcss/custom-forms": "0.2.1",
3939
"@types/react-helmet": "^6.0.0",
40-
"@typescript-eslint/eslint-plugin": "^2.33.0",
41-
"@typescript-eslint/parser": "^2.33.0",
40+
"@typescript-eslint/eslint-plugin": "^4.2.0",
41+
"@typescript-eslint/parser": "^4.2.0",
4242
"autoprefixer": "9.7.6",
4343
"babel-eslint": "10.1.0",
4444
"cssnano": "4.1.10",

www/src/untyped.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ declare module "chart.js";
22
declare module "react-chartkick";
33
declare module "tailwindcss/defaultTheme";
44

5+
declare module "*.png";
6+
declare module "*.jpg";
7+
58
declare module "*.svg" {
69
const content: string;
710
export default content;

yarn.lock

Lines changed: 4 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,11 +2169,6 @@
21692169
"@types/eslint" "*"
21702170
"@types/estree" "*"
21712171

2172-
"@types/eslint-visitor-keys@^1.0.0":
2173-
version "1.0.0"
2174-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
2175-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
2176-
21772172
"@types/eslint@*":
21782173
version "8.56.1"
21792174
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.1.tgz#988cabb39c973e9200f35fdbb29d17992965bb08"
@@ -2279,11 +2274,6 @@
22792274
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
22802275
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
22812276

2282-
"@types/json-schema@^7.0.3":
2283-
version "7.0.4"
2284-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
2285-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
2286-
22872277
"@types/json5@^0.0.29":
22882278
version "0.0.29"
22892279
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2439,17 +2429,7 @@
24392429
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
24402430
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
24412431

2442-
"@typescript-eslint/eslint-plugin@^2.33.0":
2443-
version "2.33.0"
2444-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz#d6c8319d5011b4783bb3d2dadf105d8bdd499bd5"
2445-
integrity sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==
2446-
dependencies:
2447-
"@typescript-eslint/experimental-utils" "2.33.0"
2448-
functional-red-black-tree "^1.0.1"
2449-
regexpp "^3.0.0"
2450-
tsutils "^3.17.1"
2451-
2452-
"@typescript-eslint/eslint-plugin@^4.29.3":
2432+
"@typescript-eslint/eslint-plugin@^4.2.0", "@typescript-eslint/eslint-plugin@^4.29.3":
24532433
version "4.33.0"
24542434
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
24552435
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
@@ -2463,16 +2443,6 @@
24632443
semver "^7.3.5"
24642444
tsutils "^3.21.0"
24652445

2466-
"@typescript-eslint/[email protected]":
2467-
version "2.33.0"
2468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
2469-
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
2470-
dependencies:
2471-
"@types/json-schema" "^7.0.3"
2472-
"@typescript-eslint/typescript-estree" "2.33.0"
2473-
eslint-scope "^5.0.0"
2474-
eslint-utils "^2.0.0"
2475-
24762446
"@typescript-eslint/[email protected]":
24772447
version "4.33.0"
24782448
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
@@ -2485,17 +2455,7 @@
24852455
eslint-scope "^5.1.1"
24862456
eslint-utils "^3.0.0"
24872457

2488-
"@typescript-eslint/parser@^2.33.0":
2489-
version "2.33.0"
2490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd"
2491-
integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==
2492-
dependencies:
2493-
"@types/eslint-visitor-keys" "^1.0.0"
2494-
"@typescript-eslint/experimental-utils" "2.33.0"
2495-
"@typescript-eslint/typescript-estree" "2.33.0"
2496-
eslint-visitor-keys "^1.1.0"
2497-
2498-
"@typescript-eslint/parser@^4.29.3":
2458+
"@typescript-eslint/parser@^4.2.0", "@typescript-eslint/parser@^4.29.3":
24992459
version "4.33.0"
25002460
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
25012461
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
@@ -2518,19 +2478,6 @@
25182478
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
25192479
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
25202480

2521-
"@typescript-eslint/[email protected]":
2522-
version "2.33.0"
2523-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
2524-
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
2525-
dependencies:
2526-
debug "^4.1.1"
2527-
eslint-visitor-keys "^1.1.0"
2528-
glob "^7.1.6"
2529-
is-glob "^4.0.1"
2530-
lodash "^4.17.15"
2531-
semver "^7.3.2"
2532-
tsutils "^3.17.1"
2533-
25342481
"@typescript-eslint/[email protected]":
25352482
version "4.33.0"
25362483
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -12828,7 +12775,7 @@ regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1:
1282812775
define-properties "^1.2.0"
1282912776
set-function-name "^2.0.0"
1283012777

12831-
regexpp@^3.0.0, regexpp@^3.1.0:
12778+
regexpp@^3.1.0:
1283212779
version "3.1.0"
1283312780
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1283412781
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -13295,7 +13242,7 @@ semver@^6.3.1:
1329513242
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1329613243
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1329713244

13298-
semver@^7.2.1, semver@^7.3.2:
13245+
semver@^7.2.1:
1329913246
version "7.3.2"
1330013247
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1330113248
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
@@ -14604,13 +14551,6 @@ tslib@~2.3.0:
1460414551
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1460514552
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1460614553

14607-
tsutils@^3.17.1:
14608-
version "3.17.1"
14609-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
14610-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
14611-
dependencies:
14612-
tslib "^1.8.1"
14613-
1461414554
tsutils@^3.21.0:
1461514555
version "3.21.0"
1461614556
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)