Skip to content

Commit 82e6965

Browse files
chore(deps): update non-major
1 parent 54e40c7 commit 82e6965

3 files changed

Lines changed: 1265 additions & 831 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: pnpm install
2828
- run: pnpm build
2929
- run: pnpm build:demo
30-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
30+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
3131
with:
3232
github_token: ${{ steps.generate-token.outputs.token }}
3333
publish_dir: ./demo/dist

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,38 +55,38 @@
5555
"@changesets/changelog-github": "^0.7.0",
5656
"@changesets/cli": "^2.31.0",
5757
"@rolldown/plugin-babel": "^0.2.3",
58-
"@sanity/client": "^7.22.0",
58+
"@sanity/client": "^7.23.0",
5959
"@sanity/image-url": "^2.1.1",
6060
"@sanity/tsconfig": "^2.1.0",
61-
"@sanity/tsdown-config": "^0.6.1",
61+
"@sanity/tsdown-config": "^0.7.2",
6262
"@sanity/ui": "^3.2.0",
6363
"@types/leaflet": "^1.9.21",
64-
"@types/react": "^19.2.14",
64+
"@types/react": "^19.2.17",
6565
"@types/react-dom": "^19.2.3",
6666
"@types/ws": "^8.18.1",
6767
"@vitejs/plugin-react": "^6.0.2",
6868
"babel-plugin-react-compiler": "^1.0.0",
6969
"esbuild": "^0.28.0",
7070
"esbuild-register": "^3.6.0",
71-
"groq": "^5.25.1",
71+
"groq": "^5.31.1",
7272
"leaflet": "^1.9.4",
73-
"oxfmt": "^0.50.0",
74-
"oxlint": "^1.65.0",
73+
"oxfmt": "^0.55.0",
74+
"oxlint": "^1.70.0",
7575
"oxlint-tsgolint": "^0.23.0",
76-
"react": "^19.2.6",
77-
"react-dom": "^19.2.6",
78-
"react-is": "^19.2.6",
76+
"react": "^19.2.7",
77+
"react-dom": "^19.2.7",
78+
"react-is": "^19.2.7",
7979
"react-leaflet": "^5.0.0",
8080
"react-refractor": "^4.0.0",
8181
"refractor": "^5.0.0",
8282
"rimraf": "^5.0.1",
8383
"rollup-plugin-visualizer": "^7.0.1",
84-
"sanity": "^5.25.1",
84+
"sanity": "^5.31.1",
8585
"styled-components": "npm:@sanity/css-in-js@6.2.1",
86-
"tsdown": "^0.22.0",
86+
"tsdown": "^0.22.2",
8787
"typescript": "5.9.3",
8888
"vite": "^8.0.13",
89-
"vitest": "^4.1.6"
89+
"vitest": "^4.1.9"
9090
},
9191
"peerDependencies": {
9292
"react": "^18.2 || ^19"

0 commit comments

Comments
 (0)