Skip to content

Commit

Permalink
fix: support wider-range of peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 9, 2024
1 parent b9f9d7c commit 5477b62
Show file tree
Hide file tree
Showing 2 changed files with 2,029 additions and 2,167 deletions.
70 changes: 35 additions & 35 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.5.0",
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.15.0",
"description": "Smoothly animated code blocks with Shiki",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -89,10 +89,10 @@
"play:build": "nr -C playground build"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18.2.0 || ^19.0.0",
"shiki": "^1.1.6",
"solid-js": "^1.9.1",
"svelte": "5.0.0-next.107",
"svelte": "^5.0.0-0",
"vue": "^3.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -113,49 +113,49 @@
}
},
"dependencies": {
"diff-match-patch-es": "^0.1.0",
"diff-match-patch-es": "^0.1.1",
"ohash": "^1.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@eslint-react/eslint-plugin": "^1.15.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@eslint-react/eslint-plugin": "^1.18.0",
"@rollup/plugin-babel": "^6.0.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@unocss/reset": "^0.63.4",
"@vueuse/core": "^11.1.0",
"babel-preset-solid": "^1.9.2",
"bumpp": "^9.7.1",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-svelte": "^2.44.1",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"babel-preset-solid": "^1.9.3",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-solid": "^0.14.4",
"eslint-plugin-svelte": "^2.46.1",
"esno": "^4.8.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"pnpm": "^9.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"shiki": "^1.22.0",
"rollup": "^4.28.1",
"shiki": "^1.24.1",
"simple-git-hooks": "^2.11.1",
"solid-js": "^1.9.2",
"svelte": "5.0.0-next.107",
"typescript": "^5.6.3",
"solid-js": "^1.9.3",
"svelte": "^5.2.6",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
"unocss": "^0.65.1",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 5477b62

Please sign in to comment.