Skip to content

Commit

Permalink
fix: 🐛 Fixed package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Mar 13, 2022
1 parent 7e9b28b commit 3dbbe1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@gatsbyjs/webpack-hot-middleware": "^2.25.2",
"@ima/error-overlay": "^17.10.0",
"@ima/hmr-client": "^17.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@swc/core": "^1.2.154",
"@types/webpack": "^5.28.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/hmr-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"url": "https://github.com/seznam/ima.git",
"directory": "packages/hmr-client"
},
"dependencies": {
"@ima/dev-utils": "^17.10.0"
},
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/benchmark/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NPM_LOCAL_REGISTRY_URL="http://${NPM_LOCAL_REGISTRY_URL_NO_PROTOCOL}/"
ROOT_DIR=`pwd`
CREATE_IMA_APP_DIR="$ROOT_DIR/packages/create-ima-app"
PACKAGE_VERSION=`node -e "console.log(require('./lerna.json').version)"`-next
PACKAGES="cli core error-overlay helpers hmr-client server"
PACKAGES="cli core dev-utils error-overlay helpers hmr-client server"

# Setup local registry
node_modules/.bin/verdaccio -l "$NPM_LOCAL_REGISTRY_URL_NO_PROTOCOL" -c utils/benchmark/verdaccio_config.yml >/dev/null &
Expand Down

0 comments on commit 3dbbe1f

Please sign in to comment.