Skip to content

Commit

Permalink
fix: lint:ws issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Aug 20, 2024
1 parent 6241944 commit 48c9b19
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint": "^9.9.0",
"nitropack": "2.9.7",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
12 changes: 6 additions & 6 deletions apps/frontinus-house/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
"@iconify-json/heroicons-outline": "^1.1.10",
"@million/lint": "^1.0.0-rc.84",
"@snapshot-labs/sx": "0.1.2",
"@types/remarkable": "^2.0.8",
"tailwindcss": "3.4.4",
"autoprefixer": "^10.4.19",
"graphql": "^16.9.0",
"highlight.js": "^11.9.0",
"highlightjs-solidity": "^2.0.6",
"postcss": "^8.4.39",
"react": "18.3.1",
"react": "^19.0.0-rc.0",
"react-dom": "18.3.1",
"react-router-dom": "^6.24.0",
"remarkable": "^2.0.1",
"starknet": "5.25.0",
"tailwindcss": "3.4.4"
"starknet": "6.11.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand All @@ -39,8 +38,9 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.9.0",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.5.3",
"vite": "^5.3.2"
"typescript": "^5.5.4",
"vite": "^5.3.2",
"@types/remarkable": "^2.0.8"
},
"resolutions": {
"react": "18.3.1"
Expand Down
5 changes: 5 additions & 0 deletions apps/homepages/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "homepages",
"version": "0.0.0",
"private": true
}
8 changes: 4 additions & 4 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@emotion/styled": "^11.11.5",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@million/lint": "1.0.0-rc.75",
"@million/lint": "^1.0.0-rc.84",
"@mui/material": "^5.15.15",
"@mui/styles": "^5.15.15",
"@next/mdx": "^14.2.4",
Expand Down Expand Up @@ -59,11 +59,11 @@
"inngest": "^3.19.0",
"keccak256": "^1.0.6",
"lodash": "4.17.21",
"lucide-react": "^0.394.0",
"lucide-react": "^0.399.0",
"merkletreejs": "^0.3.11",
"next": "^15.0.0-rc.0",
"react": "^19.0.0-rc.0",
"react-dom": "^19.0.0-rc.0",
"react-dom": "18.3.1",
"recharts": "^2.13.0-alpha.4",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
Expand All @@ -89,7 +89,7 @@
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"tailwindcss": "3.4.4",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vitest-tsconfig-paths": "^3.4.1"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0-rc.0",
"react-dom": "18.3.1",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.7",
"storybook": "^8.1.11",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "3.4.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vite": "^5.3.2",
"vite-plugin-turbosnap": "^1.0.3",
"vitest": "^1.6.0"
"vitest": "^2.0.5"
},
"peerDependencies": {
"react": "^18.3.1",
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ui-add": "turbo run ui-add",
"test": "vitest"
},
"dependencies": {
"devDependencies": {
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.0.14",
"million": "^3.1.11",
Expand All @@ -39,12 +39,10 @@
"turbo": "2.0.12",
"mobula-sdk": "^1.6.0",
"nuqs": "^1.17.8",
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config",
"devDependencies": {
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vitest-tsconfig-paths": "^3.4.1"
}
},
"prettier": "@realms-world/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@realms-world/tsconfig": "*",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
5 changes: 5 additions & 0 deletions packages/apibara/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "apibara",
"version": "0.0.0",
"private": true
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"next": "^15.0.0-rc.0",
"next-auth": "5.0.0-beta.19",
"react": "^19.0.0-rc.0",
"react-dom": "^19.0.0-rc.0",
"react-dom": "18.3.1",
"siws": "*",
"zod": "^3.23.8"
},
Expand All @@ -37,7 +37,7 @@
"@realms-world/tsconfig": "*",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@realms-world/prettier-config": "*",
"@realms-world/tsconfig": "*",
"eslint": "^9.9.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@t3-oss/env-core": "^0.10.1",
"drizzle-orm": "^0.31.2",
"drizzle-zod": "^0.5.1",
"zod": "^3.23"
"zod": "^3.23.8"
},
"devDependencies": {
"@realms-world/eslint-config": "*",
Expand All @@ -48,7 +48,7 @@
"eslint": "^9.9.0",
"postgres-range": "^1.1.4",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@realms-world/prettier-config": "*",
"@realms-world/tsconfig": "*",
"eslint": "^9.9.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
4 changes: 2 additions & 2 deletions packages/siws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"homepage": "https://github.com/nethermindeth",
"dependencies": {
"starknet": "^6.9.0",
"starknet": "6.11.0",
"uri-js": "^4.4.1",
"valid-url": "^1.0.9",
"zod": "^3.23.8"
Expand All @@ -45,7 +45,7 @@
"@realms-world/tsconfig": "*",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@realms-world/tsconfig": "*",
"@types/node": "^20.14.9",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "restricted"
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@realms-world/tsconfig": "workspace:*",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@realms-world/tsconfig": "*",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@realms-world/tsconfig": "*",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config"
}

0 comments on commit 48c9b19

Please sign in to comment.