Skip to content

Commit

Permalink
chore: move from npm to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Arbibe committed Jun 7, 2024
1 parent f26f55e commit 413c4c5
Show file tree
Hide file tree
Showing 14 changed files with 11,042 additions and 19,829 deletions.
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"jotai": "^2.7.0",
"lucide-react": "^0.352.0",
"nanoid": "^5.0.4",
Expand All @@ -27,8 +27,8 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.11.25",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
Expand All @@ -39,4 +39,4 @@
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}
}
6 changes: 3 additions & 3 deletions examples/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"@radix-ui/themes": "^2.0.3",
"@tanstack/react-virtual": "^3.0.1",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"jotai": "^2.7.0",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}
}
6 changes: 3 additions & 3 deletions examples/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/sortable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/timeaxis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@dnd-kit/core": "^6.1.0",
"@tanstack/react-virtual": "^3.0.1",
"date-fns": "^2.30.0",
"dnd-timeline": "*",
"dnd-timeline": "workspace:*",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
Loading

0 comments on commit 413c4c5

Please sign in to comment.