Skip to content

Commit

Permalink
✅ test: update yarnlock
Browse files Browse the repository at this point in the history
  • Loading branch information
莫伟杰 committed Aug 30, 2024
1 parent c15ed6e commit 2dc6d9b
Show file tree
Hide file tree
Showing 5 changed files with 1,567 additions and 1,116 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vsx-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16
# support pnpm yarn npm or ''
cache: yarn
registry-url: "https://registry.npmmirror.com"
Expand All @@ -34,7 +34,7 @@ jobs:
# - name: Install dependencies
# run: pnpm install
- name: Install dependencies
run: yarn config set strict-ssl false && yarn
run: yarn
# 使用@/vscode/vsce 会预先执行vscode:prepublish
# https://github.com/HaaLeo/publish-vscode-extension
- name: Build and publish vscode vsx
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enable-pre-post-scripts=true
registry=https://registry.npmmirror.com/
3 changes: 2 additions & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--ignore-engines true
--ignore-engines true
registry https://registry.npmmirror.com/
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"publisher": "weekit",
"version": "0.1.7",
"engines": {
"vscode": "^1.59.0"
"vscode": "1.59.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -81,33 +81,33 @@
]
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/core": "^13.1.0",
"@types/glob": "^7.1.3",
"@types/js-yaml": "^4.0.2",
"@types/lodash": "^4.14.172",
"@types/mocha": "^8.2.2",
"@types/node": "14.x",
"@types/vscode": "^1.59.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"auto-changelog": "^2.3.0",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.2",
"commitlint-config-gitmoji": "^2.2.5",
"cz-customizable": "^6.3.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"@commitlint/cli": "13.1.0",
"@commitlint/core": "13.1.0",
"@types/glob": "7.1.3",
"@types/js-yaml": "4.0.2",
"@types/lodash": "4.14.172",
"@types/mocha": "8.2.2",
"@types/node": "14.14.31",
"@types/vscode": "1.59.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"auto-changelog": "2.3.0",
"commitizen": "4.2.4",
"commitlint-config-cz": "0.13.2",
"commitlint-config-gitmoji": "2.2.5",
"cz-customizable": "6.3.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "4.3.7",
"lint-staged": "10.5.2",
"prettier": "^2.3.2",
"typescript": "^4.3.2"
"prettier": "2.3.2",
"typescript": "4.3.2"
},
"dependencies": {
"chokidar": "^3.5.2",
"glob": "^7.1.7",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
"chokidar": "3.5.2",
"glob": "7.1.7",
"js-yaml": "4.1.0",
"lodash": "4.17.21"
}
}
Loading

0 comments on commit 2dc6d9b

Please sign in to comment.