Skip to content

Commit

Permalink
update packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Feb 28, 2024
1 parent 9b560d9 commit ad2c779
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
7 changes: 3 additions & 4 deletions .tkb
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@
"Ls_zB0mgomuqP75XrrxOe": {
"id": "Ls_zB0mgomuqP75XrrxOe",
"description": "Add support for CSS modules / scoped styles -- v3.1",
"columnId": "column-todo"
"columnId": "column-done"
}
},
"columns": [
{
"id": "column-todo",
"title": "To do",
"tasksIds": [
"Ls_zB0mgomuqP75XrrxOe"
]
"tasksIds": []
},
{
"id": "column-doing",
Expand All @@ -29,6 +27,7 @@
"id": "column-done",
"title": "Done",
"tasksIds": [
"Ls_zB0mgomuqP75XrrxOe",
"task-hlCkRvoudoMFloe9AQamt"
]
}
Expand Down
4 changes: 2 additions & 2 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-multi-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.58",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
1 change: 1 addition & 0 deletions lib/nextjs-themes/lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageJson = require(path.resolve(__dirname, "package.json"));

const ref = packageJson.name;
packageJson.peerDependencies.r18gs = "^0";
delete packageJson.dependencies;
packageJson.name = `${packageJson.name}-lite`;

fs.writeFileSync(path.resolve(__dirname, "package.json"), JSON.stringify(packageJson, null, 2));
Expand Down
8 changes: 4 additions & 4 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.1",
Expand All @@ -39,13 +39,13 @@
"react": "^18.2.0",
"tsconfig": "workspace:*",
"tsup": "^8.0.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
},
"dependencies": {
"r18gs": "^0.0.5"
"r18gs": "^0.1.0"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@mayank1513/fork-me": "^2.0.1",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"next": "^14.1.0",
Expand Down

0 comments on commit ad2c779

Please sign in to comment.