Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kaceo committed May 17, 2023
1 parent 0d761b3 commit 96e6ad2
Show file tree
Hide file tree
Showing 5 changed files with 2,004 additions and 3,501 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -11,17 +11,17 @@
"build": "NODE_ENV=production eleventy --config=source/config.eleventy.js"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"eleventy-plugin-pwa": "^1.0.8",
"js-yaml": "^3.14.0",
"markdown-it-attrs": "^3.0.3",
"js-yaml": "^4.1.0",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",
"markdown-it-container-pandoc": "^1.0.0",
"moment": "^2.29.1",
"rimraf": "^2.6.2"
"moment": "^2.29.4",
"rimraf": "^5.0.0"
},
"nonDev": {
"@11ty/eleventy-navigation": "^0.1.6"
Expand All @@ -36,6 +36,6 @@
"@code-blocks/prism"
],
"dependencies": {
"axios": "^0.21.1"
"axios": "^1.4.0"
}
}

0 comments on commit 96e6ad2

Please sign in to comment.