Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 13, 2024
1 parent cff19aa commit 0f01d0e
Show file tree
Hide file tree
Showing 14 changed files with 1,628 additions and 2,602 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lightningcss": "1.25.1",
"lodash.merge": "4.6.2",
"outdent": "0.8.0",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-discard-duplicates": "7.0.1",
"postcss-discard-empty": "7.0.0",
"postcss-merge-rules": "7.0.4",
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.47"
"postcss": "8.4.49"
}
}
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.47",
"postcss": "8.4.49",
"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 @@ -61,7 +61,7 @@
"perfect-debounce": "1.0.0",
"pkg-types": "1.0.3",
"pluralize": "8.0.0",
"postcss": "8.4.47",
"postcss": "8.4.49",
"prettier": "3.2.5",
"ts-morph": "21.0.1",
"ts-pattern": "5.0.8",
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.47"
"postcss": "8.4.49"
},
"devDependencies": {
"@pandacss/logger": "workspace:*"
Expand Down
4,190 changes: 1,608 additions & 2,582 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"postcss": "8.4.47",
"postcss": "8.4.49",
"nuxt": "3.12.4",
"@sandbox-nuxt-lib-source/css-lib": "workspace:*",
"@pandacss/dev": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/gatsby-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@pandacss/dev": "workspace:*",
"gatsby": "5.13.7",
"gatsby-plugin-postcss": "6.13.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sandbox/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"postcss": "8.4.47",
"postcss": "8.4.49",
"nuxt": "3.12.4",
"vue": "3.4.19",
"@pandacss/dev": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/runtime-perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.4.9",
Expand Down
16 changes: 8 additions & 8 deletions sandbox/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"license": "ISC",
"devDependencies": {
"@babel/core": "7.23.9",
"@storybook/addon-actions": "7.6.16",
"@storybook/addon-essentials": "7.6.16",
"@storybook/addon-interactions": "7.6.16",
"@storybook/addon-links": "7.6.16",
"@storybook/addon-actions": "8.4.2",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2",
"@storybook/addon-links": "8.4.2",
"@storybook/addon-styling": "1.3.7",
"@storybook/react": "7.6.16",
"@storybook/react-webpack5": "7.6.16",
"@storybook/react": "8.4.2",
"@storybook/react-webpack5": "8.4.2",
"babel-loader": "9.1.3",
"@pandacss/dev": "workspace:*",
"postcss": "8.4.47",
"storybook": "7.6.16"
"postcss": "8.4.49",
"storybook": "8.4.2"
},
"dependencies": {
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sveltejs/kit": "2.5.28",
"autoprefixer": "10.4.20",
"eslint-plugin-svelte3": "4.0.0",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-load-config": "5.1.0",
"prettier-plugin-svelte": "3.2.7",
"svelte": "4.2.19",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.4.9",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"postcss": "8.4.49",
"prettier": "3.2.5"
}
}

0 comments on commit 0f01d0e

Please sign in to comment.