Skip to content

Commit bb91cde

Browse files
chore(deps): update non-major
1 parent b23b232 commit bb91cde

File tree

3 files changed

+1012
-850
lines changed

3 files changed

+1012
-850
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@22a9089034f40e5a961c8808d113e2c98fb63676 # 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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -94,42 +94,42 @@
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.18.0",
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",
102-
"axe-core": "^4.11.0",
100+
"@vanilla-extract/vite-plugin": "^5.1.4",
101+
"@vitejs/plugin-react": "^5.1.2",
102+
"axe-core": "^4.11.1",
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.2",
108108
"esbuild-register": "^3.6.0",
109-
"express": "^5.1.0",
109+
"express": "^5.2.1",
110110
"globby": "^11.1.0",
111111
"lightningcss": "^1.30.2",
112112
"lodash": "^4.17.21",
113113
"mkdirp": "^2.1.6",
114114
"pako": "^2.1.0",
115115
"rimraf": "^4.4.1",
116116
"segmented-property": "^4.0.0",
117-
"vite": "^7.1.10"
117+
"vite": "^7.3.1"
118118
},
119119
"devDependencies": {
120-
"@changesets/changelog-github": "^0.5.1",
121-
"@changesets/cli": "^2.29.7",
120+
"@changesets/changelog-github": "^0.5.2",
121+
"@changesets/cli": "^2.29.8",
122122
"@sanity/browserslist-config": "^1.0.5",
123-
"@sanity/pkg-utils": "^8.1.21",
124-
"@sanity/prettier-config": "^2.0.1",
125-
"@sanity/ui": "4.0.0-static.38",
126-
"@types/cpx": "^1.5.5",
127-
"@types/express": "^5.0.3",
128-
"@types/lodash": "^4.17.20",
129-
"@types/node": "^20.19.21",
123+
"@sanity/pkg-utils": "^8.1.29",
124+
"@sanity/prettier-config": "^2.0.3",
125+
"@sanity/ui": "4.0.0-static.46",
126+
"@types/cpx": "^1.5.6",
127+
"@types/express": "^5.0.6",
128+
"@types/lodash": "^4.17.23",
129+
"@types/node": "^20.19.30",
130130
"@types/pako": "^2.0.4",
131-
"@types/react": "^19.2.2",
132-
"@types/react-dom": "^19.2.2",
131+
"@types/react": "^19.2.8",
132+
"@types/react-dom": "^19.2.3",
133133
"@typescript-eslint/eslint-plugin": "^7.18.0",
134134
"@typescript-eslint/parser": "^7.18.0",
135135
"babel-plugin-react-compiler": "1.0.0",
@@ -145,10 +145,10 @@
145145
"husky": "^8.0.3",
146146
"jsdom": "^22.1.0",
147147
"npm-run-all2": "^6.2.6",
148-
"prettier": "^3.6.2",
149-
"react": "^19.2.0",
150-
"react-dom": "^19.2.0",
151-
"react-is": "^19.2.0",
148+
"prettier": "^3.7.4",
149+
"react": "^19.2.3",
150+
"react-dom": "^19.2.3",
151+
"react-is": "^19.2.3",
152152
"tsconfig-paths": "^4.2.0",
153153
"typescript": "5.9.3",
154154
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)