Skip to content

Commit

Permalink
Merge pull request #144 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Nov 27, 2023
2 parents bfb3e4d + 124aaf5 commit 89f94c6
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 258 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@sveltejs/kit": "^1.27.6",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/svelte": "^4.0.5",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.201",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"chokidar-cli": "^3.0.0",
"eslint": "^8.54.0",
Expand All @@ -58,26 +58,26 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.35.0",
"jsdom": "^22.1.0",
"eslint-plugin-svelte": "^2.35.1",
"jsdom": "^23.0.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"sass": "^1.69.5",
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^5.0.1",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vitest": "^0.34.6"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 89f94c6

Please sign in to comment.