This commit is contained in:
antelle 2021-02-06 13:24:59 +01:00
parent d5e6199775
commit 56604de7f1
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 1475 additions and 3428 deletions

4877
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,11 +10,11 @@
"url": "https://github.com/keeweb/keeweb"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/core": "^7.12.13",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@fortawesome/fontawesome-free": "^5.15.2",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.7.13/keeweb-native-modules.tgz",
"adm-zip": "^0.5.2",
@ -27,15 +27,15 @@
"base64-inline-loader": "^1.1.1",
"base64-loader": "1.0.0",
"bourbon": "^7.0.0",
"chai": "^4.2.0",
"chai": "^4.3.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"dompurify": "^2.2.6",
"electron": "^11.2.1",
"electron": "^11.2.3",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.0.0",
"electron-osx-sign": "^0.5.0",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-babel": "^5.3.1",
@ -72,7 +72,7 @@
"keytar": "^7.3.0",
"load-grunt-tasks": "5.1.0",
"lodash": "^4.17.20",
"marked": "^1.2.8",
"marked": "^1.2.9",
"mini-css-extract-plugin": "^1.3.5",
"mocha": "^8.2.1",
"morphdom": "^2.6.1",
@ -83,12 +83,12 @@
"pikaday": "1.8.2",
"pkcs11-smartcard-sign": "^1.0.1",
"postcss": "^8.2.4",
"postcss-loader": "^4.2.0",
"postcss-loader": "^5.0.0",
"prettier": "^2.2.1",
"puppeteer": "^5.5.0",
"puppeteer": "^7.0.1",
"raw-loader": "^4.0.2",
"run-remote-task": "^0.5.0",
"sass-loader": "^10.1.1",
"sass-loader": "^11.0.0",
"stats-webpack-plugin": "0.7.0",
"string-replace-loader": "^3.0.1",
"strip-sourcemap-loader": "0.0.1",
@ -99,7 +99,7 @@
"time-grunt": "2.0.0",
"url-loader": "^4.1.1",
"wawoff2": "^1.0.2",
"webpack": "^5.19.0",
"webpack": "^5.21.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},