Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jan 11, 2025
1 parent 1df699b commit a14ebb6
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 399 deletions.
4 changes: 2 additions & 2 deletions demo/uni-app-vue3-vite/src/pages/index/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<view class="content">
<view class="odd:mb-24"></view>
<view class="ifdef-[MP-WEIXIN]:bg-blue-500">bg-blue-500</view>
<view class="odd:mb-24 text-[var(--text_sec_light)]"></view>
<view class="ifdef-[MP-WEIXIN]:bg-blue-500 text-[var(--text\_sec\_light)]">bg-blue-500</view>
<view class="ifdef-[H5_||_MP-WEIXIN]:bg-blue-300">bg-blue-300</view>
<view class="ifdef-[H5||MP-WEIXIN]:bg-blue-400">bg-blue-400</view>
<view class="ifndef-[MP-WEIXIN]:bg-red-500">not bg-red-500</view>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"diff": "^7.0.0",
"dlv": "^1.1.3",
"domhandler": "^5.0.3",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"execa": "^9.5.2",
"express": "^4.21.2",
"fast-glob": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mangle/src/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IMangleOptions, IMangleScopeContext } from './types'
import type { IMangleOptions, IMangleScopeContext } from '../types'
import { ClassGenerator, defaultMangleClassFilter } from '@tailwindcss-mangle/shared'
import { escapeStringRegexp } from '@weapp-core/regex'
import { splitCode } from '@weapp-tailwindcss/shared/extractors'
Expand Down
11 changes: 5 additions & 6 deletions packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
},
"dependencies": {
"@ast-core/escape": "~1.0.1",
"@babel/generator": "~7.26.3",
"@babel/parser": "~7.26.3",
"@babel/traverse": "~7.26.4",
"@babel/types": "~7.26.3",
"@babel/generator": "~7.26.5",
"@babel/parser": "~7.26.5",
"@babel/traverse": "~7.26.5",
"@babel/types": "~7.26.5",
"@weapp-core/escape": "~3.0.2",
"@weapp-core/regex": "~1.0.1",
"@weapp-tailwindcss/init": "workspace:*",
Expand All @@ -170,6 +170,5 @@
"semver": "~7.6.3",
"tailwindcss-patch": "~5.0.2",
"webpack-sources": "3.2.3"
},
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/weapp-tailwindcss/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { GeneratorResult } from '@babel/generator'
import type { ParseError, ParserOptions } from '@babel/parser'
import type { IMangleOptions, IMangleScopeContext } from '@weapp-tailwindcss/mangle/types'
import type { CssPreflightOptions, IStyleHandlerOptions, UserDefinedPostcssOptions } from '@weapp-tailwindcss/postcss/types'
import type { IMangleOptions, IMangleScopeContext } from '@weapp-tailwindcss/mangle'
import type { CssPreflightOptions, IStyleHandlerOptions, UserDefinedPostcssOptions } from '@weapp-tailwindcss/postcss'
import type { SourceMap } from 'magic-string'
import type { Document, Result as PostcssResult, Root } from 'postcss'
import type { ILengthUnitsPatchOptions, TailwindcssPatcher } from 'tailwindcss-patch'
Expand Down
Loading

0 comments on commit a14ebb6

Please sign in to comment.