Skip to content

Commit

Permalink
chore(deps): update and cleanup dependencies(#905)
Browse files Browse the repository at this point in the history
Co-authored-by: razonyang <razonyang@gmail.com>
  • Loading branch information
deining and razonyang committed Feb 20, 2023
1 parent 969095d commit 95235e9
Show file tree
Hide file tree
Showing 6 changed files with 2,186 additions and 17,604 deletions.
6,045 changes: 978 additions & 5,067 deletions exampleSite/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exampleSite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"bootstrap": "^5.3.0-alpha1",
"date-fns": "^2.29.3",
"fuse.js": "^6.5.3",
"katex": "^0.15.2",
"katex": "^0.16.4",
"mark.js": "^8.11.1",
"masonry-layout": "^4.2.2",
"mermaid": "^8.14.0",
"mermaid": "^9.4.0",
"mustache": "^4.2.0",
"onchange": "^7.1.0",
"postcss-cli": "^9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
publish = "exampleSite/public"

[build.environment]
NODE_VERSION = "18.12.0"
HUGO_VERSION = "0.105.0"
NODE_VERSION = "18.14.1"
HUGO_VERSION = "0.110.0"
HUGO_ENABLEGITINFO = "true"
GO_VERSION = "1.19.3"
GO_VERSION = "1.20.1"

[context.production]
command = "cd exampleSite && npm install && hugo --minify"
Expand Down
Loading

0 comments on commit 95235e9

Please sign in to comment.