Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
chore: bump dependencies version
Browse files Browse the repository at this point in the history
chore: update eslint to v8
chore: update node to v16
  • Loading branch information
lgou2w committed Jan 15, 2022
1 parent 67e684c commit e589b67
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
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
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "lgou2w <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"clean": "rimraf dist",
Expand All @@ -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"
}
}
Loading

0 comments on commit e589b67

Please sign in to comment.