Skip to content

Commit 5e91584

Browse files
chore(deps): update all non-major dependencies
1 parent 82d23ab commit 5e91584

File tree

27 files changed

+5975
-4099
lines changed

27 files changed

+5975
-4099
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,30 @@
4242
"chokidar": "4.0.3",
4343
"concurrently": "9.2.1",
4444
"cross-env": "10.1.0",
45-
"happy-dom": "20.0.11",
45+
"happy-dom": "20.3.9",
4646
"husky": "9.1.7",
4747
"lint-staged": "16.2.7",
4848
"mdx-local-link-checker": "2.1.1",
4949
"rimraf": "5.0.10",
5050
"ts-morph": "27.0.2",
5151
"tsup": "8.5.1",
52-
"tsx": "4.20.6",
52+
"tsx": "4.21.0",
5353
"typescript": "5.9.3",
5454
"vite-tsconfig-paths": "5.1.4",
55-
"vitest": "4.0.15"
55+
"vitest": "4.0.18"
5656
},
5757
"devDependencies": {
5858
"@eslint/js": "^9.39.1",
5959
"@types/eslint": "9.6.1",
60-
"@types/node": "24.10.1",
61-
"@typescript-eslint/eslint-plugin": "8.48.1",
62-
"@typescript-eslint/parser": "8.48.1",
63-
"eslint": "9.39.1",
60+
"@types/node": "24.10.9",
61+
"@typescript-eslint/eslint-plugin": "8.54.0",
62+
"@typescript-eslint/parser": "8.54.0",
63+
"eslint": "9.39.2",
6464
"eslint-config-prettier": "10.1.8",
6565
"globals": "^16.4.0",
66-
"prettier": "3.2.5",
66+
"prettier": "3.8.1",
6767
"typescript-eslint": "^8.48.1",
68-
"vite-plugin-virtual": "^0.4.0"
68+
"vite-plugin-virtual": "^0.5.0"
6969
},
7070
"lint-staged": {
7171
"packages/**/*.{ts,tsx}": [
@@ -74,10 +74,10 @@
7474
"git add --all packages/studio/"
7575
]
7676
},
77-
"packageManager": "pnpm@10.27.0",
77+
"packageManager": "pnpm@10.28.2",
7878
"pnpm": {
7979
"overrides": {
80-
"@swc/helpers@~0.4": "0.4.36"
80+
"@swc/helpers@~0.4": "0.5.18"
8181
}
8282
}
8383
}

packages/astro-plugin-studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"javascript-stringify": "2.1.0"
4444
},
4545
"devDependencies": {
46-
"astro": "5.16.3",
47-
"vite": "7.2.6"
46+
"astro": "5.16.15",
47+
"vite": "7.3.1"
4848
},
4949
"peerDependencies": {
5050
"astro": ">=4"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@pandacss/shared": "workspace:*",
4545
"@pandacss/token-dictionary": "workspace:*",
4646
"@pandacss/types": "workspace:*",
47-
"browserslist": "4.28.0",
47+
"browserslist": "4.28.1",
4848
"hookable": "5.5.3",
49-
"lightningcss": "1.30.2",
49+
"lightningcss": "1.31.1",
5050
"lodash.merge": "4.6.2",
5151
"outdent": "0.8.0",
5252
"postcss": "8.5.6",

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.28.0",
50+
"browserslist": "4.28.1",
5151
"chokidar": "4.0.3",
5252
"fast-glob": "3.3.3",
53-
"fs-extra": "11.3.2",
53+
"fs-extra": "11.3.3",
5454
"glob-parent": "6.0.2",
5555
"is-glob": "4.0.3",
5656
"lodash.merge": "4.6.2",
@@ -63,7 +63,7 @@
6363
"picomatch": "4.0.3",
6464
"pluralize": "8.0.0",
6565
"postcss": "8.5.6",
66-
"prettier": "3.2.5",
66+
"prettier": "3.8.1",
6767
"ts-morph": "27.0.2",
6868
"ts-pattern": "5.9.0",
6969
"tsconfck": "3.1.6"

packages/parser/package.json

Lines changed: 2 additions & 2 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.25",
43+
"@vue/compiler-sfc": "3.5.27",
4444
"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.25"
50+
"@vue/compiler-core": "3.5.27"
5151
},
5252
"files": [
5353
"dist"

packages/preset-atlaskit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"devDependencies": {
4646
"@atlaskit/motion": "^5.3.10",
47-
"@atlaskit/tokens": "8.4.0"
47+
"@atlaskit/tokens": "8.6.1"
4848
}
4949
}

packages/preset-open-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@pandacss/types": "workspace:*",
4242
"css": "3.0.0",
43-
"open-props": "1.7.16"
43+
"open-props": "1.7.17"
4444
},
4545
"devDependencies": {
4646
"@types/css": "0.0.38"

packages/studio/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
"@pandacss/shared": "workspace:*",
6363
"@pandacss/token-dictionary": "workspace:*",
6464
"@pandacss/types": "workspace:*",
65-
"astro": "5.16.3",
65+
"astro": "5.16.15",
6666
"nanostores": "^1.1.0",
67-
"react": "19.2.0",
68-
"react-dom": "19.2.0",
69-
"vite": "7.2.6"
67+
"react": "19.2.3",
68+
"react-dom": "19.2.3",
69+
"vite": "7.3.1"
7070
},
7171
"devDependencies": {
72-
"@testing-library/react": "16.3.0",
73-
"@types/react": "19.2.7",
72+
"@testing-library/react": "16.3.2",
73+
"@types/react": "19.2.9",
7474
"@types/react-dom": "19.2.3"
7575
}
7676
}

playground/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,53 @@
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.30.0",
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.30.2",
32+
"lightningcss-wasm": "1.31.1",
3333
"merge-anything": "6.0.6",
34-
"monaco-editor": "0.46.0",
34+
"monaco-editor": "0.55.1",
3535
"monaco-editor-auto-typings": "0.4.6",
36-
"monaco-jsx-syntax-highlight": "1.2.0",
36+
"monaco-jsx-syntax-highlight": "1.2.2",
3737
"nanoid": "5.1.6",
38-
"next": "15.5.7",
38+
"next": "15.5.9",
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.2.0",
46-
"react-dom": "19.2.0",
43+
"prism-react-renderer": "2.4.1",
44+
"prisma": "5.22.0",
45+
"react": "19.2.3",
46+
"react-dom": "19.2.3",
4747
"react-live-runner": "1.0.7",
48-
"sucrase": "3.35.0",
48+
"sucrase": "3.35.1",
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.3",
5757
"@eslint/js": "^9.39.1",
58-
"@next/bundle-analyzer": "15.5.6",
58+
"@next/bundle-analyzer": "15.5.9",
5959
"@pandacss/dev": "workspace:*",
6060
"@pandacss/types": "workspace:*",
61-
"@types/react": "19.2.7",
61+
"@types/react": "19.2.9",
6262
"@types/react-dom": "19.2.3",
6363
"dts-bundle-generator": "9.5.1",
6464
"eslint": "^9.39.1",
65-
"eslint-config-next": "16.0.6",
65+
"eslint-config-next": "16.1.4",
6666
"eslint-plugin-react-hooks": "^7.0.1",
6767
"raw-loader": "4.0.2",
68-
"tsx": "4.20.6"
68+
"tsx": "4.21.0"
6969
},
7070
"browserslist": [
7171
"Chrome 118"

0 commit comments

Comments
 (0)