1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2019-06-20 10:28:47 +02:00
commit 23e6c4a93f
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "4.3.1",
"version": "4.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2131,9 +2131,9 @@
"dev": true
},
"babel-eslint": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.1.tgz",
"integrity": "sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.2.tgz",
"integrity": "sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@ -10375,9 +10375,9 @@
"dev": true
},
"promise-polyfill": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.1.tgz",
"integrity": "sha512-ZrjUsqMFQsmyvP3YZ4BbYqjf7ayMgybITjAJ85o1tdnwC97I5eqQuirXiBlufLqZFl2sRmV6GRNCsXs9nEIaOQ==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.3.tgz",
"integrity": "sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g==",
"dev": true
},
"promised-io": {

View File

@ -44,7 +44,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"clipboard": "^2.0.0",
@ -72,7 +72,7 @@
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"promise-polyfill": "^8.1.1",
"promise-polyfill": "^8.1.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"stylelint": "^10.1.0",