Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 7, 2024
1 parent 1a4dd59 commit e865521
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 141 deletions.
2 changes: 1 addition & 1 deletion apps/vite-native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.13",
"typescript": "latest",
"weapp-tailwindcss": "^3.5.3",
"weapp-vite": "^1.4.3"
"weapp-vite": "^1.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native-ts-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"tailwindcss": "^3.4.13",
"typescript": "latest",
"weapp-tailwindcss": "^3.5.3",
"weapp-vite": "^1.4.3"
"weapp-vite": "^1.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"tailwindcss": "^3.4.13",
"typescript": "latest",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.4.3"
"weapp-vite": "^1.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.4.3"
"weapp-vite": "^1.4.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@commitlint/types": "^19.5.0",
"@eslint/config-inspector": "^0.5.4",
"@icebreakers/eslint-config": "^0.5.4",
"@icebreakers/monorepo": "^0.5.7",
"@icebreakers/monorepo": "^0.6.0",
"@icebreakers/readme": "0.1.0",
"@icebreakers/stylelint-config": "^0.1.1",
"@rollup/plugin-alias": "^5.1.1",
Expand Down Expand Up @@ -171,7 +171,7 @@
"dedent": "^1.5.3",
"deep-object-diff": "^1.1.9",
"defu": "^6.1.4",
"del": "^7.1.0",
"del": "^8.0.0",
"diff": "^7.0.0",
"dlv": "^1.1.3",
"domhandler": "^5.0.3",
Expand Down Expand Up @@ -214,7 +214,7 @@
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.13",
"terser-webpack-plugin": "^5.3.10",
"ts-morph": "^23.0.0",
"ts-morph": "^24.0.0",
"tsd": "^0.31.2",
"tslib": "^2.7.0",
"tsup": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"debug": "4.3.7",
"del": "^7.1.0",
"del": "^8.0.0",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"gulp-debug": "^5.0.1",
Expand Down
266 changes: 135 additions & 131 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
],
"enabled": false
}
]
],
"commitBody": "[skip netlify]"
}

0 comments on commit e865521

Please sign in to comment.