Skip to content

Commit 986305e

Browse files
committed
remove package.json changes
1 parent b55f0e8 commit 986305e

File tree

26 files changed

+82
-83
lines changed

26 files changed

+82
-83
lines changed

configs/eslint-config-mongosh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-mongosh",
3-
"version": "1.0.2",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Shared Mongosh eslint configuration",
66
"license": "SSPL",

configs/tsconfig-mongosh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/tsconfig-mongosh",
3-
"version": "1.0.2",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Shared Mongosh Typescript configuration",
66
"license": "SSPL",

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/arg-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@mongodb-js/devtools-connect": "^3.3.4",
44-
"@mongodb-js/eslint-config-mongosh": "^1.0.2",
44+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4545
"@mongodb-js/prettier-config-devtools": "^1.0.1",
46-
"@mongodb-js/tsconfig-mongosh": "^1.0.2",
46+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4747
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
4949
"mongodb": "^6.12.0",

packages/async-rewriter2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"@babel/types": "^7.22.5"
4848
},
4949
"devDependencies": {
50-
"@mongodb-js/eslint-config-mongosh": "^1.0.2",
50+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
5151
"@mongodb-js/prettier-config-devtools": "^1.0.1",
52-
"@mongodb-js/tsconfig-mongosh": "^1.0.2",
52+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
5353
"@types/babel__core": "^7.20.1",
5454
"depcheck": "^1.4.7",
5555
"eslint": "^7.25.0",

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"unitTestsOnly": true
3535
},
3636
"devDependencies": {
37-
"@mongodb-js/eslint-config-mongosh": "^1.0.2",
37+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
3838
"@mongodb-js/prettier-config-devtools": "^1.0.1",
39-
"@mongodb-js/tsconfig-mongosh": "^1.0.2",
39+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4040
"depcheck": "^1.4.7",
4141
"eslint": "^7.25.0",
4242
"mocha": "^10.2.0",

packages/browser-repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"mongodb": "^6.12.0",
7474
"@mongodb-js/compass-components": "*",
7575
"@mongodb-js/compass-editor": "*",
76-
"@mongodb-js/eslint-config-mongosh": "^1.0.2",
76+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
7777
"@mongodb-js/prettier-config-devtools": "^1.0.1",
78-
"@mongodb-js/tsconfig-mongosh": "^1.0.2",
78+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
7979
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
8080
"@testing-library/dom": "^8.20.1",
8181
"@testing-library/react": "^12.1.5",

packages/browser-runtime-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"unitTestsOnly": true
3939
},
4040
"devDependencies": {
41-
"@mongodb-js/eslint-config-mongosh": "^1.0.2",
41+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4444
"@mongosh/types": "3.0.0",

packages/browser-runtime-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"unitTestsOnly": true
3939
},
4040
"devDependencies": {
41-
"@mongodb-js/eslint-config-mongosh": "^1.0.2",
41+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4444
"@mongosh/service-provider-node-driver": "3.0.0",

packages/build/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"depcheck": "depcheck",
2626
"evergreen-release": "ts-node -r ../../scripts/import-expansions.js src/index.ts",
2727
"release": "ts-node src/index.ts trigger-release",
28-
"bump": "ts-node src/index.ts bump",
2928
"prettier": "prettier",
3029
"bump": "ts-node src/index.ts bump",
3130
"publish": "ts-node src/index.ts publish",
@@ -46,7 +45,7 @@
4645
"devDependencies": {
4746
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4847
"@mongodb-js/prettier-config-devtools": "^1.0.1",
49-
"@mongodb-js/tsconfig-mongosh": "^1.0.2",
48+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
5049
"@types/command-exists": "^1.2.0",
5150
"@types/cross-spawn": "^6.0.6",
5251
"@types/download": "^8.0.1",

0 commit comments

Comments
 (0)