Skip to content

Commit

Permalink
chore: update versions in private packages when publishing -next (#…
Browse files Browse the repository at this point in the history
…5521)

chore: update versions in private packages when publishing -next
  • Loading branch information
gribnoysup authored Feb 29, 2024
1 parent aabc5be commit c869fc7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"where": "monorepo-where",
"create-workspace": "node ./scripts/create-workspace.js",
"update-evergreen-config": "node .evergreen/template-yml.js",
"version-packages-next": "npx lerna version \"0.0.0-next-$(git rev-parse HEAD)\" --exact --no-private --no-git-tag-version --force-publish --no-push --yes",
"version-packages-next": "npx lerna version \"0.0.0-next-$(git rev-parse HEAD)\" --exact --private --no-git-tag-version --force-publish --no-push --yes",
"publish-packages-next": "npx lerna publish from-package --no-private --dist-tag next --pre-dist-tag next --yes",
"prepare": "husky install",
"snyk-test": "node scripts/snyk-test.js",
Expand Down
11 changes: 6 additions & 5 deletions packages/compass-preferences-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,29 @@
"test-ci": "npm run test",
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"peerDependencies": {
"react": "^17.0.2"
},
"dependencies": {
"@mongodb-js/compass-logging": "^1.2.14",
"@mongodb-js/compass-user-data": "^0.1.17",
"bson": "^6.3.0",
"hadron-ipc": "^3.2.12",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"yargs-parser": "^21.1.1",
"zod": "^3.22.3"
},
"devDependencies": {
"@mongodb-js/compass-user-data": "^0.1.17",
"@mongodb-js/eslint-config-compass": "^1.0.17",
"@mongodb-js/mocha-config-compass": "^1.3.7",
"@mongodb-js/eslint-config-compass": "^1.0.16",
"@mongodb-js/mocha-config-compass": "^1.3.6",
"@testing-library/react": "^12.1.4",
"@types/js-yaml": "^4.0.5",
"@types/yargs-parser": "21.0.0",
"chai": "^4.3.6",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"hadron-ipc": "^3.2.12",
"mocha": "^10.2.0",
"react": "^17.0.2",
"sinon": "^9.2.3"
}
}

0 comments on commit c869fc7

Please sign in to comment.