Skip to content

Commit

Permalink
[add] Intl Segmenter polyfill (toeverything/intl-segmenter-polyfill-r…
Browse files Browse the repository at this point in the history
…s#18)

[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Jan 11, 2024
1 parent 7e31051 commit db5494c
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 184 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-polyfill",
"version": "0.6.5",
"version": "0.6.6",
"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 @@ -27,18 +27,18 @@
"dependencies": {
"@tech_query/node-toolkit": "^1.2.1",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"koapache": "^2.2.2",
"marked": "^10.0.0"
"marked": "^11.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.18.9",
"@types/node": "^18.19.6",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"tsx": "^4.1.3",
"typescript": "~5.2.2"
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"tsx": "^4.7.0",
"typescript": "~5.3.3"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit db5494c

Please sign in to comment.