Skip to content

Commit 918f6e1

Browse files
authored
Merge pull request #3 from react18-tools/fix
fix package manager issue
2 parents 38030be + c0866d3 commit 918f6e1

File tree

10 files changed

+84
-79
lines changed

10 files changed

+84
-79
lines changed

examples/nextjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"postinstall": "next telemetry disable"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "^2.1.0",
13+
"@mayank1513/fork-me": "^2.1.2",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
15-
"next": "^14.1.3",
15+
"next": "^14.2.2",
1616
"nextjs-themes": "^3.1.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^14.1.3",
23-
"@types/node": "^20.11.28",
24-
"@types/react": "^18.2.66",
25-
"@types/react-dom": "^18.2.22",
22+
"@next/eslint-plugin-next": "^14.2.2",
23+
"@types/node": "^20.12.7",
24+
"@types/react": "^18.2.79",
25+
"@types/react-dom": "^18.2.25",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",
28-
"typescript": "^5.4.2"
28+
"typescript": "^5.4.5"
2929
}
3030
}

examples/remix/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@mayank1513/fork-me": "^2.1.0",
14+
"@mayank1513/fork-me": "^2.1.2",
1515
"@remix-run/css-bundle": "^2.8.1",
1616
"@remix-run/node": "^2.8.1",
1717
"@remix-run/react": "^2.8.1",
1818
"@remix-run/serve": "^2.8.1",
1919
"esbuild-plugin-react18-css-example": "workspace:*",
20-
"isbot": "5.1.1",
20+
"isbot": "5.1.4",
2121
"nextjs-themes": "^3.1.0",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
@@ -26,10 +26,10 @@
2626
"devDependencies": {
2727
"@remix-run/dev": "^2.8.1",
2828
"@remix-run/eslint-config": "^2.8.1",
29-
"@types/react": "^18.2.66",
30-
"@types/react-dom": "^18.2.22",
31-
"eslint": "^8.57.0",
32-
"typescript": "^5.4.2"
29+
"@types/react": "^18.2.79",
30+
"@types/react-dom": "^18.2.25",
31+
"eslint": "^9.0.0",
32+
"typescript": "^5.4.5"
3333
},
3434
"engines": {
3535
"node": ">=18.0.0"

examples/vite/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "^2.1.0",
13+
"@mayank1513/fork-me": "^2.1.2",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
1515
"nextjs-themes": "^3.1.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.2.66",
22-
"@types/react-dom": "^18.2.22",
23-
"@typescript-eslint/eslint-plugin": "^7.2.0",
24-
"@typescript-eslint/parser": "^7.2.0",
21+
"@types/react": "^18.2.79",
22+
"@types/react-dom": "^18.2.25",
23+
"@typescript-eslint/eslint-plugin": "^7.7.0",
24+
"@typescript-eslint/parser": "^7.7.0",
2525
"@vitejs/plugin-react-swc": "^3.6.0",
26-
"eslint": "^8.57.0",
26+
"eslint": "^9.0.0",
2727
"eslint-plugin-react-hooks": "^4.6.0",
2828
"eslint-plugin-react-refresh": "^0.4.6",
29-
"typescript": "^5.4.2",
30-
"vite": "^5.1.6"
29+
"typescript": "^5.4.5",
30+
"vite": "^5.2.9"
3131
}
3232
}

