Skip to content

Commit

Permalink
Merge pull request #107 from quantified-uncertainty/app-router
Browse files Browse the repository at this point in the history
App router & other dependency upgrades and cleanups
  • Loading branch information
berekuk authored Nov 7, 2024
2 parents 4572c2e + a72e637 commit 0a7bf70
Show file tree
Hide file tree
Showing 94 changed files with 6,051 additions and 5,411 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
124 changes: 63 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"type": "git",
"url": "git+https://github.com/quantified-uncertainty/metaforecast.git"
},
"engines": {
"node": ">=20.x"
},
"keywords": [
"forecasts",
"predictions"
Expand All @@ -21,98 +24,97 @@
"cli": "ts-node -T src/backend/index.ts",
"reload": "heroku run:detached ts-node -T src/backend/flow/doEverythingForScheduler.js",
"setCookies": "./src/backend/manual/setCookies.sh",
"dev": "next dev",
"dev": "next dev --turbopack",
"gen": "prisma generate",
"build": "pnpm run gen && next build",
"dbshell": ". .env && psql $DIGITALOCEAN_POSTGRES"
},
"dependencies": {
"@elastic/elasticsearch": "^8.13.0",
"@atmina/urql-custom-scalars-exchange": "^1.1.0",
"@elastic/elasticsearch": "^8.15.1",
"@floating-ui/react-dom": "^0.7.2",
"@graphql-yoga/plugin-response-cache": "^1.1.0",
"@pothos/core": "^3.22.8",
"@pothos/plugin-prisma": "^3.35.6",
"@pothos/plugin-relay": "^3.28.6",
"@prisma/client": "^3.15.2",
"@quri/squiggle-lang": "^0.5.1",
"@graphql-yoga/plugin-response-cache": "^3.10.0",
"@pothos/core": "^4.3.0",
"@pothos/plugin-prisma": "^4.3.1",
"@pothos/plugin-relay": "^4.3.0",
"@prisma/client": "^5.21.1",
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/typography": "^0.5.7",
"@types/chroma-js": "^2.1.4",
"@types/dom-to-image": "^2.6.4",
"@tailwindcss/typography": "^0.5.15",
"@types/chroma-js": "^2.4.4",
"@types/dom-to-image": "^2.6.7",
"@types/google-spreadsheet": "^3.3.0",
"@types/jsdom": "^16.2.15",
"@types/nprogress": "^0.2.0",
"@types/react": "<18.0.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/textversionjs": "^1.1.1",
"@types/tunnel": "^0.0.3",
"airtable": "^0.11.5",
"ajv": "^8.11.0",
"@types/jsdom": "^21.1.7",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/textversionjs": "^1.1.4",
"@types/tunnel": "^0.0.7",
"@urql/core": "5.0.8",
"@urql/next": "^1.1.2",
"airtable": "^0.12.2",
"ajv": "^8.17.1",
"api": "^5.0.7",
"axios": "^1.1.0",
"chroma-js": "^2.4.2",
"date-fns": "^2.29.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dom-to-image": "^2.6.0",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"fetch": "^1.1.0",
"fs": "^0.0.1-security",
"google-spreadsheet": "^3.3.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"graphql-yoga": "^3.0.0-next.10",
"html-to-image": "^1.10.8",
"graphql": "^16.9.0",
"graphql-yoga": "^5.8.0",
"html-to-image": "^1.11.11",
"https": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
"jsdom": "^19.0.0",
"next": "^12.3.1",
"next-plausible": "^3.6.3",
"next-urql": "^3.3.3",
"lodash": "^4.17.21",
"next": "15.0.2",
"next-plausible": "^3.12.3",
"nprogress": "^0.2.0",
"open": "^7.4.2",
"pg": "^8.8.0",
"postcss": "^8.4.18",
"postcss-preset-env": "^7.8.2",
"prisma": "^3.15.2",
"query-string": "^7.1.1",
"re-resizable": "^6.9.9",
"react": "^17.0.2",
"open": "^10.1.0",
"pg": "^8.13.1",
"postcss": "^8.4.47",
"prisma": "^5.21.1",
"re-resizable": "^6.10.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-component-export-image": "^1.0.6",
"react-compound-slider": "^3.4.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-dropdown": "^1.11.0",
"react-hook-form": "^7.38.0",
"react-icons": "^4.6.0",
"react-is": "^18.2.0",
"react-markdown": "^8.0.3",
"react-safe": "^1.3.0",
"react-select": "^5.5.4",
"remark-gfm": "^3.0.1",
"react-is": "19.0.0-rc-02c0e824-20241028",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^9.0.1",
"react-select": "^5.8.2",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"tabletojson": "^2.0.7",
"tailwindcss": "^3.2.0",
"tailwindcss": "^3.4.14",
"textversionjs": "^1.1.3",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tunnel": "^0.0.6",
"urql": "^2.2.3",
"urql-custom-scalars-exchange": "^0.1.6",
"victory": "^36.6.8"
},
"resolutions": {
"@types/react": "<18.0.0"
"urql": "^4.2.0",
"victory": "^37.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.7",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/near-operation-file-preset": "^2.4.3",
"@graphql-codegen/schema-ast": "^2.5.1",
"@graphql-codegen/typed-document-node": "^2.3.5",
"@graphql-codegen/typescript": "^2.7.5",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/schema-ast": "^4.1.0",
"@graphql-codegen/typed-document-node": "^5.0.11",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/pg": "^8.6.5",
"eslint": "^8.25.0",
"eslint-config-next": "^12.3.1",
"typescript": "4.9.3"
"@types/lodash": "^4.17.13",
"@types/pg": "^8.11.10",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.2",
"typescript": "5.6.3"
},
"packageManager": "[email protected]+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f"
}
Loading

0 comments on commit 0a7bf70

Please sign in to comment.