pull/1638/head
antelle 2020-11-29 14:53:21 +01:00
parent 6d80de9216
commit b716599c90
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 430 additions and 401 deletions

805
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,19 +10,19 @@
"url": "https://github.com/keeweb/keeweb"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.9",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.7",
"@fortawesome/fontawesome-free": "^5.15.1",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.4.1/keeweb-native-modules.tgz",
"adm-zip": "^0.4.16",
"adm-zip": "^0.5.1",
"argon2-browser": "1.15.2",
"autoprefixer": "^10.0.2",
"autoprefixer": "^10.0.4",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-loader": "8.2.1",
"babel-loader": "8.2.2",
"baron": "3.0.3",
"base64-inline-loader": "^1.1.1",
"base64-loader": "1.0.0",
@ -31,11 +31,11 @@
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"dompurify": "^2.2.2",
"electron": "^11.0.1",
"electron": "^11.0.3",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.0.0",
"electron-osx-sign": "^0.5.0",
"eslint": "^7.13.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-babel": "^5.3.1",
@ -54,7 +54,7 @@
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#e9b6e9f",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-electron": "11.0.0",
"grunt-electron": "12.0.0",
"grunt-eslint": "23.0.0",
"grunt-gitinfo": "github:keeweb/grunt-gitinfo#b61aaed",
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
@ -80,9 +80,9 @@
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pikaday": "1.8.2",
"pkcs11-smartcard-sign": "^1.0.1",
"postcss": "^8.1.8",
"postcss": "^8.1.10",
"postcss-loader": "^4.1.0",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"puppeteer": "^5.5.0",
"raw-loader": "^4.0.2",
"run-remote-task": "^0.5.0",
@ -97,13 +97,13 @@
"time-grunt": "2.0.0",
"url-loader": "^4.1.1",
"wawoff2": "^1.0.2",
"webpack": "^5.6.0",
"webpack": "^5.9.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"optionalDependencies": {
"grunt-appdmg": "github:keeweb/grunt-appdmg#874ad83",
"keytar": "^7.1.0"
"keytar": "^7.2.0"
},
"scripts": {
"start": "grunt",