Skip to content

Commit 3a2568e

Browse files
committed
update packages and add r18gs
1 parent ae9891b commit 3a2568e

File tree

5 files changed

+31
-28
lines changed

5 files changed

+31
-28
lines changed

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"postinstall": "next telemetry disable"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "latest",
14-
"nthul": "workspace:*",
13+
"@mayank1513/fork-me": "^2.0.1",
1514
"next": "^14.1.0",
16-
"nextjs-themes": "^2.1.1",
15+
"nextjs-themes": "^2.1.2",
16+
"nthul": "workspace:*",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^14.1.0",
2323
"@types/node": "^20.11.19",
24-
"@types/react": "^18.2.56",
24+
"@types/react": "^18.2.57",
2525
"@types/react-dom": "^18.2.19",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",

examples/remix/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@mayank1513/fork-me": "latest",
15-
"nthul": "workspace:*",
16-
"@remix-run/css-bundle": "^2.6.0",
17-
"@remix-run/node": "^2.6.0",
18-
"@remix-run/react": "^2.6.0",
19-
"@remix-run/serve": "^2.6.0",
14+
"@mayank1513/fork-me": "^2.0.1",
15+
"@remix-run/css-bundle": "^2.7.2",
16+
"@remix-run/node": "^2.7.2",
17+
"@remix-run/react": "^2.7.2",
18+
"@remix-run/serve": "^2.7.2",
2019
"isbot": "5.1.0",
21-
"nextjs-themes": "^2.1.1",
20+
"nextjs-themes": "^2.1.2",
21+
"nthul": "workspace:*",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
2424
"shared-ui": "workspace:*"
2525
},
2626
"devDependencies": {
27-
"@remix-run/dev": "^2.6.0",
28-
"@remix-run/eslint-config": "^2.6.0",
29-
"@types/react": "^18.2.56",
27+
"@remix-run/dev": "^2.7.2",
28+
"@remix-run/eslint-config": "^2.7.2",
29+
"@types/react": "^18.2.57",
3030
"@types/react-dom": "^18.2.19",
3131
"eslint": "^8.56.0",
3232
"typescript": "^5.3.3"

examples/vite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "latest",
13+
"@mayank1513/fork-me": "^2.0.1",
14+
"nextjs-themes": "^2.1.2",
1415
"nthul": "workspace:*",
15-
"nextjs-themes": "^2.1.1",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.2.56",
21+
"@types/react": "^18.2.57",
2222
"@types/react-dom": "^18.2.19",
23-
"@typescript-eslint/eslint-plugin": "^7.0.1",
24-
"@typescript-eslint/parser": "^7.0.1",
23+
"@typescript-eslint/eslint-plugin": "^7.0.2",
24+
"@typescript-eslint/parser": "^7.0.2",
2525
"@vitejs/plugin-react-swc": "^3.6.0",
2626
"eslint": "^8.56.0",
2727
"eslint-plugin-react-hooks": "^4.6.0",
2828
"eslint-plugin-react-refresh": "^0.4.5",
2929
"typescript": "^5.3.3",
30-
"vite": "^5.1.3"
30+
"vite": "^5.1.4"
3131
}
3232
}

lib/nthul/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@testing-library/react": "^14.2.1",
2828
"@turbo/gen": "^1.12.4",
2929
"@types/node": "^20.11.19",
30-
"@types/react": "^18.2.56",
30+
"@types/react": "^18.2.57",
3131
"@types/react-dom": "^18.2.19",
3232
"@vitejs/plugin-react": "^4.2.1",
33-
"@vitest/coverage-v8": "^1.3.0",
33+
"@vitest/coverage-v8": "^1.3.1",
3434
"esbuild-plugin-css-module": "^0.0.1",
3535
"esbuild-plugin-react18": "^0.0.7",
3636
"eslint-config-custom": "workspace:*",
@@ -42,7 +42,7 @@
4242
"typedoc": "^0.25.8",
4343
"typescript": "^5.3.3",
4444
"vite-tsconfig-paths": "^4.3.1",
45-
"vitest": "^1.3.0"
45+
"vitest": "^1.3.1"
4646
},
4747
"peerDependencies": {
4848
"@types/react": "16.8 - 18",
@@ -71,5 +71,8 @@
7171
"javascript",
7272
"mayank1513",
7373
"turborepo-trmplate"
74-
]
74+
],
75+
"dependencies": {
76+
"r18gs": "^0.0.2"
77+
}
7578
}

packages/shared-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"lint": "eslint ."
1111
},
1212
"devDependencies": {
13-
"@mayank1513/fork-me": "latest",
14-
"nthul": "workspace:*",
13+
"@mayank1513/fork-me": "^2.0.1",
1514
"@types/node": "^20.11.19",
16-
"@types/react": "^18.2.56",
15+
"@types/react": "^18.2.57",
1716
"@types/react-dom": "^18.2.19",
1817
"eslint-config-custom": "workspace:*",
1918
"next": "^14.1.0",
20-
"nextjs-themes": "^2.1.1",
19+
"nextjs-themes": "^2.1.2",
20+
"nthul": "workspace:*",
2121
"react": "^18.2.0",
2222
"tsconfig": "workspace:*",
2323
"typescript": "5.3.3"

0 commit comments

Comments
 (0)