Skip to content

Commit f7068b8

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 128ece4 commit f7068b8

File tree

14 files changed

+470
-483
lines changed

14 files changed

+470
-483
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-08-24_08:17:29
1+
2025-08-26_08:24:54

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ export default MyComponent() {
128128

129129
This library is licensed under the MPL-2.0 open-source license.
130130

131-
132-
133131
> <img src="https://raw.githubusercontent.com/mayank1513/mayank1513/main/popper.png" style="height: 20px"/> Please enroll in [our courses](https://mayank-chaudhari.vercel.app/courses) or [sponsor](https://github.com/sponsors/mayank1513) our work.
134132

135133
<hr />

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [ ] 🌟 Enable [private vulnerability reporting](https://github.com/react18-tools/git-json-resolver/security)
1818
- [ ] Set up `CodeCov`
1919
- Visit Codecov and set up your repo
20-
- Create [repository secret]((https://github.com/react18-tools/git-json-resolver/settings/secrets/actions)) for `CODECOV_TOKEN`
20+
- Create [repository secret](<(https://github.com/react18-tools/git-json-resolver/settings/secrets/actions)>) for `CODECOV_TOKEN`
2121
- [ ] Set up `CodeClimate`
2222
- Visit CodeClimate and set up your repo
2323
- Create [repository secret] for `CC_TEST_REPORTER_ID`

examples/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16+
"git-json-resolver": "workspace:*",
1617
"next": "^15.5.0",
1718
"nextjs-darkmode-lite": "^1.0.10",
1819
"nextjs-themes": "^4.0.6",
1920
"react": "^19.1.1",
2021
"react-dom": "^19.1.1",
21-
"react18-loaders": "latest",
22-
"webgl-generative-particles": "^0.0.1",
23-
"git-json-resolver": "workspace:*"
22+
"react18-loaders": "^1.1.7",
23+
"webgl-generative-particles": "^0.0.1"
2424
},
2525
"devDependencies": {
2626
"@next/eslint-plugin-next": "^15.5.0",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.3.0",
3030
"@types/react": "^19.1.11",
31-
"@types/react-dom": "^19.1.7",
31+
"@types/react-dom": "^19.1.8",
3232
"typescript": "^5.9.2"
3333
}
34-
}
34+
}

examples/vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16+
"git-json-resolver": "workspace:*",
1617
"nextjs-darkmode": "^1.0.10",
1718
"react": "^19.1.1",
1819
"react-dom": "^19.1.1",
1920
"react-mouse-trails": "^0.0.5",
20-
"react18-loaders": "latest",
21-
"react18-themes": "^3.2.0",
22-
"git-json-resolver": "workspace:*"
21+
"react18-loaders": "^1.1.7",
22+
"react18-themes": "^3.2.0"
2323
},
2424
"devDependencies": {
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
2727
"@types/react": "^19.1.11",
28-
"@types/react-dom": "^19.1.7",
28+
"@types/react-dom": "^19.1.8",
2929
"@vitejs/plugin-react": "^5.0.1",
3030
"typescript": "^5.9.2",
3131
"vite": "^7.1.3"
3232
}
33-
}
33+
}

lib/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ export default MyComponent() {
128128

129129
This library is licensed under the MPL-2.0 open-source license.
130130

131-
132-
133131
> <img src="https://raw.githubusercontent.com/mayank1513/mayank1513/main/popper.png" style="height: 20px"/> Please enroll in [our courses](https://mayank-chaudhari.vercel.app/courses) or [sponsor](https://github.com/sponsors/mayank1513) our work.
134132

135133
<hr />

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prettier": "^3.6.2",
2727
"turbo": "^2.5.6",
2828
"turborepo-template-upgrade": "^0.2.2",
29-
"typedoc": "^0.28.10",
29+
"typedoc": "^0.28.11",
3030
"typedoc-plugin-markdown": "^4.8.1",
3131
"typedoc-plugin-mdn-links": "^5.0.9",
3232
"typedoc-plugin-missing-exports": "^4.1.0",
@@ -42,4 +42,4 @@
4242
"next@>=15.0.0 <15.2.3": ">=15.2.3"
4343
}
4444
}
45-
}
45+
}

packages/config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"publishConfig": {
77
"access": "public"
88
}
9-
}
9+
}

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"devDependencies": {
77
"@next/eslint-plugin-next": "^15.5.0",
8-
"@typescript-eslint/eslint-plugin": "^8.40.0",
9-
"@typescript-eslint/parser": "^8.40.0",
8+
"@typescript-eslint/eslint-plugin": "^8.41.0",
9+
"@typescript-eslint/parser": "^8.41.0",
1010
"eslint": "^9.34.0",
1111
"eslint-config-prettier": "^10.1.8",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.6",
1616
"globals": "^16.3.0",
1717
"typescript": "^5.9.2",
18-
"typescript-eslint": "^8.40.0"
18+
"typescript-eslint": "^8.41.0"
1919
}
20-
}
20+
}

packages/shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@testing-library/react": "^16.3.0",
2626
"@types/node": "^24.3.0",
2727
"@types/react": "^19.1.11",
28-
"@types/react-dom": "^19.1.7",
28+
"@types/react-dom": "^19.1.8",
2929
"@vitejs/plugin-react": "^5.0.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"esbuild-plugin-rdi": "^0.0.0",
@@ -44,14 +44,14 @@
4444
"@mayank1513/fork-me": "^2.1.3",
4545
"@repo/scripts": "workspace:*",
4646
"esbuild-raw-plugin": "^0.3.1",
47+
"git-json-resolver": "workspace:*",
4748
"mdast2docx": "^1.4.1",
4849
"nextjs-darkmode": "^1.0.10",
4950
"nextjs-themes": "^4.0.6",
5051
"r18gs": "^3.0.1",
5152
"react-live": "^4.1.8",
52-
"react18-loaders": "latest",
53+
"react18-loaders": "^1.1.7",
5354
"rehype-raw": "^7.0.0",
54-
"typingfx": "^1.2.0",
55-
"git-json-resolver": "workspace:*"
55+
"typingfx": "^1.2.0"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)