Skip to content

Commit

Permalink
feat(deps): upgrade and fix pandacss config dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jan 17, 2024
1 parent 773d851 commit 4491403
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 703 deletions.
19 changes: 13 additions & 6 deletions e2e/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2122,15 +2122,22 @@ page {
`;

exports[`e2e > 'uniAppVue3' snapshot > wxml 1`] = `
"<view class="content">
<view class="text-area pb-2">
<text class="title bg_redd400 _nchover_cbg_oranged400">Hello</text>
"<view class="content content">
<view class="text-area text-area pb-2 pb-2">
<text
class="title title bg_redd400 bg_redd400 _nchover_cbg_oranged400 _nchover_cbg_oranged400">
Hello
</text>
</view>
<view class="fs_2xl pt_10px text_redd300 bg_blued800 font_semibold">aaa</view>
<view class="bg_gainsboro rounded_9999px fs_lg p_10px_15px">
<view
class="fs_2xl fs_2xl pt_10px pt_10px text_redd300 text_redd300 bg_blued800 bg_blued800 font_semibold font_semibold">
aaa
</view>
<view
class="bg_gainsboro bg_gainsboro rounded_9999px rounded_9999px fs_lg fs_lg p_10px_15px p_10px_15px">
<view>Hello World</view>
</view>
<view class="flex justify-around w-full">
<view class="flex flex justify-around justify-around w-full w-full">
<ice-button-tw is="components/ButtonTw">
<view
class="font-semibold ButtonTw--font-semibold border ButtonTw--border rounded ButtonTw--rounded bg-blue-500 ButtonTw--bg-blue-500 text-white ButtonTw--text-white border-transparent ButtonTw--border-transparent hovercbg-blue-600 ButtonTw--hovercbg-blue-600 text-base ButtonTw--text-base py-2 ButtonTw--py-2 px-4 ButtonTw--px-4 uppercase ButtonTw--uppercase">
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,33 +85,33 @@
},
"homepage": "https://sonofmagic.github.io/weapp-pandacss/",
"devDependencies": {
"@pandacss/dev": "^0.23.0",
"@pnpm/lockfile-file": "^8.1.5",
"@pandacss/dev": "^0.27.1",
"@pnpm/lockfile-file": "^8.1.6",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/recommended": "^1.0.3",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.4",
"@types/babel__traverse": "^7.20.5",
"@types/klaw": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.5",
"@types/node": "^20.11.5",
"@types/semantic-release": "^20.0.6",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.2.0",
"colorette": "^2.0.20",
"cross-env": "^7.0.3",
"dedent": "^1.5.1",
"defu": "^6.1.3",
"defu": "^6.1.4",
"del": "^7.1.0",
"eslint": "8.56.0",
"eslint-config-icebreaker": "^1.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"klaw": "^4.1.0",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
Expand All @@ -120,34 +120,34 @@
"miniprogram-automator": "^0.12.1",
"only-allow": "^1.2.1",
"outdent": "^0.8.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"rollup": "^4.9.1",
"rollup-plugin-visualizer": "^5.11.0",
"semantic-release": "^22.0.12",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"rollup": "^4.9.5",
"rollup-plugin-visualizer": "^5.12.0",
"semantic-release": "^23.0.0",
"semver": "^7.5.4",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.1",
"ts-patch": "^3.1.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.4",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vite": "^5.0.11",
"vitest": "^1.2.0"
},
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/traverse": "^7.23.7",
"@babel/types": "^7.23.6",
"@csstools/postcss-cascade-layers": "4.0.1",
"@csstools/postcss-is-pseudo-class": "4.0.3",
"@pandacss/config": "^0.23.0",
"@pandacss/config": "^0.27.1",
"@weapp-core/escape": "2.0.0",
"c12": "^1.5.1",
"c12": "^1.6.1",
"cac": "^6.7.14",
"postcss-selector-parser": "^6.0.14"
"postcss-selector-parser": "^6.0.15"
},
"peerDependencies": {
"postcss": "^8.4"
Expand Down
Loading

0 comments on commit 4491403

Please sign in to comment.