Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c31f594

Browse files
committed
Merge branch 'main' into bryphe/experiment/nextjs-to-webpack
2 parents 861592a + bf1f858 commit c31f594

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@storybook/addon-essentials": "6.4.19",
3131
"@storybook/addon-links": "6.4.19",
3232
"@storybook/react": "6.4.19",
33-
"@testing-library/react": "12.1.3",
33+
"@testing-library/react": "12.1.4",
3434
"@types/express": "4.17.13",
3535
"@types/jest": "27.4.1",
3636
"@types/node": "14.18.12",
@@ -67,7 +67,7 @@
6767
"sql-formatter": "4.0.2",
6868
"swr": "1.2.2",
6969
"ts-jest": "27.1.3",
70-
"ts-loader": "9.2.7",
70+
"ts-loader": "9.2.8",
7171
"ts-node": "10.7.0",
7272
"typescript": "4.6.2",
7373
"webpack": "5.65.0",

site/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2709,10 +2709,10 @@
27092709
lz-string "^1.4.4"
27102710
pretty-format "^27.0.2"
27112711

2712-
"@testing-library/[email protected].3":
2713-
version "12.1.3"
2714-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
2715-
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
2712+
"@testing-library/[email protected].4":
2713+
version "12.1.4"
2714+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
2715+
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
27162716
dependencies:
27172717
"@babel/runtime" "^7.12.5"
27182718
"@testing-library/dom" "^8.0.0"
@@ -12600,10 +12600,10 @@ [email protected]:
1260012600
semver "7.x"
1260112601
yargs-parser "20.x"
1260212602

12603-
12604-
version "9.2.7"
12605-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.7.tgz#948654099ca96992b62ec47bd9cee5632006e101"
12606-
integrity sha512-Fxh44mKli9QezgbdCXkEJWxnedQ0ead7DXTH+lfXEPedu+Y9EtMJ2aQ9G3Dj1j7Q612E8931rww8NDZha4Tibg==
12603+
12604+
version "9.2.8"
12605+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.8.tgz#e89aa32fa829c5cad0a1d023d6b3adecd51d5a48"
12606+
integrity sha512-gxSak7IHUuRtwKf3FIPSW1VpZcqF9+MBrHOvBp9cjHh+525SjtCIJKVGjRKIAfxBwDGDGCFF00rTfzB1quxdSw==
1260712607
dependencies:
1260812608
chalk "^4.1.0"
1260912609
enhanced-resolve "^5.0.0"

0 commit comments

Comments
 (0)