lib/esbuild-plugin-react18-css-example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"lint": "eslint ."
2424
},
2525
"devDependencies": {
26-
"@testing-library/react": "^14.2.1",
27-
"@turbo/gen": "^1.12.5",
28-
"@types/node": "^20.11.28",
29-
"@types/react": "^18.2.66",
30-
"@types/react-dom": "^18.2.22",
26+
"@testing-library/react": "^15.0.2",
27+
"@turbo/gen": "^1.13.2",
28+
"@types/node": "^20.12.7",
29+
"@types/react": "^18.2.79",
30+
"@types/react-dom": "^18.2.25",
3131
"@vitejs/plugin-react": "^4.2.1",
32-
"@vitest/coverage-v8": "^1.4.0",
33-
"esbuild-plugin-css-module": "^0.0.1",
32+
"@vitest/coverage-v8": "^1.5.0",
33+
"esbuild-plugin-css-module": "^0.1.0",
3434
"esbuild-plugin-react18": "^0.1.0",
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
3737
"jsdom": "^24.0.0",
38-
"octokit": "^3.1.2",
38+
"octokit": "^3.2.0",
3939
"react": "^18.2.0",
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.0.2",
42-
"typedoc": "^0.25.12",
43-
"typescript": "^5.4.2",
42+
"typedoc": "^0.25.13",
43+
"typescript": "^5.4.5",
4444
"vite-tsconfig-paths": "^4.3.2",
45-
"vitest": "^1.4.0"
45+
"vitest": "^1.5.0"
4646
},
4747
"peerDependencies": {
4848
"@types/react": "16.8 - 18",

lib/esbuild-plugin-react18-css/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-react18-css
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Upgrade dependencies
8+
39
## 0.0.2
410

511
### Patch Changes

lib/esbuild-plugin-react18-css/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-react18-css",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"description": "ESBuild plugin to handle CSS/SCSS modules, autoprefixer, etc.",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
@@ -24,21 +24,21 @@
2424
"lint": "eslint ."
2525
},
2626
"dependencies": {
27-
"autoprefixer": "^10.4.18",
28-
"postcss": "^8.4.35",
27+
"autoprefixer": "^10.4.19",
28+
"postcss": "^8.4.38",
2929
"postcss-modules": "^6.0.0",
30-
"sass": "^1.72.0"
30+
"sass": "^1.75.0"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^20.11.28",
34-
"@vitest/coverage-v8": "^1.4.0",
33+
"@types/node": "^20.12.7",
34+
"@vitest/coverage-v8": "^1.5.0",
3535
"esbuild": "^0.20.2",
36-
"octokit": "^3.1.2",
36+
"octokit": "^3.2.0",
3737
"tiny-glob": "^0.2.9",
3838
"tsup": "^8.0.2",
39-
"typedoc": "^0.25.12",
40-
"typescript": "^5.4.2",
41-
"vitest": "^1.4.0"
39+
"typedoc": "^0.25.13",
40+
"typescript": "^5.4.5",
41+
"vitest": "^1.5.0"
4242
},
4343
"funding": {
4444
"type": "github",

lib/example2/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"lint": "eslint ."
2424
},
2525
"devDependencies": {
26-
"@testing-library/react": "^14.2.1",
27-
"@turbo/gen": "^1.12.5",
28-
"@types/node": "^20.11.28",
29-
"@types/react": "^18.2.66",
30-
"@types/react-dom": "^18.2.22",
26+
"@testing-library/react": "^15.0.2",
27+
"@turbo/gen": "^1.13.2",
28+
"@types/node": "^20.12.7",
29+
"@types/react": "^18.2.79",
30+
"@types/react-dom": "^18.2.25",
3131
"@vitejs/plugin-react": "^4.2.1",
32-
"@vitest/coverage-v8": "^1.4.0",
33-
"esbuild-plugin-css-module": "^0.0.1",
32+
"@vitest/coverage-v8": "^1.5.0",
33+
"esbuild-plugin-css-module": "^0.1.0",
3434
"esbuild-plugin-react18": "^0.1.0",
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
3737
"jsdom": "^24.0.0",
38-
"octokit": "^3.1.2",
38+
"octokit": "^3.2.0",
3939
"react": "^18.2.0",
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.0.2",
42-
"typedoc": "^0.25.12",
43-
"typescript": "^5.4.2",
42+
"typedoc": "^0.25.13",
43+
"typescript": "^5.4.5",
4444
"vite-tsconfig-paths": "^4.3.2",
45-
"vitest": "^1.4.0"
45+
"vitest": "^1.5.0"
4646
},
4747
"peerDependencies": {
4848
"@types/react": "16.8 - 18",

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
2-
"private": true,
3-
"scripts": {
4-
"build": "turbo run build",
5-
"dev": "turbo run dev",
6-
"test": "turbo run test",
7-
"doc": "turbo run doc",
8-
"lint": "turbo run lint",
9-
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,css,scss}\""
10-
},
11-
"devDependencies": {
12-
"@changesets/cli": "^2.27.1",
13-
"eslint": "^9.0.0",
14-
"prettier": "^3.2.5",
15-
"tsconfig": "workspace:*",
16-
"turbo": "^1.13.2"
17-
},
18-
"packageManager": "pnpm@8.6.10",
19-
"name": "esbuild-plugin-react18-css"
2+
"private": true,
3+
"scripts": {
4+
"build": "turbo run build",
5+
"dev": "turbo run dev",
6+
"test": "turbo run test",
7+
"doc": "turbo run doc",
8+
"lint": "turbo run lint",
9+
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,css,scss}\""
10+
},
11+
"devDependencies": {
12+
"@changesets/cli": "^2.27.1",
13+
"eslint": "^9.0.0",
14+
"prettier": "^3.2.5",
15+
"tsconfig": "workspace:*",
16+
"turbo": "^1.13.2"
17+
},
18+
"name": "esbuild-plugin-react18-css"
2019
}

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"private": true,
66
"devDependencies": {
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint-config-turbo": "^1.12.5"
8+
"eslint-config-turbo": "^1.13.2"
99
}
1010
}

packages/shared-ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"lint": "eslint ."
1111
},
1212
"devDependencies": {
13-
"@mayank1513/fork-me": "^2.1.0",
14-
"@types/node": "^20.11.28",
15-
"@types/react": "^18.2.66",
16-
"@types/react-dom": "^18.2.22",
13+
"@mayank1513/fork-me": "^2.1.2",
14+
"@types/node": "^20.12.7",
15+
"@types/react": "^18.2.79",
16+
"@types/react-dom": "^18.2.25",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
19-
"next": "^14.1.3",
19+
"next": "^14.2.2",
2020
"nextjs-themes": "^3.1.0",
2121
"react": "^18.2.0",
2222
"tsconfig": "workspace:*",
23-
"typescript": "5.4.2"
23+
"typescript": "5.4.5"
2424
},
2525
"dependencies": {
26-
"eslint": "^8.57.0"
26+
"eslint": "^9.0.0"
2727
}
2828
}

0 commit comments

Comments
 (0)