Skip to content

Commit

Permalink
Merge pull request #60 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jerivas committed Jun 6, 2023
2 parents 684696a + 53bffc5 commit ac6ecb0
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 207 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@sindresorhus/slugify": "^1.1.2",
"@types/jquery": "^3.5.16",
Expand All @@ -57,12 +57,12 @@
"@types/markdown-it-attrs": "^4.1.0",
"@types/node": "^16",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.30.0",
"deep-equal": "^2.2.1",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -80,15 +80,15 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prismjs": "^1.29.0",
"rollup": "^3.23.0",
"rollup": "^3.23.1",
"sass": "^1.62.1",
"semver-parser": "^4.1.4",
"strip-indent": "^3.0.0",
"stylelint": "^15.6.2",
"stylelint": "^15.7.0",
"stylelint-config-standard-scss": "^9.0.0",
"truncate-html": "^1.0.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"typogr": "^0.6.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit ac6ecb0

Please sign in to comment.