Skip to content

Commit 225abf5

Browse files
fix(deps): update all non-major dependencies (#176)
1 parent 5002871 commit 225abf5

File tree

5 files changed

+129
-129
lines changed

5 files changed

+129
-129
lines changed

examples/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@lynx-js/tailwind-preset": "0.4.0",
2323
"@lynx-js/types": "^3.4.11",
2424
"@types/react": "^18.3.25",
25-
"tailwindcss": "^3.4.17",
25+
"tailwindcss": "^3.4.18",
2626
"typescript": "~5.9.3"
2727
},
2828
"engines": {

examples/tanstack-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@lynx-js/react": "catalog:",
25-
"@tanstack/react-router": "1.132.27",
25+
"@tanstack/react-router": "1.132.31",
2626
"url-search-params-polyfill": "^8.2.5"
2727
},
2828
"devDependencies": {
2929
"@lynx-js/qrcode-rsbuild-plugin": "catalog:",
3030
"@lynx-js/react-rsbuild-plugin": "catalog:",
3131
"@lynx-js/rspeedy": "catalog:",
3232
"@lynx-js/types": "^3.4.11",
33-
"@tanstack/router-plugin": "1.132.27",
33+
"@tanstack/router-plugin": "1.132.31",
3434
"@types/react": "^18.3.25"
3535
}
3636
}

examples/web-platform/packages/react-container/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"dependencies": {
1212
"@lynx-js/lynx-core": "^0.1.3",
13-
"@lynx-js/web-core": "^0.17.1",
13+
"@lynx-js/web-core": "^0.17.2",
1414
"@lynx-js/web-elements": "^0.8.7",
15-
"react": "^19.1.1",
16-
"react-dom": "^19.1.1"
15+
"react": "^19.2.0",
16+
"react-dom": "^19.2.0"
1717
},
1818
"devDependencies": {
1919
"@rsbuild/core": "1.5.13",
2020
"@rsbuild/plugin-react": "1.4.1",
21-
"@types/react": "^19.1.16",
22-
"@types/react-dom": "^19.1.9",
21+
"@types/react": "^19.2.0",
22+
"@types/react-dom": "^19.2.0",
2323
"typescript": "^5.9.3"
2424
}
2525
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"sort-package-json": "^3.4.0",
2626
"turbo": "^2.5.8"
2727
},
28-
"packageManager": "pnpm@10.17.1",
28+
"packageManager": "pnpm@10.18.0",
2929
"engines": {
3030
"node": ">=22",
31-
"pnpm": "10.17.1"
31+
"pnpm": "10.18.0"
3232
},
3333
"pnpm": {
3434
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)