Skip to content

Commit

Permalink
chore: update and cleanup tssconfig (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Jun 5, 2024
1 parent 608dc80 commit 0e3951d
Show file tree
Hide file tree
Showing 10 changed files with 2,117 additions and 2,290 deletions.
76 changes: 39 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "reference-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
Expand All @@ -16,45 +17,46 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@marigold/components": "^7.7.1",
"@marigold/icons": "^1.2.49",
"@marigold/theme-core": "^26.1.7",
"@mdx-js/rollup": "^3.0.1",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1",
"@tanstack/react-router": "^1.31.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.3.0"
"@code-hike/mdx": "0.9.0",
"@marigold/components": "7.8.1",
"@marigold/icons": "1.2.50",
"@marigold/theme-core": "26.1.10",
"@mdx-js/rollup": "3.0.1",
"@tanstack/react-query": "5.40.1",
"@tanstack/react-query-devtools": "5.40.1",
"@tanstack/react-router": "1.35.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.3.0"
},
"devDependencies": {
"@marigold/eslint-config": "^0.4.15",
"@marigold/prettier-config": "^0.3.1",
"@tanstack/router-devtools": "^1.31.9",
"@tanstack/router-vite-plugin": "^1.26.21",
"@marigold/eslint-config": "0.4.15",
"@marigold/prettier-config": "0.3.1",
"@tanstack/router-devtools": "1.35.1",
"@tanstack/router-vite-plugin": "1.34.8",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "^15.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.5.3",
"autoprefixer": "^10.4.19",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-tailwindcss": "^3.15.1",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react-test-renderer": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.5.3"
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitest/coverage-v8": "1.5.3",
"autoprefixer": "10.4.19",
"eslint": "8",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"eslint-plugin-tailwindcss": "3.17.0",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"prettier": "3.3.1",
"react-test-renderer": "18.3.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.5.3"
}
}
Loading

0 comments on commit 0e3951d

Please sign in to comment.