Skip to content

Commit

Permalink
Update dependency @vanilla-extract/integration (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jan 27, 2024
1 parent f373d7f commit 00af971
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions .changeset/silly-seahorses-tickle.md
@@ -0,0 +1,11 @@
---
'@vanilla-extract/esbuild-plugin': patch
'@vanilla-extract/esbuild-plugin-next': patch
'@vanilla-extract/next-plugin': patch
'@vanilla-extract/parcel-transformer': patch
'@vanilla-extract/rollup-plugin': patch
'@vanilla-extract/vite-plugin': patch
'@vanilla-extract/webpack-plugin': patch
---

Update dependency `@vanilla-extract/integration`
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-next/package.json
Expand Up @@ -16,7 +16,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^6.2.5"
"@vanilla-extract/integration": "^6.3.0"
},
"peerDependencies": {
"esbuild": ">=0.17.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Expand Up @@ -15,7 +15,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^6.2.5"
"@vanilla-extract/integration": "^6.3.0"
},
"peerDependencies": {
"esbuild": ">=0.17.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-transformer/package.json
Expand Up @@ -19,6 +19,6 @@
"license": "MIT",
"dependencies": {
"@parcel/plugin": "^2.7.0",
"@vanilla-extract/integration": "^6.2.5"
"@vanilla-extract/integration": "^6.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Expand Up @@ -15,7 +15,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^6.2.5"
"@vanilla-extract/integration": "^6.3.0"
},
"devDependencies": {
"@fixtures/themed": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Expand Up @@ -15,7 +15,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^6.2.5",
"@vanilla-extract/integration": "^6.3.0",
"outdent": "^0.8.0",
"postcss": "^8.3.6",
"postcss-load-config": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Expand Up @@ -56,7 +56,7 @@
"webpack": "^4.30.0 || ^5.20.2"
},
"dependencies": {
"@vanilla-extract/integration": "^6.2.5",
"@vanilla-extract/integration": "^6.3.0",
"chalk": "^4.1.1",
"debug": "^4.3.1",
"loader-utils": "^2.0.0"
Expand Down
12 changes: 6 additions & 6 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 00af971

Please sign in to comment.