Skip to content

Commit

Permalink
chore: quick script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 1, 2023
1 parent f22be73 commit e6e37cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.10.0",
"version": "7.0.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand All @@ -19,11 +19,11 @@
],
"license": "MIT",
"dependencies": {
"bson": "^4.7.0",
"bson": "^5.0.1",
"kareem": "2.5.1",
"mongodb": "4.14.0",
"mongodb": "5.1.0",
"mpath": "0.9.0",
"mquery": "4.0.3",
"mquery": "5.0.0",
"ms": "2.1.3",
"sift": "16.0.1"
},
Expand All @@ -39,11 +39,11 @@
"axios": "1.1.3",
"babel-loader": "8.2.5",
"benchmark": "2.1.4",
"bluebird": "3.7.2",
"broken-link-checker": "^0.7.8",
"buffer": "^5.6.0",
"cheerio": "1.0.0-rc.12",
"crypto-browserify": "3.12.0",
"dotenv": "16.0.3",
"dox": "1.0.0",
"eslint": "8.33.0",
"eslint-plugin-mocha-no-only": "1.1.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
"docs:clean:stable": "rimraf index.html && rimraf -rf ./docs/*.html && rimraf -rf ./docs/api && rimraf -rf ./docs/tutorials/*.html && rimraf -rf ./docs/typescript/*.html && rimraf -rf ./docs/*.html && rimraf -rf ./docs/source/_docs && rimraf -rf ./tmp",
"docs:clean:5x": "rimraf index.html && rimraf -rf ./docs/5.x && rimraf -rf ./docs/source/_docs && rimraf -rf ./tmp",
"docs:clean:6x": "rimraf index.html && rimraf -rf ./docs/6.x && rimraf -rf ./docs/source/_docs && rimraf -rf ./tmp",
"docs:copy:tmp": "cp -r ./docs ./tmp",
"docs:copy:tmp": "mkdirp ./tmp/docs/css && mkdirp ./tmp/docs/js && mkdirp ./tmp/docs/images && mkdirp ./tmp/docs/tutorials && mkdirp ./tmp/docs/typescript && ncp ./docs/css ./tmp/docs/css --filter=.css$ && ncp ./docs/js ./tmp/docs/js --filter=.js$ && ncp ./docs/images ./tmp/docs/images && ncp ./docs/tutorials ./tmp/docs/tutorials && ncp ./docs/typescript ./tmp/docs/typescript && cp index.html ./tmp && cp docs/*.html ./tmp/docs/",
"docs:copy:tmp:5x": "rimraf ./docs/5.x && ncp ./tmp ./docs/5.x",
"docs:copy:tmp:6x": "rimraf ./docs/6.x && ncp ./tmp ./docs/6.x",
"docs:checkout:gh-pages": "git checkout gh-pages",
Expand Down Expand Up @@ -111,7 +111,7 @@
"main": "./index.js",
"types": "./types/index.d.ts",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"bugs": {
"url": "https://github.com/Automattic/mongoose/issues/new"
Expand Down

0 comments on commit e6e37cb

Please sign in to comment.