Skip to content

Commit

Permalink
fix type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
emiljohansson committed Dec 24, 2024
1 parent 4915bc1 commit 11e4179
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 420 deletions.
3 changes: 3 additions & 0 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@
"@types/crypto-js": "4.1.1",
"@types/jsonwebtoken": "9.0.1",
"@types/use-sync-external-store": "0.0.6",
"autoprefixer": "10.4.20",
"config": "workspace:*",
"next-transpile-modules": "9.0.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"tsconfig": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/oauth-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/node": "18.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "18.0.6",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"prettier:check": "prettier --check .",
"start": "turbo run start",
"test": "turbo run test",
"test:ci": "start-server-and-test start http://localhost:3000 \"cypress run --headless --browser chrome\""
"test:ci": "start-server-and-test start http://localhost:3000 \"cypress run --headless --browser chrome\"",
"type-check": "turbo type-check"
},
"dependencies": {
"@tailwindcss/typography": "0.5.9"
Expand All @@ -36,7 +37,7 @@
"@types/jest": "29.5.10",
"@types/node": "18.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "18.0.6",
"@types/react-dom": "19.0.2",
"axe-core": "4.4.3",
"cypress": "13.6.0",
"cypress-axe": "1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.2.61",
"@types/react": "19.0.2",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"react-icons": "4.7.1"
},
"devDependencies": {
"autoprefixer": "10.4.20",
"config": "workspace:*",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"tsconfig": "workspace:*",
"tsup": "5.11.13"
},
Expand Down
Loading

0 comments on commit 11e4179

Please sign in to comment.