|
2 | 2 | "name": "shiki-magic-move", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.5.0", |
5 | | - "packageManager": "pnpm@9.12.1", |
| 5 | + "packageManager": "pnpm@9.15.0", |
6 | 6 | "description": "Smoothly animated code blocks with Shiki", |
7 | 7 | "author": "Anthony Fu <[email protected]>", |
8 | 8 | "license": "MIT", |
|
89 | 89 | "play:build": "nr -C playground build" |
90 | 90 | }, |
91 | 91 | "peerDependencies": { |
92 | | - "react": "^18.2.0", |
| 92 | + "react": "^18.2.0 || ^19.0.0", |
93 | 93 | "shiki": "^1.1.6", |
94 | 94 | "solid-js": "^1.9.1", |
95 | | - "svelte": "5.0.0-next.107", |
| 95 | + "svelte": "^5.0.0-0", |
96 | 96 | "vue": "^3.4.0" |
97 | 97 | }, |
98 | 98 | "peerDependenciesMeta": { |
|
113 | 113 | } |
114 | 114 | }, |
115 | 115 | "dependencies": { |
116 | | - "diff-match-patch-es": "^0.1.0", |
| 116 | + "diff-match-patch-es": "^0.1.1", |
117 | 117 | "ohash": "^1.1.4" |
118 | 118 | }, |
119 | 119 | "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", |
122 | 122 | "@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", |
126 | 126 | "@rollup/plugin-babel": "^6.0.4", |
127 | | - "@sveltejs/vite-plugin-svelte": "^3.1.2", |
| 127 | + "@sveltejs/vite-plugin-svelte": "^5.0.1", |
128 | 128 | "@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", |
141 | 141 | "esno": "^4.8.0", |
142 | 142 | "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", |
146 | 146 | "rimraf": "^6.0.1", |
147 | | - "rollup": "^4.24.0", |
148 | | - "shiki": "^1.22.0", |
| 147 | + "rollup": "^4.28.1", |
| 148 | + "shiki": "^1.24.1", |
149 | 149 | "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", |
153 | 153 | "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" |
159 | 159 | }, |
160 | 160 | "simple-git-hooks": { |
161 | 161 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments