Skip to content

Commit

Permalink
feat(deps): add engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and ysfscream committed Sep 27, 2023
1 parent 67e3cd7 commit 56f5afc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"mqttx": "./bin/index.js"
},
"license": "Apache-2.0",
"engines": {
"node": ">=16"
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "~4.1.2",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"db:diagram": "TS_NODE_PROJECT=tsconfig.commonjs.json ts-node ./node_modules/.bin/typeorm-uml ormconfig.ts -d ./src/database/database.png"
},
"main": "background.js",
"engines": {
"node": ">=16"
},
"dependencies": {
"appdata-path": "^1.0.0",
"axios": "^0.21.2",
Expand Down
3 changes: 3 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@gtm-support/vue2-gtm": "^1.3.0",
"axios": "^0.21.2",
Expand Down

0 comments on commit 56f5afc

Please sign in to comment.