Skip to content

Commit

Permalink
chore(pkg): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 14, 2022
1 parent 0ebdc7b commit 4075c1f
Show file tree
Hide file tree
Showing 4 changed files with 971 additions and 723 deletions.
4 changes: 2 additions & 2 deletions packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"tsconfig.json"
],
"dependencies": {
"@reach/auto-id": "^0.16.0"
"@reach/auto-id": "^0.17.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-typescript": "^8.3.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
Expand Down
6 changes: 5 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ const config = {
'date picker, react component, calendar component, react datepicker, daypicker, react day picker, date-fns date picker, typescript date picker'
}
],
hideableSidebar: false,
docs: {
sidebar: {
hideable: false
}
},
image: 'images/og-image.png',
navbar: require('./docusaurus.navbar.js'),
editUrl: 'https://github.com/gpbl/react-day-picker/edit/master/website/',
Expand Down
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"typecheck-watch": "yarn typecheck --watch"
},
"dependencies": {
"@codesandbox/sandpack-react": "^0.18.0",
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@codesandbox/sandpack-react": "^0.19.6",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.11.5",
"clsx": "^1.1.1",
Expand All @@ -27,26 +27,26 @@
"react": "^17.0.2",
"react-day-picker": "workspace:*",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5"
"react-popper": "^2.3.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
"@testing-library/jest-dom": "^5.16.4",
"@tsconfig/docusaurus": "^1.0.5",
"@types/jest": "^27.4.1",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"date-fns": "^2.28.0",
"docusaurus-plugin-typedoc": "^0.17.2",
"docusaurus-plugin-typedoc": "^0.17.5",
"eslint": "^8.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"ts-jest": "^27.1.4",
"typedoc": "^0.22.14",
"typedoc-plugin-markdown": "^3.11.14",
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "~4.5.5",
"webpack": "^5.72.0"
}
Expand Down
Loading

0 comments on commit 4075c1f

Please sign in to comment.