Skip to content

Commit 1eb45be

Browse files
committed
Relax dependencies
1 parent 38a03c0 commit 1eb45be

File tree

3 files changed

+43
-25
lines changed

3 files changed

+43
-25
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@v1
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
@@ -20,7 +20,7 @@
2020
"lint:code:fix": "eslint . --fix"
2121
},
2222
"dependencies": {
23-
"@apify/docs-theme": "^1.0.203",
23+
"@apify/docs-theme": "^1.0.181",
2424
"@apify/docusaurus-plugin-typedoc-api": "^5.0.0",
2525
"@docusaurus/core": "^3.8.1",
2626
"@docusaurus/faster": "^3.8.1",
@@ -29,24 +29,24 @@
2929
"@rspack/core": "<1.6.0",
3030
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
3131
"clsx": "^2.0.0",
32-
"docusaurus-gtm-plugin": "^0.0.2",
32+
"docusaurus-gtm-plugin": ">=0.0.2 <1.0.0",
3333
"prop-types": "^15.8.1",
3434
"raw-loader": "^4.0.2",
3535
"react": "^19.0.0",
3636
"react-dom": "^19.0.0",
3737
"unist-util-visit": "^5.0.0"
3838
},
3939
"devDependencies": {
40-
"@apify/eslint-config-ts": "^0.4.0",
41-
"@apify/tsconfig": "^0.1.0",
40+
"@apify/eslint-config-ts": ">=0.4.0 <1.0.0",
41+
"@apify/tsconfig": ">=0.1.0 <1.0.0",
4242
"@types/react": "^19.0.0",
4343
"@typescript-eslint/eslint-plugin": "^8.0.0",
4444
"@typescript-eslint/parser": "^8.0.0",
4545
"eslint": "^9.0.0",
4646
"eslint-plugin-react": "^7.32.2",
4747
"eslint-plugin-react-hooks": "^7.0.0",
48-
"markdownlint": "^0.39.0",
49-
"markdownlint-cli": "^0.46.0",
48+
"markdownlint": ">=0.39.0 <1.0.0",
49+
"markdownlint-cli": ">=0.46.0 <1.0.0",
5050
"path-browserify": "^1.0.1",
5151
"prettier": "^3.0.0",
5252
"rimraf": "^6.0.0",

website/yarn.lock

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ __metadata:
456456
languageName: node
457457
linkType: hard
458458

459-
"@apify/eslint-config-ts@npm:^0.4.0":
459+
"@apify/eslint-config-ts@npm:>=0.0.1 <1.0.0":
460460
version: 0.4.1
461461
resolution: "@apify/eslint-config-ts@npm:0.4.1"
462462
dependencies:
@@ -492,7 +492,7 @@ __metadata:
492492
languageName: node
493493
linkType: hard
494494

495-
"@apify/tsconfig@npm:^0.1.0":
495+
"@apify/tsconfig@npm:>=0.0.1 <1.0.0":
496496
version: 0.1.1
497497
resolution: "@apify/tsconfig@npm:0.1.1"
498498
checksum: 10c0/85b064b318ab71fc84a98d70b028ad510fe1be20452d057c0f4cda1b5c62cbe931e62f674ce927abda46c0b1cfc2f08f08a227b1d9385edb735d77b717dd9640
@@ -6770,8 +6770,8 @@ __metadata:
67706770
dependencies:
67716771
"@apify/docs-theme": "npm:^1.0.203"
67726772
"@apify/docusaurus-plugin-typedoc-api": "npm:^5.0.0"
6773-
"@apify/eslint-config-ts": "npm:^0.4.0"
6774-
"@apify/tsconfig": "npm:^0.1.0"
6773+
"@apify/eslint-config-ts": "npm:>=0.0.1 <1.0.0"
6774+
"@apify/tsconfig": "npm:>=0.0.1 <1.0.0"
67756775
"@docusaurus/core": "npm:^3.8.1"
67766776
"@docusaurus/faster": "npm:^3.8.1"
67776777
"@docusaurus/plugin-client-redirects": "npm:^3.8.1"
@@ -6782,12 +6782,12 @@ __metadata:
67826782
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
67836783
"@typescript-eslint/parser": "npm:^8.0.0"
67846784
clsx: "npm:^2.0.0"
6785-
docusaurus-gtm-plugin: "npm:^0.0.2"
6785+
docusaurus-gtm-plugin: "npm:>=0.0.1 <1.0.0"
67866786
eslint: "npm:^9.0.0"
67876787
eslint-plugin-react: "npm:^7.32.2"
67886788
eslint-plugin-react-hooks: "npm:^7.0.0"
6789-
markdownlint: "npm:^0.39.0"
6790-
markdownlint-cli: "npm:^0.46.0"
6789+
markdownlint: "npm:>=0.0.1 <1.0.0"
6790+
markdownlint-cli: "npm:>=0.0.1 <1.0.0"
67916791
path-browserify: "npm:^1.0.1"
67926792
prettier: "npm:^3.0.0"
67936793
prop-types: "npm:^15.8.1"
@@ -8571,7 +8571,7 @@ __metadata:
85718571
languageName: node
85728572
linkType: hard
85738573

8574-
"docusaurus-gtm-plugin@npm:^0.0.2":
8574+
"docusaurus-gtm-plugin@npm:>=0.0.1 <1.0.0, docusaurus-gtm-plugin@npm:^0.0.2":
85758575
version: 0.0.2
85768576
resolution: "docusaurus-gtm-plugin@npm:0.0.2"
85778577
checksum: 10c0/2c0aee22aa398e8dafa17ec549b0284698ce27cacc353fe1c052121cb503e17b26745309e43277474bc9f56f0d15e4d1f73cb03a79b4bd42c86c72f55ef553fd
@@ -9946,6 +9946,13 @@ __metadata:
99469946
languageName: node
99479947
linkType: hard
99489948

9949+
"get-east-asian-width@npm:^1.3.0":
9950+
version: 1.4.0
9951+
resolution: "get-east-asian-width@npm:1.4.0"
9952+
checksum: 10c0/4e481d418e5a32061c36fbb90d1b225a254cc5b2df5f0b25da215dcd335a3c111f0c2023ffda43140727a9cafb62dac41d022da82c08f31083ee89f714ee3b83
9953+
languageName: node
9954+
linkType: hard
9955+
99499956
"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7, get-intrinsic@npm:^1.3.0":
99509957
version: 1.3.1
99519958
resolution: "get-intrinsic@npm:1.3.1"
@@ -12196,9 +12203,9 @@ __metadata:
1219612203
languageName: node
1219712204
linkType: hard
1219812205

12199-
"markdownlint-cli@npm:^0.46.0":
12200-
version: 0.46.0
12201-
resolution: "markdownlint-cli@npm:0.46.0"
12206+
"markdownlint-cli@npm:>=0.0.1 <1.0.0":
12207+
version: 0.47.0
12208+
resolution: "markdownlint-cli@npm:0.47.0"
1220212209
dependencies:
1220312210
commander: "npm:~14.0.2"
1220412211
deep-extend: "npm:~0.6.0"
@@ -12207,20 +12214,20 @@ __metadata:
1220712214
jsonc-parser: "npm:~3.3.1"
1220812215
jsonpointer: "npm:~5.0.1"
1220912216
markdown-it: "npm:~14.1.0"
12210-
markdownlint: "npm:~0.39.0"
12217+
markdownlint: "npm:~0.40.0"
1221112218
minimatch: "npm:~10.1.1"
1221212219
run-con: "npm:~1.3.2"
1221312220
smol-toml: "npm:~1.5.2"
1221412221
tinyglobby: "npm:~0.2.15"
1221512222
bin:
1221612223
markdownlint: markdownlint.js
12217-
checksum: 10c0/cd6d7a9e84bbf02e768dffa3b695f61d24709e8c036ed46ee6fdccd747e6adc5f0e3839e378319f2195ee8fb117f358b9ea7f0c00203e48a9e54829ea5223d68
12224+
checksum: 10c0/466e2e0f288844a129bfcbdbfb1f08fef81e42f6c0d9760fc3d9a8e668cfc34fdfd055f08d780b9bc73abad7d5827eb94ec100405b38cde1eadadca66bfe0188
1221812225
languageName: node
1221912226
linkType: hard
1222012227

12221-
"markdownlint@npm:^0.39.0, markdownlint@npm:~0.39.0":
12222-
version: 0.39.0
12223-
resolution: "markdownlint@npm:0.39.0"
12228+
"markdownlint@npm:>=0.0.1 <1.0.0, markdownlint@npm:~0.40.0":
12229+
version: 0.40.0
12230+
resolution: "markdownlint@npm:0.40.0"
1222412231
dependencies:
1222512232
micromark: "npm:4.0.2"
1222612233
micromark-core-commonmark: "npm:2.0.3"
@@ -12230,7 +12237,8 @@ __metadata:
1223012237
micromark-extension-gfm-table: "npm:2.1.1"
1223112238
micromark-extension-math: "npm:3.1.0"
1223212239
micromark-util-types: "npm:2.0.2"
12233-
checksum: 10c0/aaa079902fa1585e3769a0f699478cdcca0e2bf205916e5cc90a362746548b5530aa8e0a762e255b5e05dc481d86f9e8859780d4e5943e3ace8a5fb48023b6af
12240+
string-width: "npm:8.1.0"
12241+
checksum: 10c0/1543fcf4a433bc54e0e565cb1c8111e5e3d0df3742df0cc840d470bced21a1e3b5593e4e380ad0d8d5e490d9b399699d48aeabed33719f3fbdc6d00128138f20
1223412242
languageName: node
1223512243
linkType: hard
1223612244

@@ -16940,6 +16948,16 @@ __metadata:
1694016948
languageName: node
1694116949
linkType: hard
1694216950

16951+
"string-width@npm:8.1.0":
16952+
version: 8.1.0
16953+
resolution: "string-width@npm:8.1.0"
16954+
dependencies:
16955+
get-east-asian-width: "npm:^1.3.0"
16956+
strip-ansi: "npm:^7.1.0"
16957+
checksum: 10c0/749b5d0dab2532b4b6b801064230f4da850f57b3891287023117ab63a464ad79dd208f42f793458f48f3ad121fe2e1f01dd525ff27ead957ed9f205e27406593
16958+
languageName: node
16959+
linkType: hard
16960+
1694316961
"string-width@npm:^4.1.0, string-width@npm:^4.2.0":
1694416962
version: 4.2.3
1694516963
resolution: "string-width@npm:4.2.3"
@@ -17090,7 +17108,7 @@ __metadata:
1709017108
languageName: node
1709117109
linkType: hard
1709217110

17093-
"strip-ansi@npm:^7.0.1":
17111+
"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0":
1709417112
version: 7.1.2
1709517113
resolution: "strip-ansi@npm:7.1.2"
1709617114
dependencies:

0 commit comments

Comments
 (0)