Skip to content

Commit 4a672d2

Browse files
committed
chore: update package version constraints and linting scripts
1 parent e2e8891 commit 4a672d2

File tree

5 files changed

+96
-160
lines changed

5 files changed

+96
-160
lines changed

examples/next-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@types/node": "^22.10.10",
2525
"@types/react": "^19.0.8",
2626
"@types/react-dom": "^19.0.3",
27-
"autoprefixer": "10.4.20",
27+
"autoprefixer": "^10.4.20",
2828
"eslint": "^9.19.0",
2929
"eslint-config-flat-gitignore": "^1.0.0",
3030
"eslint-plugin-react-hooks": "^5.1.0",
3131
"eslint-plugin-react-refresh": "^0.4.18",
32-
"postcss": "8.5.1",
32+
"postcss": "^8.5.1",
3333
"tailwindcss": "3.4.17",
3434
"typescript": "^5.7.3",
3535
"typescript-eslint": "^8.21.0"

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:type && concurrently \"pnpm run lint:ts\" \"pnpm run lint:examples\" \"pnpm run lint:website\"",
4040
"lint:deps": "skott -m file-tree -e .ts -s",
4141
"lint:examples": "pnpm -r -F \"./examples/*\" run --parallel lint",
42+
"lint:monorepo": "sherif",
4243
"lint:publish": "pnpm -r run --parallel lint:publish",
4344
"lint:spell": "cspell lint --relative --no-progress \"**\"",
4445
"lint:ts": "eslint . --max-warnings 100",
@@ -91,6 +92,7 @@
9192
"publint": "^0.3.2",
9293
"react": "^19.0.0",
9394
"react-dom": "^19.0.0",
95+
"sherif": "^1.2.0",
9496
"skott": "^0.35.4",
9597
"tinyexec": "^0.3.2",
9698
"tinyglobby": "^0.2.10",
@@ -105,10 +107,10 @@
105107
"typescript-eslint": "^8.21.0",
106108
"vitest": "^3.0.4"
107109
},
108-
"packageManager": "[email protected]",
109110
"engines": {
110111
"node": ">=18.18.0"
111112
},
113+
"packageManager": "[email protected]",
112114
"pnpm": {
113115
"overrides": {
114116
"@types/react": "^19.0.8",

0 commit comments

Comments
 (0)