Skip to content

Commit d1b6f07

Browse files
committed
keep 2.2.5 to avoid the setup issue
1 parent 2db7025 commit d1b6f07

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@opentrons/step-generation": "link:../step-generation",
3131
"@thi.ng/paths": "1.6.5",
3232
"@types/uuid": "^3.4.7",
33-
"classnames": "2.5.1",
33+
"classnames": "2.2.5",
3434
"connected-react-router": "6.9.3",
3535
"core-js": "3.2.1",
3636
"date-fns": "2.25.0",
@@ -69,6 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@tanstack/react-query-devtools": "5.59.16",
72+
"@types/classnames": "2.2.5",
7273
"@types/file-saver": "2.0.1",
7374
"@types/jszip": "3.1.7",
7475
"@types/mixpanel-browser": "^2.35.6",

components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"@popperjs/core": "2.1.1",
2828
"@react-spring/types": "9.6.1",
2929
"@react-spring/web": "9.6.1",
30+
"@types/classnames": "2.2.5",
3031
"@types/lodash": "^4.14.191",
3132
"@types/styled-components": "^5.1.26",
3233
"@types/webpack-env": "^1.16.0",
33-
"classnames": "2.5.1",
34+
"classnames": "2.2.5",
3435
"interactjs": "^1.10.27",
3536
"i18next": "^19.8.3",
3637
"lodash": "4.17.21",

yarn.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,6 +3786,7 @@
37863786
"@opentrons/step-generation" "link:step-generation"
37873787
"@thi.ng/paths" "1.6.5"
37883788
"@types/uuid" "^3.4.7"
3789+
classnames "2.2.5"
37893790
connected-react-router "6.9.3"
37903791
core-js "3.2.1"
37913792
date-fns "2.25.0"
@@ -9073,11 +9074,6 @@ clone@^1.0.2:
90739074
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
90749075
integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
90759076

9076-
9077-
version "2.1.1"
9078-
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
9079-
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
9080-
90819077
coa@^2.0.2:
90829078
version "2.0.2"
90839079
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"

0 commit comments

Comments
 (0)