Skip to content

Commit 709cad4

Browse files
author
James Fuqian
committed
cleanup dependencies.
1 parent 8505ff1 commit 709cad4

3 files changed

Lines changed: 40 additions & 48 deletions

File tree

client/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,10 @@
55
"proxy": "http://localhost:3001",
66
"dependencies": {
77
"@cmsgov/design-system": "^2.7.3",
8-
"@testing-library/jest-dom": "^5.11.4",
9-
"@testing-library/react": "^11.1.0",
10-
"@testing-library/user-event": "^12.1.10",
11-
"@types/jest": "^26.0.15",
128
"@types/node": "^12.0.0",
139
"@types/react": "^17.0.0",
1410
"@types/react-dom": "^17.0.0",
15-
"@typescript-eslint/eslint-plugin": "^5.9.0",
16-
"@typescript-eslint/parser": "^5.9.0",
1711
"axios": "^0.21.2",
18-
"eslint": "^7.25.0",
19-
"eslint-config-react-app": "^7.0.0",
20-
"eslint-plugin-react": "^7.28.0",
2112
"http-proxy-middleware": "^1.3.1",
2213
"react": "^17.0.2",
2314
"react-dom": "^17.0.2",
@@ -54,6 +45,14 @@
5445
]
5546
},
5647
"devDependencies": {
57-
"@types/react-router-dom": "^5.1.7"
48+
"@testing-library/jest-dom": "^5.16.2",
49+
"@testing-library/react": "^12.1.3",
50+
"@testing-library/user-event": "^13.5.0",
51+
"@types/jest": "^27.4.0",
52+
"@types/react-router-dom": "^5.1.7",
53+
"@typescript-eslint/eslint-plugin": "^5.12.0",
54+
"@typescript-eslint/parser": "^5.12.0",
55+
"eslint-config-react-app": "^7.0.0",
56+
"eslint-plugin-react": "^7.28.0"
5857
}
5958
}

client/yarn.lock

Lines changed: 27 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,21 +1615,21 @@
16151615
"@svgr/plugin-svgo" "^5.5.0"
16161616
loader-utils "^2.0.0"
16171617

1618-
"@testing-library/dom@^7.28.1":
1619-
version "7.31.2"
1620-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a"
1621-
integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==
1618+
"@testing-library/dom@^8.0.0":
1619+
version "8.11.3"
1620+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.3.tgz#38fd63cbfe14557021e88982d931e33fb7c1a808"
1621+
integrity sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==
16221622
dependencies:
16231623
"@babel/code-frame" "^7.10.4"
16241624
"@babel/runtime" "^7.12.5"
16251625
"@types/aria-query" "^4.2.0"
1626-
aria-query "^4.2.2"
1626+
aria-query "^5.0.0"
16271627
chalk "^4.1.0"
1628-
dom-accessibility-api "^0.5.6"
1628+
dom-accessibility-api "^0.5.9"
16291629
lz-string "^1.4.4"
1630-
pretty-format "^26.6.2"
1630+
pretty-format "^27.0.2"
16311631

1632-
"@testing-library/jest-dom@^5.11.4":
1632+
"@testing-library/jest-dom@^5.16.2":
16331633
version "5.16.2"
16341634
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz#f329b36b44aa6149cd6ced9adf567f8b6aa1c959"
16351635
integrity sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==
@@ -1644,18 +1644,19 @@
16441644
lodash "^4.17.15"
16451645
redent "^3.0.0"
16461646

1647-
"@testing-library/react@^11.1.0":
1648-
version "11.2.7"
1649-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818"
1650-
integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==
1647+
"@testing-library/react@^12.1.3":
1648+
version "12.1.3"
1649+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
1650+
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
16511651
dependencies:
16521652
"@babel/runtime" "^7.12.5"
1653-
"@testing-library/dom" "^7.28.1"
1653+
"@testing-library/dom" "^8.0.0"
1654+
"@types/react-dom" "*"
16541655

1655-
"@testing-library/user-event@^12.1.10":
1656-
version "12.8.3"
1657-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a"
1658-
integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==
1656+
"@testing-library/user-event@^13.5.0":
1657+
version "13.5.0"
1658+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.5.0.tgz#69d77007f1e124d55314a2b73fd204b333b13295"
1659+
integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==
16591660
dependencies:
16601661
"@babel/runtime" "^7.12.5"
16611662

@@ -1771,22 +1772,14 @@
17711772
dependencies:
17721773
"@types/istanbul-lib-report" "*"
17731774

1774-
"@types/jest@*":
1775+
"@types/jest@*", "@types/jest@^27.4.0":
17751776
version "27.4.0"
17761777
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
17771778
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
17781779
dependencies:
17791780
jest-diff "^27.0.0"
17801781
pretty-format "^27.0.0"
17811782

