Skip to content

Commit 834af82

Browse files
committed
chore: fix FF not initialized error
1 parent 1a8ed12 commit 834af82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"packages/*"
7070
],
7171
"devDependencies": {
72-
"@aws-amplify/amplify-cli-core": "^4.0.6",
72+
"@aws-amplify/amplify-cli-core": "^4.0.4",
7373
"@commitlint/cli": "^17.0.3",
7474
"@commitlint/config-conventional": "^17.0.3",
7575
"@commitlint/config-lerna-scopes": "^17.0.2",
@@ -113,6 +113,7 @@
113113
"execa": "^5.1.1"
114114
},
115115
"resolutions": {
116+
"@aws-amplify/amplify-cli-core": "4.0.4",
116117
"minimist": "^1.2.6",
117118
"lodash": "^4.17.21",
118119
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)