Skip to content

Commit

Permalink
chore(ops): update (#188)
Browse files Browse the repository at this point in the history
* chore(ops): update

* chore(ops): remove conflicting ts eslint with airbnb
  • Loading branch information
thedoublejay authored Dec 28, 2023
1 parent b2593bd commit bc3d223
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 763 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lint": "turbo run lint -- --fix"
},
"devDependencies": {
"@ordzaar/standard-prettier": "^0.4.6",
"@ordzaar/standard-web-linter": "^0.4.6",
"@ordzaar/standard-prettier": "^0.4.14",
"@ordzaar/standard-web-linter": "^0.4.14",
"husky": "^8.0.3",
"turbo": "^1.10.16"
"turbo": "^1.11.2"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
Expand Down
1 change: 0 additions & 1 deletion packages/ord-connect/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
env: { browser: true, es2020: true },
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended",
"../../node_modules/@ordzaar/standard-web-linter",
],
Expand Down
22 changes: 11 additions & 11 deletions packages/ord-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.9.2",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^3.6.4",
"vite": "^5.0.10",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.17.0"
"vite-plugin-node-polyfills": "^0.19.0"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
Expand Down
Loading

0 comments on commit bc3d223

Please sign in to comment.