Skip to content

Commit afcf50e

Browse files
authored
Merge pull request #112 from eryue0220/chore/security-update
chore: update deps
2 parents 34522fb + 0042a3b commit afcf50e

File tree

12 files changed

+1935
-2735
lines changed

12 files changed

+1935
-2735
lines changed

examples/esbuild-example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"dependencies": {
99
"@stylexjs/open-props": "^0.11.1",
1010
"@stylexjs/stylex": "^0.12.0",
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0",
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1",
1313
"unplugin-stylex": "workspace:*"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^18.2.79",
17-
"@types/react-dom": "^18.2.25",
18-
"esbuild": "^0.25.0"
16+
"@types/react": "^18.3.20",
17+
"@types/react-dom": "^18.3.7",
18+
"esbuild": "^0.25.3"
1919
}
2020
}

examples/farm-example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"dependencies": {
1010
"@stylexjs/open-props": "^0.11.1",
1111
"@stylexjs/stylex": "^0.12.0",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0"
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@farmfe/cli": "^1.0.0",
17-
"@farmfe/core": "^1.0.22",
18-
"@farmfe/plugin-react": "^1.0.1",
19-
"@types/react": "^18.2.79",
20-
"@types/react-dom": "^18.2.25",
21-
"react-refresh": "^0.14.0",
16+
"@farmfe/cli": "^1.0.4",
17+
"@farmfe/core": "^1.7.4",
18+
"@farmfe/plugin-react": "^1.2.6",
19+
"@types/react": "^18.3.20",
20+
"@types/react-dom": "^18.3.7",
21+
"react-refresh": "^0.14.2",
2222
"unplugin-stylex": "workspace:*"
2323
}
2424
}

examples/rolldown-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@stylexjs/open-props": "^0.11.1",
1111
"@stylexjs/stylex": "^0.12.0",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0"
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
1616
"rolldown": "1.0.0-beta.1",

examples/rollup-example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"dependencies": {
1010
"@stylexjs/open-props": "^0.11.1",
1111
"@stylexjs/stylex": "^0.12.0",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0"
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.24.4",
17-
"@babel/preset-env": "^7.24.4",
18-
"@babel/preset-react": "^7.24.1",
16+
"@babel/core": "^7.27.1",
17+
"@babel/preset-env": "^7.27.1",
18+
"@babel/preset-react": "^7.27.1",
1919
"@rollup/plugin-babel": "^6.0.4",
20-
"@rollup/plugin-commonjs": "^25.0.7",
21-
"@rollup/plugin-html": "^1.0.3",
22-
"@rollup/plugin-node-resolve": "^15.2.3",
23-
"@rollup/plugin-replace": "^5.0.5",
24-
"rollup": "^4.14.3",
20+
"@rollup/plugin-commonjs": "^25.0.8",
21+
"@rollup/plugin-html": "^1.1.0",
22+
"@rollup/plugin-node-resolve": "^15.3.1",
23+
"@rollup/plugin-replace": "^5.0.7",
24+
"rollup": "^4.40.1",
2525
"rollup-plugin-serve": "^1.1.1",
2626
"unplugin-stylex": "workspace:^"
2727
}

examples/rsbuild-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"dependencies": {
99
"@stylexjs/open-props": "^0.11.1",
1010
"@stylexjs/stylex": "^0.12.0",
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0"
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@rsbuild/core": "^1.0.19",
16-
"@rsbuild/plugin-react": "^1.0.6",
17-
"@types/react": "^18.2.79",
18-
"@types/react-dom": "^18.2.25",
19-
"html-webpack-plugin": "^5.6.0",
15+
"@rsbuild/core": "^1.3.15",
16+
"@rsbuild/plugin-react": "^1.3.0",
17+
"@types/react": "^18.3.20",
18+
"@types/react-dom": "^18.3.7",
19+
"html-webpack-plugin": "^5.6.3",
2020
"unplugin-stylex": "workspace:*"
2121
}
2222
}

