Skip to content

Commit 43a66c2

Browse files
fix(frontend): pin dependencies
1 parent d15b520 commit 43a66c2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

www/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@nivo/line": "0.80.0",
4141
"@octokit/core": "3.6.0",
4242
"@pluralsh/design-system": "1.290.2",
43-
"@testing-library/react": "^13.4.0",
43+
"@testing-library/react": "13.4.0",
4444
"@types/styled-components": "5.1.26",
4545
"apollo-absinthe-upload-link": "1.7.0",
4646
"browserify-zlib": "0.2.0",
@@ -127,7 +127,7 @@
127127
"@pluralsh/eslint-config-typescript": "2.4.2",
128128
"@pluralsh/stylelint-config": "1.0.1",
129129
"@types/events": "3.0.0",
130-
"@types/jsdom": "^20",
130+
"@types/jsdom": "20.0.1",
131131
"@types/randomcolor": "0.5.6",
132132
"@types/react": "18.0.25",
133133
"@types/react-dom": "18.0.9",
@@ -141,7 +141,7 @@
141141
"eslint-config-pluralsh": "3.1.0",
142142
"eslint-plugin-import": "2.26.0",
143143
"eslint-plugin-import-newlines": "1.2.3",
144-
"jsdom": "^20.0.2",
144+
"jsdom": "20.0.2",
145145
"postcss-import": "8.2.0",
146146
"serve": "14.1.1",
147147
"source-map-explorer": "2.5.3",

www/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,7 +4324,7 @@ __metadata:
43244324
languageName: node
43254325
linkType: hard
43264326

4327-
"@testing-library/react@npm:^13.4.0":
4327+
"@testing-library/react@npm:13.4.0":
43284328
version: 13.4.0
43294329
resolution: "@testing-library/react@npm:13.4.0"
43304330
dependencies:
@@ -4459,7 +4459,7 @@ __metadata:
44594459
languageName: node
44604460
linkType: hard
44614461

4462-
"@types/jsdom@npm:^20":
4462+
"@types/jsdom@npm:20.0.1":
44634463
version: 20.0.1
44644464
resolution: "@types/jsdom@npm:20.0.1"
44654465
dependencies:
@@ -11293,7 +11293,7 @@ __metadata:
1129311293
languageName: node
1129411294
linkType: hard
1129511295

11296-
"jsdom@npm:^20.0.2":
11296+
"jsdom@npm:20.0.2":
1129711297
version: 20.0.2
1129811298
resolution: "jsdom@npm:20.0.2"
1129911299
dependencies:
@@ -17929,9 +17929,9 @@ __metadata:
1792917929
"@pluralsh/design-system": 1.290.2
1793017930
"@pluralsh/eslint-config-typescript": 2.4.2
1793117931
"@pluralsh/stylelint-config": 1.0.1
17932-
"@testing-library/react": ^13.4.0
17932+
"@testing-library/react": 13.4.0
1793317933
"@types/events": 3.0.0
17934-
"@types/jsdom": ^20
17934+
"@types/jsdom": 20.0.1
1793517935
"@types/randomcolor": 0.5.6
1793617936
"@types/react": 18.0.25
1793717937
"@types/react-dom": 18.0.9
@@ -17964,7 +17964,7 @@ __metadata:
1796417964
honorable-recipe-mp: 0.3.0
1796517965
honorable-theme-default: 0.66.0
1796617966
js-yaml: 4.1.0
17967-
jsdom: ^20.0.2
17967+
jsdom: 20.0.2
1796817968
lodash: 4.17.21
1796917969
memoize-one: 6.0.0
1797017970
moment: 2.29.4

0 commit comments

Comments
 (0)