chore: upgrade npm dependencies (#23)

This commit is contained in:
LongYinan 2022-08-23 12:26:05 +08:00 committed by GitHub
parent d3cde1c0e2
commit 07ef7de95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 741 additions and 725 deletions

View File

@ -12,14 +12,14 @@
"website"
],
"devDependencies": {
"@napi-rs/cli": "^2.10.3",
"@napi-rs/cli": "^2.11.4",
"@taplo/cli": "^0.4.2",
"@types/node": "^18.6.3",
"@types/sharp": "^0.30.4",
"@types/node": "^18.7.11",
"@types/sharp": "^0.30.5",
"ava": "^4.3.1",
"blurhash": "^1.1.5",
"chalk": "^5.0.1",
"lerna": "^5.3.0",
"lerna": "^5.4.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rxjs": "^7.5.6",

View File

@ -61,6 +61,6 @@
},
"repository": "git@github.com:Brooooooklyn/Image.git",
"devDependencies": {
"@napi-rs/cli": "^2.9.0"
"@napi-rs/cli": "^2.11.4"
}
}

View File

@ -4,17 +4,17 @@
"version": "0.0.0",
"type": "module",
"dependencies": {
"@napi-rs/canvas": "^0.1.21",
"@napi-rs/image": "^1.2.0",
"@napi-rs/canvas": "^0.1.28",
"@napi-rs/image": "^1.3.0",
"chalk": "^5.0.1",
"markdown-to-jsx": "^7.1.7",
"next": "canary",
"nextra": "2.0.0-alpha.49",
"nextra-theme-docs": "2.0.0-alpha.50",
"node-fetch": "^3.2.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sharp": "^0.30.4"
"node-fetch": "^3.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.30.7"
},
"scripts": {
"build": "node generate-img.js && next build",

View File

@ -31,7 +31,7 @@ See [index.d.ts](https://github.com/Brooooooklyn/Image/blob/main/packages/bindin
## Support matrix
| | node10 | node12 | node14 | node16 | node17 |
| | node10 | node12 | node14 | node16 | node18 |
| --------------------- | ------ | ------ | ------ | ------ | ------ |
| Windows x64 | ✓ | ✓ | ✓ | ✓ | ✓ |
| Windows x32 | ✓ | ✓ | ✓ | ✓ | ✓ |

1442
yarn.lock

File diff suppressed because it is too large Load Diff