Skip to content

Commit 475c8ee

Browse files
fix(deps): update non-major (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c279c0 commit 475c8ee

File tree

3 files changed

+805
-622
lines changed

3 files changed

+805
-622
lines changed

.github/workflows/react-compiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "changed=false" >> $GITHUB_OUTPUT
3838
fi
3939
- if: steps.check-changes.outputs.changed == 'true'
40-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
40+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
4141
with:
4242
body: I ran `pnpm -r up react-compiler-runtime@latest babel-plugin-react-compiler@latest eslint-plugin-react-hooks@latest` 🧑‍💻
4343
branch: actions/react-compiler

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@
9494
"prettier": "@sanity/prettier-config",
9595
"dependencies": {
9696
"@sanity/icons": "^3.7.4",
97-
"@vanilla-extract/css": "^1.17.4",
97+
"@vanilla-extract/css": "^1.17.5",
9898
"@vanilla-extract/css-utils": "^0.1.6",
9999
"@vanilla-extract/dynamic": "^2.1.5",
100-
"@vanilla-extract/vite-plugin": "^5.1.1",
101-
"@vitejs/plugin-react": "^5.0.4",
100+
"@vanilla-extract/vite-plugin": "^5.1.3",
101+
"@vitejs/plugin-react": "^5.1.1",
102102
"axe-core": "^4.11.0",
103103
"cac": "^6.7.14",
104104
"chokidar": "^3.6.0",
105105
"cpx": "^1.5.0",
106106
"dotenv-flow": "^4.1.0",
107-
"esbuild": "^0.25.11",
107+
"esbuild": "^0.27.0",
108108
"esbuild-register": "^3.6.0",
109109
"express": "^5.1.0",
110110
"globby": "^11.1.0",
@@ -113,22 +113,22 @@
113113
"pako": "^2.1.0",
114114
"rimraf": "^4.4.1",
115115
"segmented-property": "^4.0.0",
116-
"vite": "^7.1.10"
116+
"vite": "^7.2.4"
117117
},
118118
"devDependencies": {
119119
"@changesets/changelog-github": "^0.5.1",
120120
"@changesets/cli": "^2.29.7",
121121
"@sanity/browserslist-config": "^1.0.5",
122-
"@sanity/pkg-utils": "^8.1.21",
123-
"@sanity/prettier-config": "^2.0.1",
124-
"@sanity/ui": "^3.1.10",
125-
"@types/cpx": "^1.5.5",
126-
"@types/express": "^5.0.3",
127-
"@types/lodash": "^4.17.20",
128-
"@types/node": "^20.19.21",
122+
"@sanity/pkg-utils": "^8.1.29",
123+
"@sanity/prettier-config": "^2.0.2",
124+
"@sanity/ui": "^3.1.11",
125+
"@types/cpx": "^1.5.6",
126+
"@types/express": "^5.0.5",
127+
"@types/lodash": "^4.17.21",
128+
"@types/node": "^20.19.25",
129129
"@types/pako": "^2.0.4",
130-
"@types/react": "^19.2.2",
131-
"@types/react-dom": "^19.2.2",
130+
"@types/react": "^19.2.7",
131+
"@types/react-dom": "^19.2.3",
132132
"@typescript-eslint/eslint-plugin": "^7.18.0",
133133
"@typescript-eslint/parser": "^7.18.0",
134134
"babel-plugin-react-compiler": "1.0.0",

0 commit comments

Comments
 (0)