mirror of https://github.com/keeweb/keeweb
bump version
parent
d6ef6ecdd8
commit
e4da7ee601
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeeWeb",
|
||||
"version": "1.11.10",
|
||||
"version": "1.12.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeeWeb",
|
||||
"version": "1.11.10",
|
||||
"version": "1.12.0",
|
||||
"description": "Free cross-platform password manager compatible with KeePass",
|
||||
"main": "main.js",
|
||||
"homepage": "https://keeweb.info",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keeweb",
|
||||
"version": "1.11.10",
|
||||
"version": "1.12.0",
|
||||
"description": "Free cross-platform password manager compatible with KeePass",
|
||||
"main": "Gruntfile.js",
|
||||
"private": true,
|
||||
|
@ -10,12 +10,12 @@
|
|||
"url": "https://github.com/keeweb/keeweb"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.6.2",
|
||||
"@babel/core": "^7.6.4",
|
||||
"@babel/plugin-external-helpers": "^7.2.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
||||
"@babel/preset-env": "^7.6.2",
|
||||
"@babel/preset-env": "^7.6.3",
|
||||
"argon2-browser": "1.12.0",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"autoprefixer": "^9.7.0",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-loader": "8.0.6",
|
||||
|
@ -23,10 +23,10 @@
|
|||
"base64-loader": "1.0.0",
|
||||
"bourbon": "^6.0.0",
|
||||
"chai": "^4.2.0",
|
||||
"dompurify": "^2.0.3",
|
||||
"electron": "^6.0.10",
|
||||
"eslint": "^6.5.0",
|
||||
"eslint-config-prettier": "^6.3.0",
|
||||
"dompurify": "^2.0.7",
|
||||
"electron": "^7.0.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-prettier": "^6.5.0",
|
||||
"eslint-config-standard": "^14.1.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-node": "^10.0.0",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
|
||||
"grunt-string-replace": "1.3.1",
|
||||
"grunt-webpack": "3.1.3",
|
||||
"handlebars": "^4.4.0",
|
||||
"handlebars": "^4.4.5",
|
||||
"handlebars-loader": "1.7.1",
|
||||
"html-minifier": "4.0.0",
|
||||
"ignore-loader": "^0.1.2",
|
||||
|
@ -62,9 +62,9 @@
|
|||
"lodash": "^4.17.15",
|
||||
"marked": "^0.7.0",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"mocha": "^6.2.1",
|
||||
"morphdom": "^2.5.9",
|
||||
"node-sass": "^4.12.0",
|
||||
"mocha": "^6.2.2",
|
||||
"morphdom": "^2.5.10",
|
||||
"node-sass": "^4.13.0",
|
||||
"node-stream-zip": "1.8.2",
|
||||
"normalize.css": "8.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
|
@ -72,19 +72,19 @@
|
|||
"pkcs15-smartcard-sign": "^1.0.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^1.18.2",
|
||||
"puppeteer": "^1.20.0",
|
||||
"puppeteer": "^2.0.0",
|
||||
"raw-loader": "^3.1.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"stats-webpack-plugin": "0.7.0",
|
||||
"string-replace-webpack-plugin": "0.1.3",
|
||||
"strip-sourcemap-loader": "0.0.1",
|
||||
"sumchecker": "^3.0.0",
|
||||
"terser-webpack-plugin": "^2.1.2",
|
||||
"terser-webpack-plugin": "^2.2.1",
|
||||
"time-grunt": "2.0.0",
|
||||
"url-loader": "^2.1.0",
|
||||
"webpack": "^4.41.0",
|
||||
"webpack-bundle-analyzer": "^3.5.2",
|
||||
"webpack-dev-server": "^3.8.1"
|
||||
"url-loader": "^2.2.0",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-bundle-analyzer": "^3.6.0",
|
||||
"webpack-dev-server": "^3.9.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"grunt-appdmg": "github:keeweb/grunt-appdmg#874ad83",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Release notes
|
||||
-------------
|
||||
##### v1.12.0 (TBD)
|
||||
##### v1.12.0 (2019-10-26)
|
||||
`-` #1022: fuzzy search
|
||||
`+` #1108: setting for running in an iframe
|
||||
`+` #963: keyboard shortcut to copy OTP in background
|
||||
|
|
Loading…
Reference in New Issue