Skip to content

Commit

Permalink
Merge pull request #30 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Apr 3, 2023
2 parents c1e5da4 + d1c2dc6 commit fb212e8
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 305 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-inject": "^5.0.3",
Expand All @@ -54,13 +54,13 @@
"@types/markdown-it-attrs": "^4.1.0",
"@types/node": "^16",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"date-fns": "^2.29.3",
"deep-equal": "^2.2.0",
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jquery": "^3.6.4",
Expand All @@ -78,12 +78,12 @@
"rollup": "^3.20.2",
"sass": "^1.60.0",
"semver-parser": "^4.1.3",
"stylelint": "^15.3.0",
"stylelint": "^15.4.0",
"stylelint-config-standard-scss": "^7.0.1",
"truncate-html": "^1.0.4",
"ts-node": "^10.9.1",
"typedoc": "^0.23.28",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"typogr": "^0.6.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit fb212e8

Please sign in to comment.