Skip to content

Commit

Permalink
chore(monorepo): ⬆️ update deps and remove unneeded settings from tsc…
Browse files Browse the repository at this point in the history
…onfig.json
  • Loading branch information
a-luna committed Jul 13, 2023
1 parent b169500 commit 00aa5db
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 156 deletions.
10 changes: 5 additions & 5 deletions apps/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@a-luna/shared-ui": "workspace:*",
"@stefanprobst/remark-shiki": "2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.22.1",
"@sveltejs/kit": "^1.22.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"date-fns": "^2.30.0",
Expand Down Expand Up @@ -65,16 +65,16 @@
"unified": "^10.1.2",
"vfile": "^5.3.7",
"vfile-reporter": "^7.0.5",
"vite": "^4.4.2",
"vite": "^4.4.3",
"vite-imagetools": "^4.0.19"
},
"type": "module",
"devDependencies": {
"@histoire/plugin-svelte": "^0.12.4",
"@pnpm/lockfile-file": "^7.0.6",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"esbuild": "^0.17.19",
"eslint": "^8.44.0",
Expand All @@ -85,7 +85,7 @@
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"rollup": "^3.26.2",
"svelte-check": "^3.4.5",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}
Expand Down
28 changes: 2 additions & 26 deletions apps/portfolio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,6 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"types": ["vite/client"],
"baseUrl": "./",
"paths": {
"$lib": ["./src/lib"],
"$lib/*": ["./src/lib/*"]
}
},
"include": [
"ambient.d.ts",
"./.svelte-kit/types/**/$types.d.ts",
"./.svelte-kit/ambient.d.ts",
"./vite.config.ts",
"./src/**/*.js",
"./src/**/*.ts",
"./src/**/*.svelte",
"./tests/**/*.js",
"./tests/**/*.ts",
"./tests/**/*.svelte"
],
"exclude": [
"./node_modules/**",
"./.svelte-kit/[!ambient.d.ts]**",
"./src/service-worker.js",
"./src/service-worker.ts",
"./src/service-worker.d.ts"
]
"types": ["vite/client"]
}
}
Loading

0 comments on commit 00aa5db

Please sign in to comment.