Skip to content

Commit

Permalink
Merge branch 'main' into group-formats
Browse files Browse the repository at this point in the history
* main:
  Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Nov 22, 2023
2 parents 8be40b0 + bfb3e4d commit 065567c
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 101 deletions.
1 change: 1 addition & 0 deletions .svelte-kit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
],
"moduleResolution": "node",
"module": "esnext",
"noEmit": true,
"target": "esnext",
"ignoreDeprecations": "5.0"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.5",
"@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/node": "*",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"chokidar-cli": "^3.0.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -73,11 +73,11 @@
"sassdoc-theme-herman": "^5.0.1",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"svelte": "^4.2.3",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 065567c

Please sign in to comment.