Skip to content

Commit

Permalink
[migrate] replace JSDelivr.net with UnPkg.com to break GFW
Browse files Browse the repository at this point in the history
[optimize] upgrade Node.js, PNPM & other Upstream packages
  • Loading branch information
TechQuery committed Aug 19, 2023
1 parent 1ef9fe3 commit 62ee07e
Show file tree
Hide file tree
Showing 6 changed files with 1,846 additions and 651 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm i --frozen-lockfile
Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-polyfill",
"version": "0.6.3",
"version": "0.6.4",
"license": "AGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "An automatic CDN service for Web polyfills, which is based on TypeScript, Node.js & JSDelivr.",
Expand All @@ -22,23 +22,22 @@
"url": "https://github.com/EasyWebApp/Web-polyfill/issues"
},
"dependencies": {
"@tech_query/node-toolkit": "^1.2.0",
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"koapache": "^2.2.1",
"marked": "^4.1.1",
"node-fetch": "^2.6.7"
"@tech_query/node-toolkit": "^1.2.1",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"koapache": "^2.2.2",
"marked": "^7.0.3",
"node-fetch": "^2.6.13"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/marked": "^4.0.7",
"@types/node": "^16.11.65",
"@types/node-fetch": "^2.6.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.17.6",
"@types/node-fetch": "^2.6.4",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~4.8.4"
"typescript": "~5.1.6"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 62ee07e

Please sign in to comment.