Manually update dependencies (#745)

This commit is contained in:
Peter Dave Hello
2024-07-30 16:47:42 +08:00
committed by GitHub
parent 3cdc13f23a
commit d114ec064f
2 changed files with 2119 additions and 1396 deletions
+2080 -1357
View File
File diff suppressed because it is too large Load Diff
+39 -39
View File
@@ -21,76 +21,76 @@
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@nem035/gpt-3-encoder": "^1.1.7",
"@picocss/pico": "^1.5.9",
"@picocss/pico": "^1.5.13",
"@primer/octicons-react": "^18.3.0",
"buffer": "^6.0.3",
"countries-list": "^2.6.1",
"crypto-browserify": "^3.12.0",
"diff": "^5.1.0",
"diff": "^5.2.0",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.2.0",
"github-markdown-css": "^5.6.1",
"gpt-3-encoder": "^1.1.4",
"graphql": "^16.6.0",
"graphql": "^16.9.0",
"i18next": "^22.4.15",
"js-sha3": "^0.9.3",
"jsonwebtoken": "8.5.1",
"katex": "^0.16.6",
"katex": "^0.16.11",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"parse5": "^6.0.1",
"preact": "^10.13.2",
"preact": "^10.22.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"random-int": "^3.0.0",
"react": "npm:@preact/compat@^17.1.2",
"react-bootstrap-icons": "^1.10.3",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "npm:@preact/compat@^17.1.2",
"react-draggable": "^4.4.5",
"react-draggable": "^4.4.6",
"react-i18next": "^12.2.0",
"react-markdown": "^8.0.7",
"react-tabs": "^4.2.1",
"react-toastify": "^9.1.2",
"react-tabs": "^4.3.0",
"react-toastify": "^9.1.3",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"remark-breaks": "^3.0.2",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0"
"uuid": "^9.0.1",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@types/archiver": "^5.3.2",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.1",
"@types/webextension-polyfill": "^0.10.0",
"archiver": "^5.3.1",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"fs-extra": "^11.1.1",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/archiver": "^5.3.4",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"@types/webextension-polyfill": "^0.10.7",
"archiver": "^5.3.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.11.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"fs-extra": "^11.2.0",
"graphql-tag": "^2.12.6",
"jsdom": "^21.1.1",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.7.5",
"node-fetch": "^3.3.1",
"jsdom": "^21.1.2",
"less-loader": "^11.1.4",
"mini-css-extract-plugin": "^2.9.0",
"node-fetch": "^3.3.2",
"pre-commit": "^1.2.2",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"progress-bar-webpack-plugin": "^2.1.0",
"run-script-os": "^1.1.6",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"sass": "^1.77.6",
"sass-loader": "^13.3.3",
"string-replace-loader": "^3.1.0",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.80.0",
"webpack-bundle-analyzer": "^4.8.0"
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.92.1",
"webpack-bundle-analyzer": "^4.10.2"
}
}