Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 2, 2024
1 parent 5db556d commit 6375626
Show file tree
Hide file tree
Showing 3 changed files with 1,504 additions and 1,708 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shiki-magic-move",
"type": "module",
"version": "0.4.4",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.11.0",
"description": "Smoothly animated code blocks with Shiki",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -104,41 +104,41 @@
},
"dependencies": {
"diff-match-patch-es": "^0.1.0",
"ohash": "^1.1.3"
"ohash": "^1.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@antfu/ni": "^0.22.4",
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@antfu/utils": "^0.7.10",
"@eslint-react/eslint-plugin": "^1.10.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@eslint-react/eslint-plugin": "^1.14.3",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^11.0.1",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"@unocss/reset": "^0.63.2",
"@vueuse/core": "^11.1.0",
"bumpp": "^9.6.1",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-svelte": "^2.43.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.9",
"pnpm": "^9.7.1",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-svelte": "^2.44.1",
"esno": "^4.8.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"shiki": "^1.21.0",
"simple-git-hooks": "^2.11.1",
"svelte": "5.0.0-next.107",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"unocss": "^0.62.2",
"vite": "^5.4.1",
"vitest": "^2.0.5",
"vue": "^3.4.38",
"vue-tsc": "^2.0.29"
"unocss": "^0.63.2",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue": "^3.5.10",
"vue-tsc": "^2.1.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.38"
"vue": "^3.5.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 6375626

Please sign in to comment.