Skip to content

Commit

Permalink
chore(ops): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Oct 24, 2024
1 parent 05f9fdd commit a12390b
Show file tree
Hide file tree
Showing 3 changed files with 1,069 additions and 867 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"lint": "turbo run lint -- --fix"
},
"devDependencies": {
"@ordzaar/standard-prettier": "^1.8.10",
"@ordzaar/standard-web-linter": "^1.8.10",
"@ordzaar/standard-prettier": "^2.0.0",
"@ordzaar/standard-web-linter": "^2.0.0",
"husky": "^9.1.6",
"turbo": "^2.1.2"
"turbo": "^2.2.3"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.12.2"
}
12 changes: 6 additions & 6 deletions packages/ord-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.10",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.22.0"
Expand Down
Loading

0 comments on commit a12390b

Please sign in to comment.