Skip to content

Commit

Permalink
chore: Upgrade dependencies (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Dec 17, 2022
1 parent 1fc8017 commit 64db849
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 499 deletions.
8 changes: 4 additions & 4 deletions packages/eslint-config-rdp/package.json
Expand Up @@ -3,15 +3,15 @@
"packageManager": "yarn@3.2.1",
"version": "1.0.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
"prettier": "^2.8.1"
},
"peerDependencies": {
"eslint": "^8.3.0"
Expand Down
27 changes: 14 additions & 13 deletions packages/react-day-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "react-day-picker",
"version": "8.3.7",
"version": "8.4.1",
"description": "Customizable Date Picker for React",
"author": "Giampaolo Bellavite <io@gpbl.dev>",
"homepage": "http://react-day-picker.js.org",
Expand All @@ -18,6 +18,7 @@
"types": "dist/index.d.ts",
"style": "dist/style.css",
"scripts": {
"prepublish": "yarn run build",
"build": "rimraf dist && rollup -c --bundleConfigAsCjs",
"build-watch": "rollup -c -w --bundleConfigAsCjs",
"css-types": "yarn tcm -p src/style.css",
Expand All @@ -34,42 +35,42 @@
],
"devDependencies": {
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-commonjs": "^23.0.5",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.8.4",
"@types/react": "^17.0.50",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@types/node": "^18.11.16",
"@types/react": "^17.0.52",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"browserlist": "^1.0.1",
"date-fns": "^2.29.3",
"eslint": "^8.27.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-rdp": "workspace:^",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"prettier": "^2.7.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"rollup": "^3.7.5",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.0.2",
"timekeeper": "^2.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tsc-alias": "^1.7.0",
"tsc-alias": "^1.8.2",
"tslib": "^2.4.1",
"typed-css-modules": "^0.7.2",
"typescript": "~4.7.4"
Expand Down
3 changes: 2 additions & 1 deletion website/jest.config.ts
Expand Up @@ -13,7 +13,8 @@ const config: Config.InitialOptions = {
...pathsToModuleNameMapper(compilerOptions.paths, {
prefix: '<rootDir>'
}),
'\\.css$': 'identity-obj-proxy'
'\\.css$': 'identity-obj-proxy',
'@generated/(.*)': 'identity-obj-proxy'
},
testEnvironment: 'jsdom',
coverageReporters: ['lcov', 'text', 'clover'],
Expand Down
22 changes: 11 additions & 11 deletions website/package.json
Expand Up @@ -15,14 +15,14 @@
"typecheck-watch": "yarn typecheck --watch"
},
"dependencies": {
"@codesandbox/sandpack-react": "^1.17.0",
"@codesandbox/sandpack-react": "^1.18.3",
"@codesandbox/sandpack-themes": "^1.17.0",
"@docusaurus/core": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.11.6",
"clsx": "^1.2.1",
"focus-trap-react": "10.0.0",
"focus-trap-react": "10.0.2",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-day-picker": "workspace:*",
Expand All @@ -36,21 +36,21 @@
"@testing-library/jest-dom": "^5.16.5",
"@tsconfig/docusaurus": "^1.0.6",
"@types/jest": "^27.5.2",
"@types/react-helmet": "^6.1.5",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"date-fns": "^2.29.3",
"docusaurus-plugin-typedoc": "^0.17.5",
"eslint": "^8.27.0",
"docusaurus-plugin-typedoc": "^0.18.0",
"eslint": "^8.30.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"prettier": "^2.7.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.8.1",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"ts-jest": "^29.0.3",
"typedoc": "^0.23.20",
"typedoc-plugin-markdown": "^3.13.6",
"typedoc": "^0.23.22",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "~4.7.4",
"webpack": "^5.74.0"
"webpack": "^5.75.0"
}
}

0 comments on commit 64db849

Please sign in to comment.