Skip to content

Commit

Permalink
fix: update vanilla extract plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aube-dev committed Aug 31, 2023
1 parent d69ce25 commit 3405938
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@babel/core": "7.20.2",
"@svgr/webpack": "6.5.1",
"@vanilla-extract/next-plugin": "2.1.1",
"@vanilla-extract/webpack-plugin": "2.2.0",
"@vanilla-extract/next-plugin": "2.3.0",
"@vanilla-extract/webpack-plugin": "2.3.0",
"babel-loader": "8.3.0",
"eslint-config-prettier": "8.5.0",
"prettier": "2.7.1"
Expand Down
22 changes: 6 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1801,30 +1801,20 @@
vite "^4.1.4"
vite-node "^0.28.5"

"@vanilla-extract/next-plugin@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@vanilla-extract/next-plugin/-/next-plugin-2.1.1.tgz#c030bb930d7e64739158e36bf49bdd55c96102af"
integrity sha512-8+7WRL7JRv9w9MOwTpVi/ZDv3qXkxjkgJgxzS9wQJHjvdfcs0Xyq30ePeaJfBN4b6ClUeqOdj7UYa8fqKA8oOQ==
"@vanilla-extract/next-plugin@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@vanilla-extract/next-plugin/-/next-plugin-2.3.0.tgz#d5793ee241d889a0ca205ab74774638cdcd73896"
integrity sha512-l7ZzcL1G9zuJTAhBbOy6NKW/FPDOhDzfUXPhFGSTN1sdtO7qBmGLtOGFZATAYboAuIWXhGgnrfkyNgQh2adXZw==
dependencies:
"@vanilla-extract/webpack-plugin" "^2.2.0"
"@vanilla-extract/webpack-plugin" "^2.3.0"
browserslist "^4.19.1"

"@vanilla-extract/private@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@vanilla-extract/private/-/private-1.0.3.tgz#7ec72bc2ff6fe51f9d650f962e8d1989b073690f"
integrity sha512-17kVyLq3ePTKOkveHxXuIJZtGYs+cSoev7BlP+Lf4916qfDhk/HBjvlYDe8egrea7LNPHKwSZJK/bzZC+Q6AwQ==

"@vanilla-extract/[email protected]":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@vanilla-extract/webpack-plugin/-/webpack-plugin-2.2.0.tgz#e7d07543d531a9fe283c37eebaabe746a44fbe30"
integrity sha512-EQrnT7gIki+Wm57eIRZRw6pi4M4VVnwiSp5OOcQF81XdZvoYXo51Ern7+dHKS+Xxli151BWTUsg/UZSpaAz29Q==
dependencies:
"@vanilla-extract/integration" "^6.0.0"
chalk "^4.1.1"
debug "^4.3.1"
loader-utils "^2.0.0"

"@vanilla-extract/webpack-plugin@^2.2.0":
"@vanilla-extract/[email protected]", "@vanilla-extract/webpack-plugin@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@vanilla-extract/webpack-plugin/-/webpack-plugin-2.3.0.tgz#277f1e979f81c85148a8ba82a2bceb1564a2589c"
integrity sha512-c+oaozLGNu+dqLNattJ9nVmy6t2OZw6qEW0xJkPS4bRXlpMSNrPwkKB1Lpov2yd2/eDuxTFi760zTZygwFNBVA==
Expand Down

0 comments on commit 3405938

Please sign in to comment.