Skip to content

Commit 3b0a3c9

Browse files
authored
chore(website): upgrade packages-update (#2707)
1 parent 0b2b121 commit 3b0a3c9

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

website/.purc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"overrides": {
3+
"eslint": {
4+
"target": "minor"
5+
}
6+
}
7+
}

website/package-lock.json

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "prettier --write . && eslint . --fix",
1717
"test:unit": "npx poku --parallel test/unit",
1818
"test": "npm run typecheck && npm run lintcheck && npm run test:unit && npm run clear && npm run build",
19-
"update": "npx npu; npm i; npm run lint"
19+
"update": "pu; npm i; npm run lint"
2020
},
2121
"dependencies": {
2222
"@docusaurus/core": "^3.3.2",
@@ -45,7 +45,7 @@
4545
"eslint-plugin-react": "^7.34.1",
4646
"eslint-plugin-react-hooks": "^4.6.2",
4747
"eslint-plugin-react-refresh": "^0.4.7",
48-
"packages-update": "^1.2.1",
48+
"packages-update": "^2.0.0",
4949
"poku": "^1.13.0",
5050
"prettier": "^3.2.5",
5151
"tsx": "^4.11.0",

0 commit comments

Comments
 (0)