Skip to content

Commit 03b8975

Browse files
chore(deps): update all non-major dependencies
1 parent 14a6382 commit 03b8975

File tree

24 files changed

+3825
-4483
lines changed

24 files changed

+3825
-4483
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"license": "MIT",
3838
"dependencies": {
3939
"@changesets/changelog-github": "0.5.1",
40-
"@changesets/cli": "2.29.5",
40+
"@changesets/cli": "2.29.7",
4141
"@projectwallace/format-css": "^2.0.0",
4242
"chokidar": "4.0.3",
4343
"concurrently": "9.2.1",
4444
"cross-env": "10.1.0",
4545
"happy-dom": "20.0.10",
46-
"husky": "9.0.11",
47-
"lint-staged": "15.2.11",
46+
"husky": "9.1.7",
47+
"lint-staged": "15.5.2",
4848
"mdx-local-link-checker": "2.1.1",
4949
"rimraf": "5.0.10",
5050
"ts-morph": "27.0.2",
@@ -57,13 +57,13 @@
5757
"devDependencies": {
5858
"@eslint/js": "^9.39.1",
5959
"@types/eslint": "9.6.1",
60-
"@types/node": "24.8.1",
60+
"@types/node": "24.10.1",
6161
"@typescript-eslint/eslint-plugin": "8.46.4",
6262
"@typescript-eslint/parser": "8.46.4",
6363
"eslint": "9.39.1",
6464
"eslint-config-prettier": "10.1.8",
6565
"globals": "^16.4.0",
66-
"prettier": "3.2.5",
66+
"prettier": "3.6.2",
6767
"typescript-eslint": "^8.46.4",
6868
"vite-plugin-virtual": "^0.4.0"
6969
},
@@ -74,10 +74,10 @@
7474
"git add --all packages/studio/"
7575
]
7676
},
77-
"packageManager": "pnpm@10.19.0",
77+
"packageManager": "pnpm@10.22.0",
7878
"pnpm": {
7979
"overrides": {
80-
"@swc/helpers@~0.4": "0.4.36"
80+
"@swc/helpers@~0.4": "0.5.17"
8181
}
8282
}
8383
}

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@pandacss/shared": "workspace:*",
8181
"@pandacss/types": "workspace:*",
8282
"bundle-n-require": "1.1.2",
83-
"escalade": "3.1.2",
83+
"escalade": "3.2.0",
8484
"merge-anything": "5.1.7",
8585
"microdiff": "1.5.0",
8686
"typescript": "5.9.3"

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@pandacss/shared": "workspace:*",
4545
"@pandacss/token-dictionary": "workspace:*",
4646
"@pandacss/types": "workspace:*",
47-
"browserslist": "4.24.4",
47+
"browserslist": "4.28.0",
4848
"hookable": "5.5.3",
49-
"lightningcss": "1.25.1",
49+
"lightningcss": "1.30.2",
5050
"lodash.merge": "4.6.2",
5151
"outdent": "0.8.0",
5252
"postcss": "8.5.6",
5353
"postcss-discard-duplicates": "7.0.2",
5454
"postcss-discard-empty": "7.0.1",
55-
"postcss-merge-rules": "7.0.6",
55+
"postcss-merge-rules": "7.0.7",
5656
"postcss-minify-selectors": "7.0.5",
5757
"postcss-nested": "7.0.2",
5858
"postcss-normalize-whitespace": "7.0.1",

packages/node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@pandacss/shared": "workspace:*",
4848
"@pandacss/token-dictionary": "workspace:*",
4949
"@pandacss/types": "workspace:*",
50-
"browserslist": "4.24.4",
50+
"browserslist": "4.28.0",
5151
"chokidar": "4.0.3",
5252
"fast-glob": "3.3.3",
53-
"fs-extra": "11.2.0",
53+
"fs-extra": "11.3.2",
5454
"glob-parent": "6.0.2",
5555
"is-glob": "4.0.3",
5656
"lodash.merge": "4.6.2",
@@ -62,7 +62,7 @@
6262
"picomatch": "4.0.3",
6363
"pluralize": "8.0.0",
6464
"postcss": "8.5.6",
65-
"prettier": "3.2.5",
65+
"prettier": "3.6.2",
6666
"ts-morph": "27.0.2",
6767
"ts-pattern": "5.9.0",
6868
"tsconfck": "3.1.6"

