Skip to content

Commit

Permalink
chore: bump all packages versions (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: F <[email protected]>
  • Loading branch information
Feshchenko and F authored Jul 4, 2024
1 parent cf5d052 commit 8f6534f
Show file tree
Hide file tree
Showing 6 changed files with 1,705 additions and 1,644 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
},
"homepage": "https://github.com/rehookify/datepicker#readme",
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@testing-library/react": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.5.3"
},
"lint-staged": {
"**/*.{ts,tsx}": [
Expand Down
24 changes: 12 additions & 12 deletions packages/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rehookify/datepicker",
"version": "6.6.4",
"version": "6.6.5",
"description": "The ultimate tool to create a date, range and time picker in your React applications.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
Expand Down Expand Up @@ -60,21 +60,21 @@
},
"homepage": "https://github.com/rehookify/datepicker#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.55",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.10.0",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"jsdom": "^24.1.0",
"react": "^18.3.1",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"vitest": "^1.2.2"
"vitest": "^1.6.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
Expand Down
6 changes: 3 additions & 3 deletions packages/examples-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.45.1",
"@rehookify/datepicker": "workspace:*",
"eslint-plugin-playwright": "^1.0.1",
"rimraf": "^5.0.5"
"eslint-plugin-playwright": "^1.6.2",
"rimraf": "^5.0.7"
}
}
20 changes: 10 additions & 10 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rehookify/datepicker": "workspace:*",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"react-router-dom": "^6.22.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.1.1"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react-router-dom": "^6.24.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}
Loading

0 comments on commit 8f6534f

Please sign in to comment.