This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update eslint to v8 chore: update node to v16
- Loading branch information
Showing
4 changed files
with
401 additions
and
609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:14-alpine | ||
FROM node:16-alpine | ||
MAINTAINER lgou2w <[email protected]> | ||
|
||
RUN apk add --no-cache curl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"author": "lgou2w <[email protected]>", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
|
@@ -17,25 +17,25 @@ | |
"lint:fix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore ." | ||
}, | ||
"dependencies": { | ||
"@l2studio/picacomic-api": "^0.1.6", | ||
"@l2studio/picacomic-api": "^0.1.8", | ||
"cross-env": "^7.0.3", | ||
"debug": "^4.3.2", | ||
"dotenv": "^10.0.0", | ||
"mongoose": "^6.0.5", | ||
"debug": "^4.3.3", | ||
"dotenv": "^12.0.1", | ||
"mongoose": "^6.1.6", | ||
"node-cron": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.17.14", | ||
"@types/node-cron": "^2.0.4", | ||
"@typescript-eslint/eslint-plugin": "^4.31.0", | ||
"@typescript-eslint/parser": "^4.31.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"@types/node": "^16", | ||
"@types/node-cron": "^3.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.9.1", | ||
"@typescript-eslint/parser": "^5.9.1", | ||
"eslint": "^8.6.0", | ||
"eslint-config-standard": "^17.0.0-0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-n": "^14.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4" | ||
} | ||
} |
Oops, something went wrong.