Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Aug 6, 2024
1 parent 5dd3d7b commit f81d242
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"url": "https://gitee.com/snowtafir/yuki-plugin"
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.3",
"chokidar": "^3.6.0",
"jsdom": "^24.1.0",
"md5": "^2.3.0",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"puppeteer": "^22.14.0",
"qrcode": "^1.5.3",
"puppeteer": "^22.15.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-puppeteer": "1.0.0-rc.7",
"redis": "^4.6.13",
"react-puppeteer": "1.0.1",
"redis": "^4.7.0",
"yaml": "^2.5.0",
"json5": "^2.2.3"
},
Expand All @@ -37,32 +37,32 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.3",
"@types/rollup-plugin-auto-external": "^2.0.5",
"@types/jsdom": "^21.1.7",
"@types/md5": "^2.3.5",
"@types/node": "^20.8.5",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rollup-plugin-auto-external": "^2.0.5",
"@types/yaml": "1.9.7",
"axios": "^1.7.2",
"axios": "^1.7.3",
"chokidar": "^3.6.0",
"jsdom": "^24.1.0",
"md5": "^2.3.0",
"node-fetch": "^3.3.2",
"puppeteer": "^22.14.0",
"qrcode": "^1.5.3",
"puppeteer": "^22.15.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-puppeteer": "1.0.0-rc.7",
"redis": "^4.6.13",
"rollup": "^4.16.4",
"react-puppeteer": "1.0.1",
"redis": "^4.7.0",
"rollup": "^4.20.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.4.5",
"json5": "^2.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import commonjs from '@rollup/plugin-commonjs';
import replace from '@rollup/plugin-replace';
import copy from 'rollup-plugin-copy';
import json from '@rollup/plugin-json';
//import { terser } from 'rollup-plugin-terser';
//import terser from '@rollup/plugin-terser';
import path from 'path';
import { fileURLToPath } from 'url';

Expand Down

0 comments on commit f81d242

Please sign in to comment.