Skip to content

Commit

Permalink
Merge pull request #134 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Oct 9, 2023
2 parents d0a7384 + 005745a commit f4f6190
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 131 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitest/coverage-v8": "^0.34.6",
"chokidar-cli": "^3.0.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.33.2",
"eslint-plugin-svelte": "^2.34.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
Expand All @@ -67,7 +67,7 @@
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.68.0",
"sass": "^1.69.0",
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^5.0.1",
Expand All @@ -77,7 +77,7 @@
"svelte-check": "^3.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vitest": "^0.34.6"
},
"resolutions": {
Expand Down
Loading

0 comments on commit f4f6190

Please sign in to comment.