Skip to content

Commit 4075c1f

Browse files
committed
chore(pkg): upgrade dependencies
1 parent 0ebdc7b commit 4075c1f

File tree

4 files changed

+971
-723
lines changed

4 files changed

+971
-723
lines changed

packages/react-day-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"tsconfig.json"
3434
],
3535
"dependencies": {
36-
"@reach/auto-id": "^0.16.0"
36+
"@reach/auto-id": "^0.17.0"
3737
},
3838
"devDependencies": {
3939
"@rollup/plugin-alias": "^3.1.9",
40-
"@rollup/plugin-commonjs": "^21.0.3",
40+
"@rollup/plugin-commonjs": "^21.1.0",
4141
"@rollup/plugin-typescript": "^8.3.1",
4242
"@testing-library/jest-dom": "^5.16.4",
4343
"@testing-library/react": "^12.1.4",

website/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ const config = {
7070
'date picker, react component, calendar component, react datepicker, daypicker, react day picker, date-fns date picker, typescript date picker'
7171
}
7272
],
73-
hideableSidebar: false,
73+
docs: {
74+
sidebar: {
75+
hideable: false
76+
}
77+
},
7478
image: 'images/og-image.png',
7579
navbar: require('./docusaurus.navbar.js'),
7680
editUrl: 'https://github.com/gpbl/react-day-picker/edit/master/website/',

website/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"typecheck-watch": "yarn typecheck --watch"
1717
},
1818
"dependencies": {
19-
"@codesandbox/sandpack-react": "^0.18.0",
20-
"@docusaurus/core": "2.0.0-beta.18",
21-
"@docusaurus/preset-classic": "2.0.0-beta.18",
19+
"@codesandbox/sandpack-react": "^0.19.6",
20+
"@docusaurus/core": "2.0.0-beta.20",
21+
"@docusaurus/preset-classic": "2.0.0-beta.20",
2222
"@mdx-js/react": "^1.6.22",
2323
"@popperjs/core": "^2.11.5",
2424
"clsx": "^1.1.1",
@@ -27,26 +27,26 @@
2727
"react": "^17.0.2",
2828
"react-day-picker": "workspace:*",
2929
"react-dom": "^17.0.2",
30-
"react-popper": "^2.2.5"
30+
"react-popper": "^2.3.0"
3131
},
3232
"devDependencies": {
33-
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
33+
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
3434
"@testing-library/jest-dom": "^5.16.4",
3535
"@tsconfig/docusaurus": "^1.0.5",
3636
"@types/jest": "^27.4.1",
3737
"@types/react-helmet": "^6.1.5",
3838
"@types/react-router-dom": "^5.3.3",
3939
"date-fns": "^2.28.0",
40-
"docusaurus-plugin-typedoc": "^0.17.2",
40+
"docusaurus-plugin-typedoc": "^0.17.5",
4141
"eslint": "^8.13.0",
4242
"identity-obj-proxy": "^3.0.0",
4343
"jest": "^27.5.1",
4444
"prettier": "^2.6.2",
4545
"prop-types": "^15.8.1",
4646
"raw-loader": "^4.0.2",
4747
"ts-jest": "^27.1.4",
48-
"typedoc": "^0.22.14",
49-
"typedoc-plugin-markdown": "^3.11.14",
48+
"typedoc": "^0.22.15",
49+
"typedoc-plugin-markdown": "^3.12.1",
5050
"typescript": "~4.5.5",
5151
"webpack": "^5.72.0"
5252
}

0 commit comments

Comments
 (0)