1782-
"@types/jest@^26.0.15":
1783-
version "26.0.24"
1784-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
1785-
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
1786-
dependencies:
1787-
jest-diff "^26.0.0"
1788-
pretty-format "^26.0.0"
1789-
17901783
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
17911784
version "7.0.9"
17921785
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1837,7 +1830,7 @@
18371830
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
18381831
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
18391832

1840-
"@types/react-dom@^17.0.0", "@types/react-dom@^17.0.10":
1833+
"@types/react-dom@*", "@types/react-dom@^17.0.0", "@types/react-dom@^17.0.10":
18411834
version "17.0.11"
18421835
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
18431836
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
@@ -1958,7 +1951,7 @@
19581951
semver "^7.3.5"
19591952
tsutils "^3.21.0"
19601953

1961-
"@typescript-eslint/eslint-plugin@^5.5.0", "@typescript-eslint/eslint-plugin@^5.9.0":
1954+
"@typescript-eslint/eslint-plugin@^5.12.0", "@typescript-eslint/eslint-plugin@^5.5.0":
19621955
version "5.12.0"
19631956
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70"
19641957
integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==
@@ -2013,7 +2006,7 @@
20132006
"@typescript-eslint/typescript-estree" "4.33.0"
20142007
debug "^4.3.1"
20152008

2016-
"@typescript-eslint/parser@^5.5.0", "@typescript-eslint/parser@^5.9.0":
2009+
"@typescript-eslint/parser@^5.12.0", "@typescript-eslint/parser@^5.5.0":
20172010
version "5.12.0"
20182011
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434"
20192012
integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==
@@ -4273,7 +4266,7 @@ doctrine@^3.0.0:
42734266
dependencies:
42744267
esutils "^2.0.2"
42754268

4276-
dom-accessibility-api@^0.5.6:
4269+
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
42774270
version "0.5.11"
42784271
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.11.tgz#79d5846c4f90eba3e617d9031e921de9324f84ed"
42794272
integrity sha512-7X6GvzjYf4yTdRKuCVScV+aA9Fvh5r8WzWrXBH9w82ZWB/eYDMGCnazoC/YAqAzUJWHzLOnZqr46K3iEyUhUvw==
@@ -4822,7 +4815,7 @@ eslint-webpack-plugin@^2.5.2:
48224815
normalize-path "^3.0.0"
48234816
schema-utils "^3.1.1"
48244817

4825-
eslint@^7.11.0, eslint@^7.25.0:
4818+
eslint@^7.11.0:
48264819
version "7.32.0"
48274820
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
48284821
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
@@ -6588,7 +6581,7 @@ jest-config@^26.6.3:
65886581
micromatch "^4.0.2"
65896582
pretty-format "^26.6.2"
65906583

6591-
jest-diff@^26.0.0, jest-diff@^26.6.2:
6584+
jest-diff@^26.6.2:
65926585
version "26.6.2"
65936586
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
65946587
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -9082,7 +9075,7 @@ pretty-error@^2.1.1:
90829075
lodash "^4.17.20"
90839076
renderkid "^2.0.4"
90849077

9085-
pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
9078+
pretty-format@^26.6.0, pretty-format@^26.6.2:
90869079
version "26.6.2"
90879080
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
90889081
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
@@ -9092,7 +9085,7 @@ pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
90929085
ansi-styles "^4.0.0"
90939086
react-is "^17.0.1"
90949087

9095-
pretty-format@^27.0.0, pretty-format@^27.5.1:
9088+
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.5.1:
90969089
version "27.5.1"
90979090
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
90989091
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==

server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
"command-line-args": "^5.1.1",
6666
"cookie-parser": "^1.4.5",
6767
"dotenv": "^8.2.0",
68-
"eslint-config-airbnb": "^19.0.4",
69-
"eslint-config-airbnb-typescript": "^16.1.0",
70-
"eslint-plugin-import": "^2.25.4",
7168
"express": "^4.17.1",
7269
"express-async-errors": "^3.1.1",
7370
"form-data": "^3.0.0",
@@ -98,6 +95,9 @@
9895
"chai": "^4.3.4",
9996
"chai-http": "^4.3.0",
10097
"eslint": "^7.25.0",
98+
"eslint-config-airbnb": "^19.0.4",
99+
"eslint-config-airbnb-typescript": "^16.1.0",
100+
"eslint-plugin-import": "^2.25.4",
101101
"find": "^0.3.0",
102102
"fs-extra": "^9.1.0",
103103
"mocha": "^9.1.3",
@@ -108,4 +108,4 @@
108108
"tsconfig-paths": "^3.9.0",
109109
"typescript": "^4.2.4"
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)