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

This commit is contained in:
squidfunk
2020-03-10 17:59:42 +01:00
3 changed files with 954 additions and 1289 deletions

View File

@@ -87,7 +87,7 @@ jobs:
GH_NAME: ${{ secrets.GH_NAME }} GH_NAME: ${{ secrets.GH_NAME }}
GH_EMAIL: ${{ secrets.GH_EMAIL }} GH_EMAIL: ${{ secrets.GH_EMAIL }}
run: | run: |
REMOTE="https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material" REMOTE="https://${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}"
git config --global user.name "${GH_NAME}" git config --global user.name "${GH_NAME}"
git config --global user.email "${GH_EMAIL}" git config --global user.email "${GH_EMAIL}"
git remote set-url origin ${REMOTE} git remote set-url origin ${REMOTE}

2229
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,14 +40,14 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6", "@babel/core": "^7.8.7",
"@babel/plugin-transform-react-jsx": "^7.8.3", "@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-env": "^7.8.6", "@babel/preset-env": "^7.8.7",
"autoprefixer": "^9.7.4", "autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"chalk": "^3.0.0", "chalk": "^3.0.0",
"clipboard": "^2.0.0", "clipboard": "^2.0.6",
"copy-webpack-plugin": "^5.0.5", "copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.4.2", "css-loader": "^3.4.2",
"css-mqpacker": "^7.0.0", "css-mqpacker": "^7.0.0",
@@ -57,8 +57,8 @@
"eslint": "^6.8.0", "eslint": "^6.8.0",
"event-hooks-webpack-plugin": "^2.1.5", "event-hooks-webpack-plugin": "^2.1.5",
"expose-loader": "^0.7.4", "expose-loader": "^0.7.4",
"extract-loader": "^4.0.3", "extract-loader": "^5.0.1",
"file-loader": "^5.0.2", "file-loader": "^5.1.0",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"imagemin-webpack-plugin": "^2.4.2", "imagemin-webpack-plugin": "^2.4.2",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
@@ -81,7 +81,7 @@
"stylelint-scss": "^3.14.2", "stylelint-scss": "^3.14.2",
"uglifyjs-3-webpack-plugin": "^1.2.4", "uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0", "unfetch": "^3.0.0",
"webpack": "^4.41.6", "webpack": "^4.42.0",
"webpack-cli": "^3.3.11", "webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0" "webpack-manifest-plugin": "^2.2.0"
}, },