Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 7, 2023
1 parent 94d7f5f commit 3910070
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 170 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@changesets/cli": "^2.26.1",
"@changesets/get-github-info": "^0.5.2",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^18.16.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-markdown": "^3.0.0",
Expand All @@ -33,12 +33,12 @@
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"rimraf": "^5.0.0",
"svelte": "^3.59.0",
"prettier-plugin-svelte": "^2.10.1",
"rimraf": "^5.0.1",
"svelte": "^3.59.1",
"tsm": "^2.3.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"lint-staged": {
"*.{js,ts,svelte,html,md,svx}": "eslint --fix",
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"build:svg": "USE_SVG=1 vite build"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "2.2.0",
"@sveltejs/vite-plugin-svelte": "2.4.1",
"@svitejs/svelte-preprocess-svg": "workspace:2.0.0",
"npm-run-all": "^4.1.5",
"svelte": "^3.59.0",
"svelte-feather-icons": "^4.0.0",
"vite": "^4.3.5"
"svelte": "^3.59.1",
"svelte-feather-icons": "^4.0.1",
"vite": "^4.3.9"
}
}
6 changes: 3 additions & 3 deletions packages/playground/inline-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"serve": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@svitejs/svelte-preprocess-svg": "workspace:2.0.0",
"svelte": "^3.59.0",
"vite": "^4.3.5"
"svelte": "^3.59.1",
"vite": "^4.3.9"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-preprocess-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/svgo": "^2.6.4",
"magic-string": "^0.30.0",
"svelte": "^3.59.0",
"svelte": "^3.59.1",
"svgo": "^3.0.2",
"uvu": "^0.5.6"
}
Expand Down
Loading

0 comments on commit 3910070

Please sign in to comment.