mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
chore: upgrade deps
This commit is contained in:
parent
0269fcb842
commit
c20ca25f93
2 changed files with 576 additions and 522 deletions
1047
package-lock.json
generated
1047
package-lock.json
generated
File diff suppressed because it is too large
Load diff
51
package.json
51
package.json
|
|
@ -68,27 +68,27 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dnd-kit/core": "^1.0.2",
|
"@dnd-kit/core": "^1.1.0",
|
||||||
"@dnd-kit/modifiers": "^1.0.2",
|
"@dnd-kit/modifiers": "^1.0.2",
|
||||||
"@dnd-kit/sortable": "^1.0.2",
|
"@dnd-kit/sortable": "^1.0.2",
|
||||||
"@dnd-kit/utilities": "^1.0.2",
|
"@dnd-kit/utilities": "^1.0.2",
|
||||||
"@material-ui/styled-engine-sc": "^5.0.0-alpha.25",
|
"@material-ui/styled-engine-sc": "^5.0.0-alpha.25",
|
||||||
"@rematch/core": "^2.0.0",
|
"@rematch/core": "^2.0.1",
|
||||||
"@tiddlygit/tiddlywiki": "5.1.24-prerelease.20210103",
|
"@tiddlygit/tiddlywiki": "5.1.24-prerelease.20210103",
|
||||||
"beautiful-react-hooks": "^0.31.0",
|
"beautiful-react-hooks": "^0.31.1",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"download": "8.0.0",
|
"download": "8.0.0",
|
||||||
"dugite": "1.98.0",
|
"dugite": "1.100.0",
|
||||||
"electron-is-dev": "1.2.0",
|
"electron-is-dev": "2.0.0",
|
||||||
"electron-settings": "4.0.2",
|
"electron-settings": "4.0.2",
|
||||||
"electron-unhandled": "^3.0.2",
|
"electron-unhandled": "^3.0.2",
|
||||||
"electron-updater": "4.3.5",
|
"electron-updater": "4.3.8",
|
||||||
"electron-util": "^0.14.2",
|
"electron-util": "^0.14.2",
|
||||||
"electron-window-state": "5.0.3",
|
"electron-window-state": "5.0.3",
|
||||||
"errio": "^1.2.2",
|
"errio": "^1.2.2",
|
||||||
"fs-extra": "9.1.0",
|
"fs-extra": "9.1.0",
|
||||||
"i18next": "^19.8.7",
|
"i18next": "^19.9.2",
|
||||||
"i18next-electron-fs-backend": "^1.3.5",
|
"i18next-electron-fs-backend": "^1.3.5",
|
||||||
"i18next-fs-backend": "^1.0.8",
|
"i18next-fs-backend": "^1.0.8",
|
||||||
"inversify": "^5.0.5",
|
"inversify": "^5.0.5",
|
||||||
|
|
@ -104,14 +104,14 @@
|
||||||
"rxjs": "^6.6.6",
|
"rxjs": "^6.6.6",
|
||||||
"semver": "7.3.4",
|
"semver": "7.3.4",
|
||||||
"tmp": "0.2.1",
|
"tmp": "0.2.1",
|
||||||
"type-fest": "^0.21.2",
|
"type-fest": "^0.21.3",
|
||||||
"uuid": "8.3.2",
|
"uuid": "8.3.2",
|
||||||
"winston": "^3.3.3",
|
"winston": "^3.3.3",
|
||||||
"winston-daily-rotate-file": "^4.5.0",
|
"winston-daily-rotate-file": "^4.5.1",
|
||||||
"winston-transport": "^4.4.0"
|
"winston-transport": "^4.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@authing/sso": "1.7.3",
|
"@authing/sso": "1.8.3",
|
||||||
"@date-io/date-fns": "2.10.8",
|
"@date-io/date-fns": "2.10.8",
|
||||||
"@electron-forge/cli": "6.0.0-beta.54",
|
"@electron-forge/cli": "6.0.0-beta.54",
|
||||||
"@electron-forge/maker-deb": "6.0.0-beta.54",
|
"@electron-forge/maker-deb": "6.0.0-beta.54",
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
"@electron-forge/maker-zip": "6.0.0-beta.54",
|
"@electron-forge/maker-zip": "6.0.0-beta.54",
|
||||||
"@electron-forge/plugin-auto-unpack-natives": "6.0.0-beta.54",
|
"@electron-forge/plugin-auto-unpack-natives": "6.0.0-beta.54",
|
||||||
"@electron-forge/plugin-webpack": "6.0.0-beta.54",
|
"@electron-forge/plugin-webpack": "6.0.0-beta.54",
|
||||||
"@material-ui/core": "^5.0.0-alpha.25",
|
"@material-ui/core": "^5.0.0-alpha.27",
|
||||||
"@material-ui/icons": "^5.0.0-alpha.27",
|
"@material-ui/icons": "^5.0.0-alpha.27",
|
||||||
"@material-ui/lab": "^5.0.0-alpha.27",
|
"@material-ui/lab": "^5.0.0-alpha.27",
|
||||||
"@types/bluebird": "^3.5.33",
|
"@types/bluebird": "^3.5.33",
|
||||||
|
|
@ -137,29 +137,29 @@
|
||||||
"@types/i18next-fs-backend": "^1.0.0",
|
"@types/i18next-fs-backend": "^1.0.0",
|
||||||
"@types/is-url": "1.2.28",
|
"@types/is-url": "1.2.28",
|
||||||
"@types/lodash": "4.14.168",
|
"@types/lodash": "4.14.168",
|
||||||
"@types/node": "^14.14.32",
|
"@types/node": "^14.14.35",
|
||||||
"@types/node-fetch": "2.5.8",
|
"@types/node-fetch": "2.5.8",
|
||||||
"@types/prettier": "^2.2.2",
|
"@types/prettier": "^2.2.3",
|
||||||
"@types/react": "17.0.3",
|
"@types/react": "17.0.3",
|
||||||
"@types/react-dom": "17.0.1",
|
"@types/react-dom": "17.0.2",
|
||||||
"@types/react-redux": "7.1.16",
|
"@types/react-redux": "7.1.16",
|
||||||
"@types/rimraf": "^3.0.0",
|
"@types/rimraf": "^3.0.0",
|
||||||
"@types/semver": "7.3.4",
|
"@types/semver": "7.3.4",
|
||||||
"@types/simplebar": "5.1.1",
|
"@types/simplebar": "5.1.1",
|
||||||
"@types/styled-components": "5.1.7",
|
"@types/styled-components": "5.1.9",
|
||||||
"@types/tmp": "0.2.0",
|
"@types/tmp": "0.2.0",
|
||||||
"@types/uuid": "8.3.0",
|
"@types/uuid": "8.3.0",
|
||||||
"@typescript-eslint/eslint-plugin": "4.16.1",
|
"@typescript-eslint/eslint-plugin": "4.18.0",
|
||||||
"@typescript-eslint/parser": "4.16.1",
|
"@typescript-eslint/parser": "4.18.0",
|
||||||
"ace-builds": "1.4.12",
|
"ace-builds": "1.4.12",
|
||||||
"circular-dependency-plugin": "^5.2.2",
|
"circular-dependency-plugin": "^5.2.2",
|
||||||
"classnames": "2.2.6",
|
"classnames": "2.2.6",
|
||||||
"copy-webpack-plugin": "^6.4.1",
|
"copy-webpack-plugin": "^6.4.1",
|
||||||
"csp-html-webpack-plugin": "5.1.0",
|
"csp-html-webpack-plugin": "5.1.0",
|
||||||
"css-loader": "^5.0.2",
|
"css-loader": "^5.0.2",
|
||||||
"date-fns": "2.17.0",
|
"date-fns": "2.19.0",
|
||||||
"electron": "^13.0.0-beta.4",
|
"electron": "^13.0.0-beta.6",
|
||||||
"eslint": "7.21.0",
|
"eslint": "7.22.0",
|
||||||
"eslint-config-prettier": "8.1.0",
|
"eslint-config-prettier": "8.1.0",
|
||||||
"eslint-config-standard": "16.0.2",
|
"eslint-config-standard": "16.0.2",
|
||||||
"eslint-config-standard-with-typescript": "^20.0.0",
|
"eslint-config-standard-with-typescript": "^20.0.0",
|
||||||
|
|
@ -172,11 +172,10 @@
|
||||||
"eslint-plugin-promise": "4.3.1",
|
"eslint-plugin-promise": "4.3.1",
|
||||||
"eslint-plugin-react": "7.22.0",
|
"eslint-plugin-react": "7.22.0",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"eslint-plugin-standard": "5.0.0",
|
|
||||||
"eslint-plugin-unicorn": "28.0.2",
|
"eslint-plugin-unicorn": "28.0.2",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"fork-ts-checker-webpack-plugin": "^6.1.1",
|
"fork-ts-checker-webpack-plugin": "^6.2.0",
|
||||||
"graphql-hooks": "^5.1.0",
|
"graphql-hooks": "^5.1.1",
|
||||||
"if-env": "^1.0.4",
|
"if-env": "^1.0.4",
|
||||||
"image-webpack-loader": "^7.0.1",
|
"image-webpack-loader": "^7.0.1",
|
||||||
"node-loader": "^1.0.2",
|
"node-loader": "^1.0.2",
|
||||||
|
|
@ -184,7 +183,7 @@
|
||||||
"react": "17.0.1",
|
"react": "17.0.1",
|
||||||
"react-ace": "9.3.0",
|
"react-ace": "9.3.0",
|
||||||
"react-dom": "17.0.1",
|
"react-dom": "17.0.1",
|
||||||
"react-i18next": "^11.8.6",
|
"react-i18next": "^11.8.10",
|
||||||
"react-redux": "7.2.2",
|
"react-redux": "7.2.2",
|
||||||
"redux": "4.0.5",
|
"redux": "4.0.5",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
|
@ -194,8 +193,8 @@
|
||||||
"styled-components": "5.2.1",
|
"styled-components": "5.2.1",
|
||||||
"subscriptions-transport-ws": "^0.9.18",
|
"subscriptions-transport-ws": "^0.9.18",
|
||||||
"ts-import-plugin": "^1.6.7",
|
"ts-import-plugin": "^1.6.7",
|
||||||
"ts-loader": "^8.0.17",
|
"ts-loader": "^8.0.18",
|
||||||
"ts-migrate": "^0.1.15",
|
"ts-migrate": "^0.1.16",
|
||||||
"typeface-roboto": "1.1.13",
|
"typeface-roboto": "1.1.13",
|
||||||
"typescript": "4.2.3",
|
"typescript": "4.2.3",
|
||||||
"typescript-plugin-styled-components": "^1.4.4",
|
"typescript-plugin-styled-components": "^1.4.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue