Skip to content

Commit

Permalink
web: latest nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Sep 29, 2024
1 parent 8e9f08e commit a476e12
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 271 deletions.
4 changes: 2 additions & 2 deletions apps/daimo-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"depcheck": "^1.4.3",
"encoding": "^0.1.13",
"eslint": "^8.44.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "14.2.13",
"framer-motion": "^11.0.5",
"lokijs": "^1.5.12",
"lru-cache": "^10.2.0",
"next": "^13.5.4",
"next": "14.2.13",
"pino-pretty": "^10.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/daimo-web/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
}
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
import type { Config } from "tailwindcss";

const config: Config = {
content: [
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
Expand Down Expand Up @@ -33,3 +34,5 @@ module.exports = {
},
plugins: [],
};

export default config;
Loading

0 comments on commit a476e12

Please sign in to comment.