Skip to content

Commit

Permalink
chore(deps): update @vanilla-extract/vite-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 15, 2023
1 parent 4222ed9 commit 08bb2ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@cloudflare/workers-types": "^4.20230518.0",
"@playwright/test": "^1.33.0",
"@vanilla-extract/css": "^1.10.0",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@vanilla-extract/vite-plugin": "^3.9.1",
"cheerio": "^1.0.0-rc.12",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"lodash": "^4.17.21",
"mime": "^3.0.0",
"patch-package": "^6.5.0",
"postcss-load-config": "^4.0.1",
"prettier": "^2.7.1",
"prompt-confirm": "^2.0.4",
"react": "^18.2.0",
Expand All @@ -119,13 +118,13 @@
"remark-gfm": "3.0.1",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"resolve-bin": "^1.0.1",
"rollup": "^2.36.1",
"rollup-plugin-copy": "^3.3.0",
"semver": "^7.3.7",
"simple-git": "^3.16.0",
"to-vfile": "7.2.3",
"typescript": "^5.1.0",
"resolve-bin": "^1.0.1",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3407,15 +3407,15 @@
resolved "https://registry.npmjs.org/@vanilla-extract/private/-/private-1.0.3.tgz"
integrity sha512-17kVyLq3ePTKOkveHxXuIJZtGYs+cSoev7BlP+Lf4916qfDhk/HBjvlYDe8egrea7LNPHKwSZJK/bzZC+Q6AwQ==

"@vanilla-extract/vite-plugin@^3.9.0":
version "3.9.0"
resolved "https://registry.npmjs.org/@vanilla-extract/vite-plugin/-/vite-plugin-3.9.0.tgz#40bbb39df09865b4ffe1c5e6db10d85c73e71d2a"
integrity sha512-Q2HYAyEJ93Uy7GHQPPiP8SXwPMHGpd4d0YnrIQqB0YZccYbGJR/WFIln9Dmbzx2pdngQUoOfhwEg6kJF8sQrog==
"@vanilla-extract/vite-plugin@^3.9.1":
version "3.9.1"
resolved "https://registry.npmjs.org/@vanilla-extract/vite-plugin/-/vite-plugin-3.9.1.tgz#28da454974d4dbc45871d715202dac8332d2d6ae"
integrity sha512-FI0Tzga+iuqPqFGms9qjeeb+PbdJdIGuG1Yc8gnzHSsRVy61u05wmfSbN9AN+FKzcvV/O1zAvRrusXCXi1oHYA==
dependencies:
"@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"

"@web3-storage/multipart-parser@^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -10662,7 +10662,7 @@ postcss-js@^4.0.0:
dependencies:
camelcase-css "^2.0.1"

postcss-load-config@^3.1.0, postcss-load-config@^3.1.4:
postcss-load-config@^3.1.4:
version "3.1.4"
resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz"
integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==
Expand Down

0 comments on commit 08bb2ed

Please sign in to comment.