packages/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"@pandacss/logger": "workspace:*",
4141
"@pandacss/shared": "workspace:*",
4242
"@pandacss/types": "workspace:*",
43-
"@vue/compiler-sfc": "3.5.22",
44-
"magic-string": "0.30.19",
43+
"@vue/compiler-sfc": "3.5.24",
44+
"magic-string": "0.30.21",
4545
"ts-morph": "27.0.2",
4646
"ts-pattern": "5.9.0"
4747
},
4848
"devDependencies": {
4949
"@pandacss/generator": "workspace:*",
50-
"@vue/compiler-core": "3.5.22"
50+
"@vue/compiler-core": "3.5.24"
5151
},
5252
"files": [
5353
"dist"

packages/studio/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
"author": "Segun Adebayo <[email protected]>",
5555
"license": "MIT",
5656
"dependencies": {
57-
"@astrojs/react": "4.3.0",
57+
"@astrojs/react": "4.4.2",
5858
"@pandacss/config": "workspace:*",
5959
"@pandacss/logger": "workspace:*",
6060
"@pandacss/shared": "workspace:*",
6161
"@pandacss/token-dictionary": "workspace:*",
6262
"@pandacss/types": "workspace:*",
6363
"@pandacss/astro-plugin-studio": "workspace:*",
6464
"astro": "5.15.6",
65-
"react": "19.1.1",
66-
"react-dom": "19.1.1",
65+
"react": "19.2.0",
66+
"react-dom": "19.2.0",
6767
"vite": "7.2.2"
6868
},
6969
"devDependencies": {
70-
"@types/react": "19.2.2",
71-
"@types/react-dom": "19.2.2",
70+
"@types/react": "19.2.4",
71+
"@types/react-dom": "19.2.3",
7272
"@testing-library/react": "16.3.0"
7373
}
7474
}

playground/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,48 +19,48 @@
1919
"typecheck": "tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"@ark-ui/react": "5.18.3",
23-
"@monaco-editor/react": "4.6.0",
22+
"@ark-ui/react": "5.27.1",
23+
"@monaco-editor/react": "4.7.0",
2424
"@pandacss/config": "workspace:*",
2525
"@pandacss/generator": "workspace:*",
2626
"@pandacss/logger": "workspace:*",
2727
"@pandacss/parser": "workspace:*",
2828
"@pandacss/preset-base": "workspace:*",
2929
"@pandacss/preset-panda": "workspace:*",
30-
"@prisma/client": "5.9.1",
30+
"@prisma/client": "5.22.0",
3131
"@textea/json-viewer": "4.0.1",
32-
"lightningcss-wasm": "1.23.0",
32+
"lightningcss-wasm": "1.30.2",
3333
"merge-anything": "5.1.7",
34-
"monaco-editor": "0.46.0",
34+
"monaco-editor": "0.54.0",
3535
"monaco-editor-auto-typings": "0.4.6",
36-
"monaco-jsx-syntax-highlight": "1.2.0",
37-
"nanoid": "5.1.5",
36+
"monaco-jsx-syntax-highlight": "1.2.2",
37+
"nanoid": "5.1.6",
3838
"next": "15.5.6",
3939
"next-themes": "0.4.6",
4040
"os-browserify": "0.3.0",
4141
"outdent": " ^0.8.0",
4242
"path-browserify": "1.0.1",
43-
"prism-react-renderer": "2.3.1",
44-
"prisma": "5.9.1",
45-
"react": "19.1.1",
46-
"react-dom": "19.1.1",
43+
"prism-react-renderer": "2.4.1",
44+
"prisma": "5.22.0",
45+
"react": "19.2.0",
46+
"react-dom": "19.2.0",
4747
"react-live-runner": "1.0.7",
4848
"sucrase": "3.35.0",
4949
"ts-pattern": "5.9.0",
5050
"typescript": "5.9.3",
51-
"usehooks-ts": "2.14.0",
51+
"usehooks-ts": "2.16.0",
5252
"util": "0.12.5",
53-
"zod": "3.25.1"
53+
"zod": "3.25.76"
5454
},
5555
"devDependencies": {
5656
"@eslint/eslintrc": "^3.3.1",
5757
"@eslint/js": "^9.39.1",
5858
"@next/bundle-analyzer": "15.5.6",
5959
"@pandacss/dev": "workspace:*",
6060
"@pandacss/types": "workspace:*",
61-
"@types/react": "19.2.2",
62-
"@types/react-dom": "19.2.2",
63-
"dts-bundle-generator": "9.3.1",
61+
"@types/react": "19.2.4",
62+
"@types/react-dom": "19.2.3",
63+
"dts-bundle-generator": "9.5.1",
6464
"eslint": "^9.39.1",
6565
"eslint-config-next": "16.0.3",
6666
"eslint-plugin-react-hooks": "^7.0.1",

0 commit comments

Comments
 (0)