Skip to content

Commit

Permalink
Merge pull request #27 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Mar 20, 2023
2 parents 0da52b0 + e124b75 commit 19c89de
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 222 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-babel": "^6.0.3",
Expand All @@ -54,8 +54,8 @@
"@types/markdown-it-attrs": "^4.1.0",
"@types/node": "^16",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"date-fns": "^2.29.3",
"deep-equal": "^2.2.0",
"eslint": "^8.36.0",
Expand All @@ -73,17 +73,17 @@
"markdown-it-deflist": "^2.1.0",
"netlify-plugin-11ty": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"prettier": "^2.8.5",
"prismjs": "^1.29.0",
"rollup": "^3.19.1",
"sass": "^1.59.2",
"rollup": "^3.20.0",
"sass": "^1.59.3",
"semver-parser": "^4.1.3",
"stylelint": "^15.2.0",
"stylelint": "^15.3.0",
"stylelint-config-standard-scss": "^7.0.1",
"truncate-html": "^1.0.4",
"ts-node": "^10.9.1",
"typedoc": "^0.23.26",
"typescript": "^4.9.5",
"typedoc": "^0.23.28",
"typescript": "^5.0.2",
"typogr": "^0.6.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 19c89de

Please sign in to comment.