updates autoprefix

This commit is contained in:
Atul R 2019-08-08 22:12:49 +02:00
parent 848dc34c88
commit 7f818ef965
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1136,9 +1136,9 @@
}
},
"postcss-nodegui-autoprefixer": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/postcss-nodegui-autoprefixer/-/postcss-nodegui-autoprefixer-0.0.5.tgz",
"integrity": "sha512-+F9OHy3WFS4SiH+Gu/H7Ahs4DfpChXQSH0CqZiyh4mImXGZ5fbzNU8WJwWyADblkIokhuFMRUOb6WXqBRodLPQ==",
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/postcss-nodegui-autoprefixer/-/postcss-nodegui-autoprefixer-0.0.6.tgz",
"integrity": "sha512-DhAibVP+OxeuCFGeujVVHCGMsDfAIrs5p5VYpTOQwiewc2LOFIF4+MuAcp+yhBQkw9h1K08KVIfvLjWTjPXGvw==",
"requires": {
"postcss": "^7.0.17"
}

View File

@ -29,7 +29,7 @@
"bindings": "^1.5.0",
"node-addon-api": "^1.6.3",
"node-gyp": "^4.0.0",
"postcss-nodegui-autoprefixer": "0.0.5"
"postcss-nodegui-autoprefixer": "0.0.6"
},
"devDependencies": {
"@types/bindings": "^1.3.0",