Skip to content

Commit

Permalink
fix(land): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeong-Ag committed Dec 21, 2024
1 parent 0cc2ef5 commit 728035f
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 301 deletions.
13 changes: 6 additions & 7 deletions apps/land/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@clab-platforms/design-system": "workspace:*",
"@clab-platforms/utils": "workspace:*",
"@clab-platforms/icon": "workspace:*",
"@clab-platforms/utils": "workspace:*",
"@tanstack/react-query": "^5.59.20",
"next": "15.0.0-rc.1",
"react": "19.0.0-rc-ed15d500-20241110",
Expand All @@ -20,17 +20,16 @@
"devDependencies": {
"@clab-platforms/config": "workspace:*",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8",
"prettier": "^3.4.2",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
3 changes: 2 additions & 1 deletion apps/member/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable no-undef */

/* eslint-disable @typescript-eslint/no-var-requires */
const path = require('path');
import path from 'path';

/** @type {import('tailwindcss').Config} */
export default {
Expand Down
Loading

0 comments on commit 728035f

Please sign in to comment.