Skip to content

Commit

Permalink
Merge pull request #496 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Jan 22, 2024
2 parents 0c74e9c + c98d139 commit f3ba651
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 188 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@tommoor/remove-markdown": "^0.3.2",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.4.16",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.7.0",
"chalk": "^4.1.2",
"chokidar-cli": "^3.0.0",
"core-js": "^3.35.0",
"core-js": "^3.35.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"doxray": "^0.10.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -99,16 +99,16 @@
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"prettier": "3.2.2",
"rimraf": "^3.0.2",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"sanitize-html": "^2.11.0",
"sass": "^1.69.7",
"sass": "^1.70.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^5.0.1",
"slugify": "^1.6.6",
"striptags": "^3.2.0",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"stylelint-config-standard-scss": "^13.0.0",
"truncate-html": "^1.0.4",
"typescript": "^5.3.3",
Expand All @@ -118,6 +118,7 @@
"ignore": [
"#",
"chalk",
"date-fns",
"node-fetch",
"rimraf"
]
Expand Down
Loading

0 comments on commit f3ba651

Please sign in to comment.