Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Nov 7, 2023
1 parent 66c9774 commit 5347c0c
Show file tree
Hide file tree
Showing 11 changed files with 2,263 additions and 2,419 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# registry=http://registry.npmmirror.com/
registry=http://registry.npmmirror.com/
msvs_version=2017
9 changes: 8 additions & 1 deletion e2e/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports[`e2e > 'taroReact' snapshot > wxss 1`] = `
-webkit-transform: none;
transform: none;
}
} /* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
} /* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */
::after,
::before,
text,
Expand Down Expand Up @@ -1534,6 +1534,13 @@ object {
background-image: none;
}
.h5-button,
.h5-input,
.h5-select,
.h5-textarea,
optgroup {
color: inherit;
}
.h5-button,
.h5-select {
text-transform: none;
}
Expand Down
1 change: 1 addition & 0 deletions examples/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=http://registry.npmmirror.com/
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@pandacss/dev": "^0.17.0",
"@pandacss/dev": "^0.18.0",
"cross-env": "^7.0.3",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"weapp-ide-cli": "^1.0.1",
"weapp-tailwindcss": "^2.10.1"
},
Expand Down
Loading

0 comments on commit 5347c0c

Please sign in to comment.