Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed May 12, 2024
1 parent 6a7c53e commit b35345e
Show file tree
Hide file tree
Showing 18 changed files with 920 additions and 793 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"git add --all packages/studio/"
]
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"pnpm": {
"overrides": {
"@swc/helpers@~0.4": "0.4.36"
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"lightningcss": "1.23.0",
"lodash.merge": "4.6.2",
"outdent": "0.8.0",
"postcss": "8.4.35",
"postcss-discard-duplicates": "6.0.1",
"postcss-discard-empty": "6.0.3",
"postcss-merge-rules": "6.0.3",
"postcss-minify-selectors": "6.0.4",
"postcss": "8.4.38",
"postcss-discard-duplicates": "7.0.0",
"postcss-discard-empty": "7.0.0",
"postcss-merge-rules": "7.0.0",
"postcss-minify-selectors": "7.0.0",
"postcss-nested": "6.0.1",
"postcss-normalize-whitespace": "6.0.1",
"postcss-selector-parser": "6.0.15",
"postcss-normalize-whitespace": "7.0.0",
"postcss-selector-parser": "6.0.16",
"ts-pattern": "5.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@pandacss/shared": "workspace:^",
"@pandacss/token-dictionary": "workspace:^",
"@pandacss/types": "workspace:*",
"postcss": "8.4.35"
"postcss": "8.4.38"
}
}
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"javascript-stringify": "2.1.0",
"outdent": " ^0.8.0",
"pluralize": "8.0.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"ts-pattern": "5.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"perfect-debounce": "1.0.0",
"pkg-types": "1.0.3",
"pluralize": "8.0.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"preferred-pm": "3.1.2",
"prettier": "3.2.5",
"ts-morph": "21.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@pandacss/node": "workspace:*",
"postcss": "8.4.35"
"postcss": "8.4.38"
},
"devDependencies": {
"@pandacss/logger": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"monaco-editor-auto-typings": "0.4.5",
"monaco-jsx-syntax-highlight": "1.2.0",
"nanoid": "5.0.7",
"next": "14.1.0",
"next-themes": "0.2.1",
"next": "14.2.3",
"next-themes": "0.3.0",
"os-browserify": "0.3.0",
"outdent": " ^0.8.0",
"path-browserify": "1.0.1",
Expand Down
Loading

0 comments on commit b35345e

Please sign in to comment.