Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Sep 8, 2023
1 parent df898ce commit 3d76f2d
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 204 deletions.
1 change: 0 additions & 1 deletion lib/config/npm/swc-core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/* cSpell: disable */

export interface Plugin {
// eslint-disable-next-line @typescript-eslint/prefer-function-type
(module: Program): Program
}
export type ParseOptions = ParserConfig & {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/plugins/official/http.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export interface PluginHttpOptions {
/**
* 注入相关代码,支持 document.cookie 通过后端返回 Set-Cookie 响应头来设置 cookie
* 注入相关代码,支持 document.cookie 通过后端返回 Set-Cookie 响应头来设置 cookie
*
* @default false
*/
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taro-define-config",
"version": "0.4.1",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.4",
"description": "Provide a defineConfig function for tarojs config",
"keywords": [
"tarojs",
Expand Down Expand Up @@ -43,18 +43,18 @@
"@types/webpack": "^4.41.33"
},
"devDependencies": {
"@ntnyq/eslint-config": "^1.12.4",
"@ntnyq/prettier-config": "^1.12.4",
"@ntnyq/eslint-config": "^1.13.0",
"@ntnyq/prettier-config": "^1.13.0",
"bumpp": "^9.2.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.6.12",
"prettier": "^3.0.2",
"pnpm": "^8.7.4",
"prettier": "^3.0.3",
"taze": "^0.11.2",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down
Loading

0 comments on commit 3d76f2d

Please sign in to comment.