Skip to content

Commit 5477b62

Browse files
committed
fix: support wider-range of peerDeps
1 parent b9f9d7c commit 5477b62

File tree

2 files changed

+2029
-2167
lines changed

2 files changed

+2029
-2167
lines changed

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shiki-magic-move",
33
"type": "module",
44
"version": "0.5.0",
5-
"packageManager": "pnpm@9.12.1",
5+
"packageManager": "pnpm@9.15.0",
66
"description": "Smoothly animated code blocks with Shiki",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -89,10 +89,10 @@
8989
"play:build": "nr -C playground build"
9090
},
9191
"peerDependencies": {
92-
"react": "^18.2.0",
92+
"react": "^18.2.0 || ^19.0.0",
9393
"shiki": "^1.1.6",
9494
"solid-js": "^1.9.1",
95-
"svelte": "5.0.0-next.107",
95+
"svelte": "^5.0.0-0",
9696
"vue": "^3.4.0"
9797
},
9898
"peerDependenciesMeta": {
@@ -113,49 +113,49 @@
113113
}
114114
},
115115
"dependencies": {
116-
"diff-match-patch-es": "^0.1.0",
116+
"diff-match-patch-es": "^0.1.1",
117117
"ohash": "^1.1.4"
118118
},
119119
"devDependencies": {
120-
"@antfu/eslint-config": "^3.7.3",
121-
"@antfu/ni": "^0.23.0",
120+
"@antfu/eslint-config": "^3.11.2",
121+
"@antfu/ni": "^0.23.1",
122122
"@antfu/utils": "^0.7.10",
123-
"@babel/preset-react": "^7.25.7",
124-
"@babel/preset-typescript": "^7.25.7",
125-
"@eslint-react/eslint-plugin": "^1.15.0",
123+
"@babel/preset-react": "^7.26.3",
124+
"@babel/preset-typescript": "^7.26.0",
125+
"@eslint-react/eslint-plugin": "^1.18.0",
126126
"@rollup/plugin-babel": "^6.0.4",
127-
"@sveltejs/vite-plugin-svelte": "^3.1.2",
127+
"@sveltejs/vite-plugin-svelte": "^5.0.1",
128128
"@types/diff-match-patch": "^1.0.36",
129-
"@types/node": "^22.7.5",
130-
"@types/react": "^18.3.11",
131-
"@types/react-dom": "^18.3.1",
132-
"@unocss/reset": "^0.63.4",
133-
"@vueuse/core": "^11.1.0",
134-
"babel-preset-solid": "^1.9.2",
135-
"bumpp": "^9.7.1",
136-
"eslint": "^9.12.0",
137-
"eslint-plugin-react-hooks": "^5.0.0",
138-
"eslint-plugin-react-refresh": "^0.4.12",
139-
"eslint-plugin-solid": "^0.14.3",
140-
"eslint-plugin-svelte": "^2.44.1",
129+
"@types/node": "^22.10.1",
130+
"@types/react": "^19.0.1",
131+
"@types/react-dom": "^19.0.1",
132+
"@unocss/reset": "^0.65.1",
133+
"@vueuse/core": "^12.0.0",
134+
"babel-preset-solid": "^1.9.3",
135+
"bumpp": "^9.9.0",
136+
"eslint": "^9.16.0",
137+
"eslint-plugin-react-hooks": "^5.1.0",
138+
"eslint-plugin-react-refresh": "^0.4.16",
139+
"eslint-plugin-solid": "^0.14.4",
140+
"eslint-plugin-svelte": "^2.46.1",
141141
"esno": "^4.8.0",
142142
"lint-staged": "^15.2.10",
143-
"pnpm": "^9.12.1",
144-
"react": "^18.3.1",
145-
"react-dom": "^18.3.1",
143+
"pnpm": "^9.15.0",
144+
"react": "^19.0.0",
145+
"react-dom": "^19.0.0",
146146
"rimraf": "^6.0.1",
147-
"rollup": "^4.24.0",
148-
"shiki": "^1.22.0",
147+
"rollup": "^4.28.1",
148+
"shiki": "^1.24.1",
149149
"simple-git-hooks": "^2.11.1",
150-
"solid-js": "^1.9.2",
151-
"svelte": "5.0.0-next.107",
152-
"typescript": "^5.6.3",
150+
"solid-js": "^1.9.3",
151+
"svelte": "^5.2.6",
152+
"typescript": "^5.7.2",
153153
"unbuild": "^2.0.0",
154-
"unocss": "^0.63.4",
155-
"vite": "^5.4.8",
156-
"vitest": "^2.1.2",
157-
"vue": "^3.5.12",
158-
"vue-tsc": "^2.1.6"
154+
"unocss": "^0.65.1",
155+
"vite": "^6.0.3",
156+
"vitest": "^2.1.8",
157+
"vue": "^3.5.13",
158+
"vue-tsc": "^2.1.10"
159159
},
160160
"simple-git-hooks": {
161161
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)