Skip to content

Commit

Permalink
chore(pkg): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Apr 8, 2022
1 parent 9b50865 commit dd7eaad
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 136 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-config-rdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"packageManager": "yarn@3.1.0",
"version": "1.0.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2"
Expand All @@ -17,6 +17,6 @@
"eslint": "^8.3.0"
},
"devDependencies": {
"eslint-plugin-testing-library": "^5.2.0"
"eslint-plugin-testing-library": "^5.2.1"
}
}
16 changes: 8 additions & 8 deletions packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-typescript": "^8.3.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"date-fns": "^2.28.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-rdp": "workspace:^",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
Expand All @@ -69,7 +69,7 @@
"timekeeper": "^2.2.0",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"tsc-alias": "^1.6.5",
"tsc-alias": "^1.6.6",
"tslib": "^2.3.1",
"typed-css-modules": "^0.7.0",
"typescript": "~4.5.5"
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.11.4",
"@popperjs/core": "^2.11.5",
"clsx": "^1.1.1",
"focus-trap-react": "8.9.2",
"prism-react-renderer": "^1.3.1",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/jest-dom": "^5.16.4",
"@tsconfig/docusaurus": "^1.0.5",
"@types/jest": "^27.4.1",
"@types/react-helmet": "^6.1.5",
Expand All @@ -45,7 +45,7 @@
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"ts-jest": "^27.1.4",
"typedoc": "^0.22.13",
"typedoc": "^0.22.14",
"typedoc-plugin-markdown": "^3.11.14",
"typescript": "~4.5.5",
"webpack": "^5.71.0"
Expand Down
Loading

0 comments on commit dd7eaad

Please sign in to comment.