Skip to content

Commit

Permalink
⬆️ upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed May 14, 2022
1 parent b7a2bc8 commit 5a297ac
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 254 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"homepage": "https://github.com/rohit-gohri/redocusaurus#readme",
"devDependencies": {
"@changesets/changelog-github": "^0.4.3",
"@changesets/cli": "^2.21.1",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"concurrently": "^7.0.0",
"concurrently": "^7.1.0",
"eslint": "^8.11.0",
"eslint-config-airbnb-typescript": "^16.1.1",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -53,7 +53,7 @@
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"prettier": "2.5.1",
"typescript": "^4.6.2"
"typescript": "^4.6.4"
},
"engines": {
"node": ">=14"
Expand Down
14 changes: 7 additions & 7 deletions packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
"clsx": "^1.1.1",
"copyfiles": "^2.4.1",
"lodash": "^4.17.21",
"mobx": "^6.3.13",
"mobx": "^6.5.0",
"redoc": "2.0.0-rc.69",
"styled-components": "^5.3.3"
"styled-components": "^5.3.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.20",
"@docusaurus/theme-classic": "^2.0.0-beta.20",
"@types/lodash": "^4.14.179",
"@types/react-dom": "^17.0.13",
"@types/lodash": "^4.14.182",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.3.3",
"@types/rtlcss": "^3.1.2",
"@types/styled-components": "^5.1.24",
"@types/rtlcss": "^3.1.4",
"@types/styled-components": "^5.1.25",
"nodemon": "^2.0.15",
"typescript": "^4.6.2"
"typescript": "^4.6.4"
},
"engines": {
"node": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"redocusaurus": "^1.0.3"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.76",
"@types/react": "^17.0.39"
"@percy/cli": "^1.1.4",
"@types/react": "^17.0.45"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 5a297ac

Please sign in to comment.