Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.6",
"version": "1.4.7",
"description": "Shared Compass eslint configuration",
"license": "SSPL",
"main": "index.js",
Expand All @@ -17,7 +17,7 @@
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.14.3",
"@mongodb-js/eslint-config-devtools": "^0.9.9",
"@mongodb-js/eslint-plugin-compass": "^1.2.13",
"@mongodb-js/eslint-plugin-compass": "^1.2.14",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.13",
"version": "1.2.14",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
Expand Down
4 changes: 2 additions & 2 deletions configs/testing-library-compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "1.3.9",
"version": "1.3.10",
"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.4.6",
"@mongodb-js/eslint-config-compass": "^1.4.7",
"@mongodb-js/mocha-config-compass": "^1.7.0",
"@mongodb-js/prettier-config-compass": "^1.2.8",
"@mongodb-js/tsconfig-compass": "^1.2.9",
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.9.5",
"version": "1.10.0",
"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.4.6",
"@mongodb-js/eslint-config-compass": "^1.4.7",
"@mongodb-js/prettier-config-compass": "^1.2.8",
"@mongodb-js/tsconfig-compass": "^1.2.9",
"@types/cli-progress": "^3.9.2",
Expand Down
Loading
Loading