Skip to content

Commit

Permalink
chore(release): bump package versions (#5522)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
svc-devtoolsbot and github-actions[bot] authored Feb 29, 2024
1 parent 2cb2be7 commit aabc5be
Show file tree
Hide file tree
Showing 61 changed files with 1,918 additions and 1,918 deletions.
4 changes: 2 additions & 2 deletions configs/eslint-config-compass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongodb-js/eslint-config-compass",
"version": "1.0.16",
"version": "1.0.17",
"description": "Shared Compass eslint configuration",
"license": "SSPL",
"main": "index.js",
Expand All @@ -16,7 +16,7 @@
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.14.3",
"@mongodb-js/eslint-config-devtools": "^0.9.9",
"@mongodb-js/eslint-plugin-compass": "^1.0.14",
"@mongodb-js/eslint-plugin-compass": "^1.0.15",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint-plugin-compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "1.0.14",
"version": "1.0.15",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand All @@ -37,7 +37,7 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"devDependencies": {
"@mongodb-js/mocha-config-compass": "^1.3.6",
"@mongodb-js/mocha-config-compass": "^1.3.7",
"@mongodb-js/prettier-config-compass": "^1.0.1",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/mocha-config-compass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongodb-js/mocha-config-compass",
"version": "1.3.6",
"version": "1.3.7",
"description": "Shared mocha mocha configuration for Compass packages",
"license": "SSPL",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions configs/webpack-config-compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down Expand Up @@ -45,7 +45,7 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "^1.0.16",
"@mongodb-js/eslint-config-compass": "^1.0.17",
"@mongodb-js/prettier-config-compass": "^1.0.1",
"@mongodb-js/tsconfig-compass": "^1.0.3",
"@types/cli-progress": "^3.9.2",
Expand Down
Loading

0 comments on commit aabc5be

Please sign in to comment.