Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed May 24, 2024
1 parent c575c7c commit e71252d
Show file tree
Hide file tree
Showing 10 changed files with 2,788 additions and 2,903 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,33 @@
"size": "pnpm build-prod && pnpm size-limit"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.2",
"@changesets/cli": "^2.26.2",
"@playwright/test": "^1.39.0",
"@size-limit/preset-big-lib": "^10.0.2",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@babel/preset-typescript": "^7.24.1",
"@changesets/cli": "^2.27.3",
"@playwright/test": "^1.44.1",
"@size-limit/preset-big-lib": "^11.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.4.0",
"cypress": "^13.10.0",
"eslint-config-dflex": "workspace:*",
"istanbul-lib-instrument": "^6.0.1",
"istanbul-lib-instrument": "^6.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"rimraf": "^5.0.5",
"size-limit": "^10.0.2",
"start-server-and-test": "^2.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"rimraf": "^5.0.7",
"size-limit": "^11.1.4",
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-replace": "^0.1.1"
},
"size-limit": [
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/dflex-dnd-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@dflex/dnd": "workspace:^"
},
"devDependencies": {
"cypress": "^13.4.0",
"dflex-e2e-utils": "workspace:^1.0.4",
"eslint": "8.52.0",
"cypress": "^13.10.0",
"dflex-e2e-utils": "workspace:^",
"eslint": "9.3.0",
"eslint-config-dflex-react": "workspace:*",
"eslint-plugin-cypress": "^2.15.1"
"eslint-plugin-cypress": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/dflex-draggable-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dflex/draggable": "workspace:^"
},
"devDependencies": {
"dflex-e2e-utils": "workspace:^1.0.3",
"dflex-e2e-utils": "workspace:^",
"eslint-config-dflex-react": "workspace:*"
}
}
26 changes: 13 additions & 13 deletions playgrounds/dflex-next-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
},
"dependencies": {
"@dflex/dnd": "workspace:^",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"autoprefixer": "10.4.16",
"classnames": "^2.3.2",
"next": "14.0.1",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "3.3.5",
"typescript": "^5.2.2"
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "10.4.19",
"classnames": "^2.5.1",
"next": "14.2.3",
"postcss": "8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"dflex-e2e-utils": "workspace:^1.0.3",
"eslint": "8.52.0",
"dflex-e2e-utils": "workspace:^",
"eslint": "9.3.0",
"eslint-config-dflex-react": "workspace:*"
}
}
34 changes: 17 additions & 17 deletions playgrounds/dflex-vue-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
},
"dependencies": {
"@dflex/dnd": "workspace:^",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.8.10",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "8.52.0",
"eslint-plugin-vue": "^9.18.1",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"typescript": "~5.2.2",
"vite": "^4.5.0",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "9.3.0",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite-plugin-replace": "^0.1.1",
"vue-tsc": "^1.8.22"
"vue-tsc": "^2.0.19"
}
}
Loading

0 comments on commit e71252d

Please sign in to comment.