Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(ops): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed May 19, 2023
1 parent 4f8db31 commit 334bd11
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 791 deletions.
4 changes: 2 additions & 2 deletions packages/standard-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@vitejs/plugin-react-swc": "3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"react-router-dom": "^6.11.2",
"typescript": "4.9.5",
"vite": "^4.3.7"
"vite": "^4.3.8"
}
}
4 changes: 2 additions & 2 deletions packages/standard-web-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.4.2",
"eslint-config-next": "13.4.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"next": "13.4.2",
"next": "13.4.3",
"prettier": "^2.8.8",
"typescript": "4.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"tsconfig.json"
],
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@netlify/ipx": "^1.4.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"follow-redirects": "^1.15.2",
"next": "13.4.2",
"next-sitemap": "^4.0.9",
"next": "13.4.3",
"next-sitemap": "^4.1.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-responsive": "^9.0.2",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit 334bd11

Please sign in to comment.