Skip to content

fix package manager issue #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"postinstall": "next telemetry disable"
},
"dependencies": {
"@mayank1513/fork-me": "^2.1.0",
"@mayank1513/fork-me": "^2.1.2",
"esbuild-plugin-react18-css-example": "workspace:*",
"next": "^14.1.3",
"next": "^14.2.2",
"nextjs-themes": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.3",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@next/eslint-plugin-next": "^14.2.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"typecheck": "tsc"
},
"dependencies": {
"@mayank1513/fork-me": "^2.1.0",
"@mayank1513/fork-me": "^2.1.2",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"esbuild-plugin-react18-css-example": "workspace:*",
"isbot": "5.1.1",
"isbot": "5.1.4",
"nextjs-themes": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -26,10 +26,10 @@
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"eslint": "^8.57.0",
"typescript": "^5.4.2"
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^9.0.0",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.0.0"
Expand Down
16 changes: 8 additions & 8 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"preview": "vite preview"
},
"dependencies": {
"@mayank1513/fork-me": "^2.1.0",
"@mayank1513/fork-me": "^2.1.2",
"esbuild-plugin-react18-css-example": "workspace:*",
"nextjs-themes": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"typescript": "^5.4.5",
"vite": "^5.2.9"
}
}
22 changes: 11 additions & 11 deletions lib/esbuild-plugin-react18-css-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
"lint": "eslint ."
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@turbo/gen": "^1.12.5",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@testing-library/react": "^15.0.2",
"@turbo/gen": "^1.13.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"esbuild-plugin-css-module": "^0.0.1",
"@vitest/coverage-v8": "^1.5.0",
"esbuild-plugin-css-module": "^0.1.0",
"esbuild-plugin-react18": "^0.1.0",
"esbuild-plugin-react18-css": "workspace:*",
"eslint-config-custom": "workspace:*",
"jsdom": "^24.0.0",
"octokit": "^3.1.2",
"octokit": "^3.2.0",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
Expand Down
6 changes: 6 additions & 0 deletions lib/esbuild-plugin-react18-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# esbuild-plugin-react18-css

## 0.0.3

### Patch Changes

- Upgrade dependencies

## 0.0.2

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions lib/esbuild-plugin-react18-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "esbuild-plugin-react18-css",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"description": "ESBuild plugin to handle CSS/SCSS modules, autoprefixer, etc.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,21 +24,21 @@
"lint": "eslint ."
},
"dependencies": {
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-modules": "^6.0.0",
"sass": "^1.72.0"
"sass": "^1.75.0"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"esbuild": "^0.20.2",
"octokit": "^3.1.2",
"octokit": "^3.2.0",
"tiny-glob": "^0.2.9",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vitest": "^1.4.0"
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"funding": {
"type": "github",
Expand Down
22 changes: 11 additions & 11 deletions lib/example2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
"lint": "eslint ."
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@turbo/gen": "^1.12.5",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@testing-library/react": "^15.0.2",
"@turbo/gen": "^1.13.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"esbuild-plugin-css-module": "^0.0.1",
"@vitest/coverage-v8": "^1.5.0",
"esbuild-plugin-css-module": "^0.1.0",
"esbuild-plugin-react18": "^0.1.0",
"esbuild-plugin-react18-css": "workspace:*",
"eslint-config-custom": "workspace:*",
"jsdom": "^24.0.0",
"octokit": "^3.1.2",
"octokit": "^3.2.0",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
Expand Down
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"doc": "turbo run doc",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,css,scss}\""
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"tsconfig": "workspace:*",
"turbo": "^1.13.2"
},
"packageManager": "pnpm@8.6.10",
"name": "esbuild-plugin-react18-css"
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"doc": "turbo run doc",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,css,scss}\""
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"tsconfig": "workspace:*",
"turbo": "^1.13.2"
},
"name": "esbuild-plugin-react18-css"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"private": true,
"devDependencies": {
"@vercel/style-guide": "^6.0.0",
"eslint-config-turbo": "^1.12.5"
"eslint-config-turbo": "^1.13.2"
}
}
14 changes: 7 additions & 7 deletions packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"lint": "eslint ."
},
"devDependencies": {
"@mayank1513/fork-me": "^2.1.0",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@mayank1513/fork-me": "^2.1.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"esbuild-plugin-react18-css-example": "workspace:*",
"eslint-config-custom": "workspace:*",
"next": "^14.1.3",
"next": "^14.2.2",
"nextjs-themes": "^3.1.0",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"dependencies": {
"eslint": "^8.57.0"
"eslint": "^9.0.0"
}
}