react-day-picker 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### v8.0.1
4
+
5
+ - added React 18 to the peerDependencies
6
+
3
7
  ## v8.0
4
8
 
5
9
  Introduce mayor breaking changes and is mostly incompatible with v7. Head over the [redesigned website](https://react-day-picker.js.org) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-day-picker",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Customizable Date Picker for React",
5
5
  "author": "Giampaolo Bellavite <io@gpbl.dev>",
6
6
  "homepage": "http://react-day-picker.js.org",
@@ -36,28 +36,28 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@rollup/plugin-alias": "^3.1.9",
39
- "@rollup/plugin-commonjs": "^21.0.2",
39
+ "@rollup/plugin-commonjs": "^21.0.3",
40
40
  "@rollup/plugin-typescript": "^8.3.1",
41
- "@testing-library/dom": "^8.11.3",
41
+ "@testing-library/jest-dom": "^5.16.3",
42
42
  "@testing-library/react": "^12.1.4",
43
43
  "@testing-library/react-hooks": "^7.0.2",
44
44
  "@testing-library/user-event": "^13.5.0",
45
45
  "@types/jest": "^27.4.1",
46
- "@types/node": "^14.18.12",
47
- "@types/react": "^17.0.40",
48
- "@typescript-eslint/eslint-plugin": "^5.15.0",
49
- "@typescript-eslint/parser": "^5.15.0",
46
+ "@types/node": "^17.0.23",
47
+ "@types/react": "^17.0.43",
48
+ "@typescript-eslint/eslint-plugin": "^5.16.0",
49
+ "@typescript-eslint/parser": "^5.16.0",
50
50
  "date-fns": "^2.28.0",
51
- "eslint": "^8.11.0",
51
+ "eslint": "^8.12.0",
52
52
  "eslint-config-prettier": "^8.5.0",
53
53
  "eslint-config-rdp": "workspace:^",
54
- "eslint-import-resolver-typescript": "^2.5.0",
54
+ "eslint-import-resolver-typescript": "^2.7.0",
55
55
  "eslint-plugin-import": "^2.25.4",
56
- "eslint-plugin-jest": "^26.1.1",
56
+ "eslint-plugin-jest": "^26.1.3",
57
57
  "eslint-plugin-prettier": "^4.0.0",
58
58
  "eslint-plugin-react-hooks": "^4.3.0",
59
59
  "jest": "^27.5.1",
60
- "prettier": "^2.6.0",
60
+ "prettier": "^2.6.1",
61
61
  "react": "^17.0.2",
62
62
  "react-dom": "^17.0.2",
63
63
  "rimraf": "^3.0.2",
@@ -68,16 +68,16 @@
68
68
  "rollup-plugin-peer-deps-external": "^2.2.4",
69
69
  "rollup-plugin-terser": "^7.0.2",
70
70
  "timekeeper": "^2.2.0",
71
- "ts-jest": "^27.1.3",
71
+ "ts-jest": "^27.1.4",
72
72
  "ts-node": "^10.7.0",
73
- "tsc-alias": "^1.6.4",
73
+ "tsc-alias": "^1.6.5",
74
74
  "tslib": "^2.3.1",
75
75
  "typed-css-modules": "^0.7.0",
76
76
  "typescript": "~4.5.5"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "date-fns": "^2.28.0",
80
- "react": "^16.8.0 || ^17.0.0"
80
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
81
81
  },
82
82
  "funding": {
83
83
  "type": "individual",