Skip to content

Commit 1f2aafb

Browse files
committed
chore(deps): upgrade
1 parent 1225cc6 commit 1f2aafb

5 files changed

Lines changed: 396 additions & 400 deletions

File tree

apps/taro-webpack-tailwindcss-v4/config/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import type { UserConfigExport } from '@tarojs/cli'
12
import path from 'node:path'
23
import process from 'node:process'
3-
import { defineConfig, type UserConfigExport } from '@tarojs/cli'
4+
import { defineConfig } from '@tarojs/cli'
45
import TsconfigPathsPlugin from 'tsconfig-paths-webpack-plugin'
56
import { UnifiedWebpackPluginV5 } from 'weapp-tailwindcss/webpack'
67
import devConfig from './dev'

demo/taro-vite-tailwindcss-v4/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineConfig<'vite'>(async (merge, { command, mode }) => {
2020
375: 2,
2121
828: 1.81 / 2
2222
},
23+
// plugins: ['@tarojs/plugin-html'],
2324
sourceRoot: 'src',
2425
outputRoot: 'dist',
2526
// plugins: ['@tarojs/plugin-html'],

demo/taro-vite-tailwindcss-v4/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,49 +45,49 @@
4545
},
4646
"author": "",
4747
"dependencies": {
48-
"@babel/runtime": "^7.27.4",
49-
"@tarojs/components": "4.1.1",
50-
"@tarojs/helper": "4.1.1",
51-
"@tarojs/plugin-framework-react": "4.1.1",
52-
"@tarojs/plugin-html": "^4.1.1",
53-
"@tarojs/plugin-platform-alipay": "4.1.1",
54-
"@tarojs/plugin-platform-h5": "4.1.1",
55-
"@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
56-
"@tarojs/plugin-platform-jd": "4.1.1",
57-
"@tarojs/plugin-platform-qq": "4.1.1",
58-
"@tarojs/plugin-platform-swan": "4.1.1",
59-
"@tarojs/plugin-platform-tt": "4.1.1",
60-
"@tarojs/plugin-platform-weapp": "4.1.1",
61-
"@tarojs/react": "4.1.1",
62-
"@tarojs/runtime": "4.1.1",
63-
"@tarojs/shared": "4.1.1",
64-
"@tarojs/taro": "4.1.1",
48+
"@babel/runtime": "^7.28.2",
49+
"@tarojs/components": "4.1.5",
50+
"@tarojs/helper": "4.1.5",
51+
"@tarojs/plugin-framework-react": "4.1.5",
52+
"@tarojs/plugin-html": "^4.1.5",
53+
"@tarojs/plugin-platform-alipay": "4.1.5",
54+
"@tarojs/plugin-platform-h5": "4.1.5",
55+
"@tarojs/plugin-platform-harmony-hybrid": "4.1.5",
56+
"@tarojs/plugin-platform-jd": "4.1.5",
57+
"@tarojs/plugin-platform-qq": "4.1.5",
58+
"@tarojs/plugin-platform-swan": "4.1.5",
59+
"@tarojs/plugin-platform-tt": "4.1.5",
60+
"@tarojs/plugin-platform-weapp": "4.1.5",
61+
"@tarojs/react": "4.1.5",
62+
"@tarojs/runtime": "4.1.5",
63+
"@tarojs/shared": "4.1.5",
64+
"@tarojs/taro": "4.1.5",
6565
"react": "^18.0.0",
6666
"react-dom": "^18.0.0"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.27.4",
69+
"@babel/core": "^7.28.0",
7070
"@babel/plugin-proposal-class-properties": "7.18.6",
7171
"@babel/preset-react": "^7.27.1",
7272
"@tailwindcss/postcss": "^4.1.11",
7373
"@tailwindcss/vite": "^4.1.11",
74-
"@tarojs/cli": "4.1.1",
75-
"@tarojs/vite-runner": "4.1.1",
76-
"@types/react": "^19.1.6",
74+
"@tarojs/cli": "4.1.5",
75+
"@tarojs/vite-runner": "4.1.5",
76+
"@types/react": "^19.1.9",
7777
"@vitejs/plugin-react": "^4.5.0",
7878
"@weapp-tailwindcss/merge": "^1.2.3",
79-
"babel-preset-taro": "4.1.1",
80-
"eslint": "^9.28.0",
81-
"eslint-config-taro": "4.1.1",
79+
"babel-preset-taro": "4.1.5",
80+
"eslint": "^9.32.0",
81+
"eslint-config-taro": "4.1.5",
8282
"eslint-plugin-react": "^7.37.5",
8383
"eslint-plugin-react-hooks": "^5.2.0",
84-
"postcss": "^8.5.4",
84+
"postcss": "^8.5.6",
8585
"react-refresh": "^0.17.0",
86-
"stylelint": "^16.20.0",
86+
"stylelint": "^16.23.1",
8787
"tailwindcss": "^4.1.11",
8888
"tailwindcss-patch": "^7.1.4",
89-
"terser": "^5.40.0",
90-
"typescript": "^5.8.3",
89+
"terser": "^5.43.1",
90+
"typescript": "^5.9.2",
9191
"vite": "^6.3.5",
9292
"weapp-ide-cli": "^3.0.0",
9393
"weapp-tailwindcss": "^4.2.5"

0 commit comments

Comments
 (0)