Skip to content

Commit

Permalink
chore: update dependencies (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Nov 9, 2024
1 parent bc17e36 commit 23ce9ea
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 243 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@vitest/coverage-istanbul": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/ui": "^2.1.4",
"blob-util": "^2.0.2",
"compression": "^1.7.4",
"compression": "^1.7.5",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"csso": "^5.0.5",
Expand All @@ -106,26 +106,26 @@
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lodash-es": "^4.17.21",
"markdown-table": "^3.0.3",
"markdown-table": "^3.0.4",
"markdown-toc": "^1.2.0",
"minify-html-literals": "^1.3.5",
"npm-run-all": "^4.1.5",
"playwright": "^1.48.1",
"playwright": "^1.48.2",
"postcss": "^8.4.47",
"pretty-bytes": "^6.1.1",
"puppeteer": "^23.6.0",
"puppeteer": "^23.7.1",
"recursive-readdir": "^2.2.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.80.2",
"sass": "^1.80.6",
"standard": "^17.1.2",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.8.1",
"svgo": "^3.3.2",
"tachometer": "^0.7.1",
"terser": "^5.36.0",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"standard": {
"ignore": [
Expand Down Expand Up @@ -187,5 +187,5 @@
"*.js": "standard --fix",
"*.(css|scss)": "stylelint --fix '**/*.scss'"
},
"packageManager": "[email protected].2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
"packageManager": "[email protected].3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
Loading

0 comments on commit 23ce9ea

Please sign in to comment.