Compare commits
12 Commits
a9ef0f2081
...
main
Author | SHA1 | Date | |
---|---|---|---|
ffa7ed8307 | |||
|
2b662317c2 | ||
|
0441ad43ec | ||
|
86b8acd128 | ||
|
83b22ec1d1 | ||
|
f5eb912cf8 | ||
|
f2e6f6c854 | ||
|
1e73b64e9b | ||
|
c2a926b207 | ||
|
bce251b1de | ||
|
9ad2431021 | ||
|
0445e7d062 |
@ -3,8 +3,7 @@ type: docker
|
|||||||
name: ci
|
name: ci
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: d.ctdn.net/node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm config set registry https://r.ctdn.net
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
10
package.json
10
package.json
@ -23,16 +23,16 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
||||||
"@typescript-eslint/parser": "^4.30.0",
|
"@typescript-eslint/parser": "^4.30.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.15.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-jsdoc": "^36.0.8",
|
"eslint-plugin-jsdoc": "^39.2.9",
|
||||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||||
"husky": "^7.0.2",
|
"husky": "^8.0.1",
|
||||||
"lint-staged": "^11.1.2",
|
"lint-staged": "^12.4.1",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.3.2",
|
||||||
"ts-node-dev": "^1.1.8",
|
"ts-node-dev": "^1.1.8",
|
||||||
"typescript": "^4.4.2",
|
"typescript": "^4.4.2",
|
||||||
"@types/node": "^16.9.1"
|
"@types/node": "^17.0.33"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*": "prettier --write --ignore-unknown"
|
"**/*": "prettier --write --ignore-unknown"
|
||||||
|
Loading…
Reference in New Issue
Block a user