Skip to content

Commit d8d2ee6

Browse files
committed
Update pkgs for consistency
1 parent 912b1de commit d8d2ee6

File tree

3 files changed

+156
-147
lines changed

3 files changed

+156
-147
lines changed

.github/workflows/_check_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v6
2626
- name: Check spelling with typos
27-
uses: crate-ci/typos@v1.42.1
27+
uses: crate-ci/typos@v
2828

2929
lint_check:
3030
name: Lint check

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
"@docusaurus/preset-classic": "^3.8.1",
2929
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
3030
"clsx": "^2.0.0",
31-
"docusaurus-gtm-plugin": "^0.0.2",
31+
"docusaurus-gtm-plugin": ">=0.0.2 <1.0.0",
3232
"prop-types": "^15.8.1",
3333
"raw-loader": "^4.0.2",
3434
"react": "^19.0.0",
3535
"react-dom": "^19.0.0",
3636
"unist-util-visit": "^5.0.0"
3737
},
3838
"devDependencies": {
39-
"@apify/eslint-config-ts": "^0.4.0",
40-
"@apify/tsconfig": "^0.1.0",
39+
"@apify/eslint-config-ts": ">=0.4.0 <1.0.0",
40+
"@apify/tsconfig": ">=0.1.0 <1.0.0",
4141
"@types/react": "^19.0.0",
4242
"@typescript-eslint/eslint-plugin": "^8.0.0",
4343
"@typescript-eslint/parser": "^8.0.0",
44-
"eslint": "^8.35.0",
44+
"eslint": "^9.0.0",
4545
"eslint-plugin-react": "^7.32.2",
4646
"eslint-plugin-react-hooks": "^7.0.0",
47-
"markdownlint": "^0.40.0",
48-
"markdownlint-cli": "^0.47.0",
47+
"markdownlint": ">=0.39.0 <1.0.0",
48+
"markdownlint-cli": ">=0.46.0 <1.0.0",
4949
"path-browserify": "^1.0.1",
5050
"prettier": "^3.0.0",
5151
"rimraf": "^6.0.0",

0 commit comments

Comments
 (0)