Skip to content

Commit f0e8756

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents b505933 + 4ae9b23 commit f0e8756

File tree

2 files changed

+90
-73
lines changed

2 files changed

+90
-73
lines changed

package-lock.json

Lines changed: 80 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"start": "ts-node -T tools/build --verbose --dirty --watch"
3434
},
3535
"dependencies": {
36-
"clipboard": "^2.0.7",
36+
"clipboard": "^2.0.8",
3737
"escape-html": "^1.0.3",
3838
"focus-visible": "^5.2.0",
3939
"fuzzaldrin-plus": "^0.6.0",
@@ -50,16 +50,16 @@
5050
"@types/fuzzaldrin-plus": "^0.6.1",
5151
"@types/html-minifier": "^4.0.0",
5252
"@types/lunr": "^2.3.3",
53-
"@types/node": "^14.14.32",
53+
"@types/node": "^14.14.34",
5454
"@types/resize-observer-browser": "^0.1.5",
5555
"@types/sass": "^1.16.0",
5656
"@typescript-eslint/eslint-plugin": "^4.16.1",
57-
"@typescript-eslint/parser": "^4.16.1",
57+
"@typescript-eslint/parser": "^4.17.0",
5858
"autoprefixer": "^10.2.5",
5959
"chokidar": "^3.5.1",
6060
"cssnano": "^4.1.10",
61-
"esbuild": "^0.8.57",
62-
"eslint": "^7.21.0",
61+
"esbuild": "^0.9.2",
62+
"eslint": "^7.22.0",
6363
"eslint-plugin-eslint-comments": "^3.2.0",
6464
"eslint-plugin-import": "^2.22.1",
6565
"eslint-plugin-jsdoc": "^32.1.0",
@@ -69,17 +69,17 @@
6969
"html-minifier": "^4.0.0",
7070
"material-design-color": "^2.3.2",
7171
"material-shadows": "^3.0.1",
72-
"postcss": "^8.2.7",
72+
"postcss": "^8.2.8",
7373
"postcss-inline-svg": "^5.0.0",
74-
"preact": "^10.5.12",
74+
"preact": "^10.5.13",
7575
"rimraf": "^3.0.2",
7676
"sass": "^1.32.8",
7777
"stylelint": "^13.12.0",
7878
"stylelint-config-rational-order": "^0.1.2",
79-
"stylelint-config-recommended": "^3.0.0",
80-
"stylelint-config-standard": "^20.0.0",
79+
"stylelint-config-recommended": "^4.0.0",
80+
"stylelint-config-standard": "^21.0.0",
8181
"stylelint-scss": "^3.19.0",
82-
"svgo": "^2.2.1",
82+
"svgo": "^2.2.2",
8383
"tiny-glob": "^0.2.8",
8484
"ts-node": "^9.1.1",
8585
"typescript": "^4.2.3"

0 commit comments

Comments
 (0)