Skip to content

Commit 00af971

Browse files
authored
Update dependency @vanilla-extract/integration (#1291)
1 parent f373d7f commit 00af971

File tree

8 files changed

+23
-12
lines changed

8 files changed

+23
-12
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@vanilla-extract/esbuild-plugin': patch
3+
'@vanilla-extract/esbuild-plugin-next': patch
4+
'@vanilla-extract/next-plugin': patch
5+
'@vanilla-extract/parcel-transformer': patch
6+
'@vanilla-extract/rollup-plugin': patch
7+
'@vanilla-extract/vite-plugin': patch
8+
'@vanilla-extract/webpack-plugin': patch
9+
---
10+
11+
Update dependency `@vanilla-extract/integration`

packages/esbuild-plugin-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "SEEK",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@vanilla-extract/integration": "^6.2.5"
19+
"@vanilla-extract/integration": "^6.3.0"
2020
},
2121
"peerDependencies": {
2222
"esbuild": ">=0.17.6"

packages/esbuild-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^6.2.5"
18+
"@vanilla-extract/integration": "^6.3.0"
1919
},
2020
"peerDependencies": {
2121
"esbuild": ">=0.17.6"

packages/parcel-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@parcel/plugin": "^2.7.0",
22-
"@vanilla-extract/integration": "^6.2.5"
22+
"@vanilla-extract/integration": "^6.3.0"
2323
}
2424
}

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^6.2.5"
18+
"@vanilla-extract/integration": "^6.3.0"
1919
},
2020
"devDependencies": {
2121
"@fixtures/themed": "*",

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^6.2.5",
18+
"@vanilla-extract/integration": "^6.3.0",
1919
"outdent": "^0.8.0",
2020
"postcss": "^8.3.6",
2121
"postcss-load-config": "^4.0.1"

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"webpack": "^4.30.0 || ^5.20.2"
5757
},
5858
"dependencies": {
59-
"@vanilla-extract/integration": "^6.2.5",
59+
"@vanilla-extract/integration": "^6.3.0",
6060
"chalk": "^4.1.1",
6161
"debug": "^4.3.1",
6262
"loader-utils": "^2.0.0"

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)