examples/rspack-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"build": "rspack build"
77
},
88
"dependencies": {
9-
"@rspack/cli": "^1.0.14",
10-
"@rspack/core": "^1.0.14",
9+
"@rspack/cli": "^1.3.8",
10+
"@rspack/core": "^1.3.8",
1111
"@stylexjs/open-props": "^0.11.1",
1212
"@stylexjs/stylex": "^0.12.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.79",
18-
"@types/react-dom": "^18.2.25",
19-
"html-webpack-plugin": "^5.6.0",
17+
"@types/react": "^18.3.20",
18+
"@types/react-dom": "^18.3.7",
19+
"html-webpack-plugin": "^5.6.3",
2020
"unplugin-stylex": "workspace:*"
2121
}
2222
}

examples/solid-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"dependencies": {
1010
"@stylexjs/open-props": "^0.11.1",
1111
"@stylexjs/stylex": "^0.12.0",
12-
"solid-js": "^1.8.18"
12+
"solid-js": "^1.9.6"
1313
},
1414
"devDependencies": {
1515
"unplugin-stylex": "workspace:*",
16-
"vite": "^5.3.3",
17-
"vite-plugin-solid": "^2.10.2"
16+
"vite": "^5.4.19",
17+
"vite-plugin-solid": "^2.11.6"
1818
}
1919
}

examples/vite-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"dependencies": {
99
"@stylexjs/open-props": "^0.11.1",
1010
"@stylexjs/stylex": "^0.12.0",
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0"
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.79",
16-
"@types/react-dom": "^18.2.25",
17-
"@vitejs/plugin-react": "^4.2.1",
15+
"@types/react": "^18.3.20",
16+
"@types/react-dom": "^18.3.7",
17+
"@vitejs/plugin-react": "^4.4.1",
1818
"unplugin-stylex": "workspace:*",
19-
"vite": "^5.4.14"
19+
"vite": "^5.4.19"
2020
}
2121
}

examples/vue-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"dependencies": {
99
"@stylexjs/open-props": "^0.11.1",
1010
"@stylexjs/stylex": "^0.12.0",
11-
"vue": "^3.5.12"
11+
"vue": "^3.5.13"
1212
},
1313
"devDependencies": {
1414
"@vitejs/plugin-vue": "^4.6.2",
1515
"@vitejs/plugin-vue-jsx": "^3.1.0",
16-
"typescript": "^5.4.5",
16+
"typescript": "^5.8.3",
1717
"unplugin-stylex": "workspace:*",
18-
"vite": "^5.2.9",
19-
"vue-tsc": "^2.1.10"
18+
"vite": "^5.4.19",
19+
"vue-tsc": "^2.2.10"
2020
}
2121
}

examples/webpack-example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"build": "webpack build"
77
},
88
"devDependencies": {
9-
"@babel/core": "^7.24.4",
10-
"@babel/preset-env": "^7.24.4",
11-
"@babel/preset-react": "^7.24.1",
12-
"@types/react": "^18.2.79",
13-
"@types/react-dom": "^18.2.25",
14-
"babel-loader": "^9.1.3",
15-
"html-webpack-plugin": "^5.6.0",
9+
"@babel/core": "^7.27.1",
10+
"@babel/preset-env": "^7.27.1",
11+
"@babel/preset-react": "^7.27.1",
12+
"@types/react": "^18.3.20",
13+
"@types/react-dom": "^18.3.7",
14+
"babel-loader": "^9.2.1",
15+
"html-webpack-plugin": "^5.6.3",
1616
"unplugin-stylex": "workspace:*",
17-
"webpack": "^5.91.0",
17+
"webpack": "^5.99.7",
1818
"webpack-cli": "^5.1.4",
19-
"webpack-dev-server": "^5.0.4"
19+
"webpack-dev-server": "^5.2.1"
2020
},
2121
"dependencies": {
2222
"@stylexjs/open-props": "^0.11.1",
2323
"@stylexjs/stylex": "^0.12.0",
24-
"react": "^18.2.0",
25-
"react-dom": "^18.2.0"
24+
"react": "^18.3.1",
25+
"react-dom": "^18.3.1"
2626
}
2727
}

0 commit comments

Comments
 (0)