Skip to content

Commit

Permalink
feat(deps): add engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Sep 20, 2023
1 parent 9a7a076 commit caf9178
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
4 changes: 3 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"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",
"core-js": "~2.6.11",
"element-ui": "^2.13.0",
"fs-extra": "^8.1.0",
"lodash-id": "^0.14.0",
Expand Down

0 comments on commit caf9178

Please sign in to comment.