Skip to content

Commit

Permalink
Merge branch 'master' into esbuild-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Nov 15, 2023
2 parents d1985d5 + f5e5970 commit 74c37ce
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/vite-plugin

## 3.9.1

### Patch Changes

- [#1231](https://github.com/vanilla-extract-css/vanilla-extract/pull/1231) [`cdd5150`](https://github.com/vanilla-extract-css/vanilla-extract/commit/cdd51507fd40eb9efa8c4ad59a7b31615b5d69d6) Thanks [@mrm007](https://github.com/mrm007)! - Bump `postcss-load-config` to enable loading PostCSS configs defined as ES Modules

## 3.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/vite-plugin",
"version": "3.9.0",
"version": "3.9.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
"module": "dist/vanilla-extract-vite-plugin.esm.js",
Expand All @@ -18,7 +18,7 @@
"@vanilla-extract/integration": "^6.0.2",
"outdent": "^0.8.0",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0"
"postcss-load-config": "^4.0.1"
},
"devDependencies": {
"vite": "npm:vite@^2.7.0"
Expand Down
27 changes: 25 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74c37ce

Please sign in to comment.