mirror of https://github.com/keeweb/keeweb
up deps
parent
60329e086a
commit
a845a42d0d
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
@ -10,11 +10,11 @@
|
|||
"url": "https://github.com/keeweb/keeweb"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.13.16",
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/plugin-external-helpers": "^7.12.13",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
||||
"@babel/preset-env": "^7.13.15",
|
||||
"@babel/preset-env": "^7.14.1",
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz",
|
||||
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz",
|
||||
|
@ -32,12 +32,12 @@
|
|||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^5.2.4",
|
||||
"dompurify": "^2.2.8",
|
||||
"electron": "^12.0.5",
|
||||
"electron-builder": "^22.10.5",
|
||||
"electron": "^12.0.7",
|
||||
"electron-builder": "^22.11.1",
|
||||
"electron-evil-feature-patcher": "^1.2.1",
|
||||
"electron-notarize": "^1.0.0",
|
||||
"electron-osx-sign": "^0.5.0",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-plugin-babel": "^5.3.1",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"eslint-plugin-standard": "4.1.0",
|
||||
"exports-loader": "2.0.0",
|
||||
"form-data": "^4.0.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"grunt": "1.4.0",
|
||||
"grunt-chmod": "^1.1.1",
|
||||
"grunt-contrib-clean": "2.0.0",
|
||||
|
@ -73,21 +73,21 @@
|
|||
"load-grunt-tasks": "5.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^2.0.3",
|
||||
"mini-css-extract-plugin": "^1.5.1",
|
||||
"mocha": "^8.3.2",
|
||||
"mini-css-extract-plugin": "^1.6.0",
|
||||
"mocha": "^8.4.0",
|
||||
"morphdom": "^2.6.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"normalize.css": "8.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
||||
"pikaday": "1.8.2",
|
||||
"pkcs11-smartcard-sign": "^1.0.1",
|
||||
"postcss": "^8.2.13",
|
||||
"postcss": "^8.2.14",
|
||||
"postcss-loader": "^5.2.0",
|
||||
"prettier": "^2.2.1",
|
||||
"puppeteer": "^9.0.0",
|
||||
"puppeteer": "^9.1.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"run-remote-task": "^0.5.0",
|
||||
"sass": "^1.32.11",
|
||||
"sass": "^1.32.12",
|
||||
"sass-loader": "^11.0.1",
|
||||
"stats-webpack-plugin": "0.7.0",
|
||||
"string-replace-loader": "^3.0.1",
|
||||
|
@ -100,7 +100,7 @@
|
|||
"tweetnacl": "^1.0.3",
|
||||
"url-loader": "^4.1.1",
|
||||
"wawoff2": "^2.0.0",
|
||||
"webpack": "^5.36.1",
|
||||
"webpack": "^5.36.2",
|
||||
"webpack-bundle-analyzer": "^4.4.1",
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue