Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 24, 2024
1 parent 7bf0d4f commit d509263
Show file tree
Hide file tree
Showing 7 changed files with 6,234 additions and 5,049 deletions.
61 changes: 31 additions & 30 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "next-template",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -16,49 +17,49 @@
"dependencies": {
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/mdx": "14.1.3",
"@radix-ui/react-dialog": "^1",
"@radix-ui/react-slot": "^1.0.2",
"@types/mdx": "2.0.11",
"@next/mdx": "14.2.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@types/mdx": "2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.14",
"geist": "1.2.2",
"clsx": "^2.1.1",
"framer-motion": "^11.2.11",
"geist": "1.3.0",
"js-yaml": "4.1.0",
"lucide-react": "0.358.0",
"next": "^14",
"lucide-react": "0.396.0",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"rc-modal-sheet": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-frontmatter": "5.0.0",
"remark-mdx-frontmatter": "4.0.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"remark-mdx-frontmatter": "5.0.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.6",
"vaul": "^0.9.0"
"vaul": "^0.9.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.0",
"@tailwindcss/typography": "0.5.10",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "0.5.13",
"@types/js-yaml": "4.0.9",
"@types/node": "^20.11.28",
"@types/react": "18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.14",
"@types/node": "^20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.44.0",
"eslint-config-next": "14.1.3",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.24",
"prettier": "^3.2.5",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.4.0",
"unified": "11.0.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"unified": "11.0.5",
"unist-util-visit": "5.0.0"
}
}
2 changes: 1 addition & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,32 +100,32 @@
},
"devDependencies": {
"@innei/bump-version": "1.5.10",
"@innei/eslint-config-react-ts": "0.12.4",
"@innei/eslint-config-ts": "0.12.4",
"@innei/prettier": "0.12.4",
"@innei/eslint-config-react-ts": "0.13.2",
"@innei/eslint-config-ts": "0.13.2",
"@innei/prettier": "0.13.2",
"@radix-ui/react-dialog": "1.0.5",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@vitejs/plugin-react": "4.2.1",
"dts-bundle-generator": "^9.3.1",
"esbuild": "0.20.2",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@vitejs/plugin-react": "4.3.1",
"dts-bundle-generator": "^9.5.1",
"esbuild": "0.21.5",
"framer-motion": "11.0.13",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"lint-staged": "15.2.7",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-nested": "6.0.1",
"prettier": "3.2.5",
"react": "18.2.0",
"prettier": "3.3.2",
"react": "18.3.1",
"rollup-plugin-preserve-directives": "0.4.0",
"tailwindcss": "3.4.1",
"tsc-alias": "1.8.8",
"tslib": "2.6.2",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"tailwindcss": "3.4.4",
"tsc-alias": "1.8.10",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
"vitest": "1.6.0"
},
"peerDependencies": {
"@radix-ui/react-dialog": "^1",
Expand All @@ -135,10 +135,10 @@
"vaul": "^0.9.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1",
"clsx": "*",
"framer-motion": "^11",
"tailwind-merge": "^2",
"vaul": "^0.9.0"
"@radix-ui/react-dialog": "^1.1.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.11",
"tailwind-merge": "^2.3.0",
"vaul": "^0.9.1"
}
}
Loading

0 comments on commit d509263

Please sign in to comment.