Skip to content

Commit

Permalink
chore(deps): bump rimraf to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Aug 15, 2023
1 parent ce370cd commit 8416bf0
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"electron-builder": "^24.4.0",
"husky": "^8.0.3",
"prettier": "2.8.8",
"rimraf": "^3.0.2",
"rimraf": "^5.0.1",
"typescript": "5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "concurrently -n esm,types \"pnpm run build:esm\" \"pnpm run build:types\"",
"build:esm": "tsc --project tsconfigs/tsconfig.esm.json",
"build:types": "tsc --project tsconfigs/tsconfig.types.json",
"clean": "rimraf coverage lib tsconfigs/*.tsbuildinfo",
"clean": "rimraf --glob coverage lib tsconfigs/*.tsbuildinfo",
"dev": "pnpm run build:esm -- --watch",
"format": "prettier --write \"**/*.{cjs,css,html,js,jsx,mjs,json,less,scss,ts,tsx,yaml,yml}\"",
"lint": "eslint .",
Expand All @@ -53,7 +53,7 @@
"eslint": "^8.42.0",
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"rimraf": "^3.0.2",
"rimraf": "^5.0.1",
"typescript": "5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/app-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "^8.42.0",
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"rimraf": "^3.0.2",
"rimraf": "^5.0.1",
"typescript": "5.1.3",
"webpack": "^5.88.1",
"webpack-cli": "^4.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"postcss": "^8.4.24",
"prettier": "2.8.8",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"rimraf": "^5.0.1",
"sass": "^1.63.4",
"stylelint": "^14.16.1",
"stylelint-config-recess-order": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build-scripts": "concurrently -n cjs,types \"pnpm run build-scripts:cjs\" \"pnpm run build-scripts:types\"",
"build-scripts:cjs": "tsc --project tsconfigs/tsconfig.cjs.json",
"build-scripts:types": "tsc --project tsconfigs/tsconfig.types.json",
"clean": "rimraf dist tsconfigs/*.tsbuildinfo",
"clean": "rimraf --glob dist tsconfigs/*.tsbuildinfo",
"dev": "pnpm run build-scripts --watch",
"format": "prettier --write \"**/*.{cjs,css,html,js,jsx,mjs,json,less,scss,ts,tsx,yaml,yml}\"",
"lint": "eslint .",
Expand Down Expand Up @@ -71,7 +71,7 @@
"eslint": "^8.42.0",
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"rimraf": "^3.0.2",
"rimraf": "^5.0.1",
"typescript": "5.1.3"
}
}
28 changes: 18 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8416bf0

Please sign in to comment.