Skip to content

Commit f0d6da9

Browse files
committed
package: use Next.js v12 & Tailwind 3
1 parent 5f31326 commit f0d6da9

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
},
1010
"dependencies": {
1111
"@apollo/client": "^3.4.16",
12-
"@next-auth/prisma-adapter": "^0.5.2-next.19",
1312
"@prisma/client": "^3.4.2",
1413
"apollo-server-micro": "^3.4.0",
1514
"fuse.js": "^6.4.6",
@@ -19,7 +18,7 @@
1918
"micro": "^9.3.4",
2019
"micro-cors": "^0.1.1",
2120
"next": "^12.0.1",
22-
"next-auth": "^4.0.0-beta.6",
21+
"next-auth": "^4.0.0-beta.7",
2322
"next-mdx-remote": "^3.0.6",
2423
"next-themes": "^0.0.15",
2524
"nexus": "^1.1.0",
@@ -37,13 +36,13 @@
3736
"@types/micro-cors": "^0.1.2",
3837
"@types/react": "^17.0.31",
3938
"@types/remark-prism": "^1.3.0",
40-
"autoprefixer": "^10.3.1",
39+
"autoprefixer": "^10.4.0",
4140
"eslint": "7.31.0",
4241
"eslint-config-next": "11.0.1",
4342
"node-fetch": "^3.0.0",
44-
"postcss": "^8.3.6",
43+
"postcss": "^8.4.5",
4544
"prisma": "^3.4.0",
46-
"tailwindcss": "^2.2.7",
45+
"tailwindcss": "^3.0.7",
4746
"typescript": "^4.4.4"
4847
}
4948
}

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
mode: 'jit',
3-
purge: [
2+
content: [
43
'./pages/**/*.{js,ts,jsx,tsx}',
54
'./components/**/*.{js,ts,jsx,tsx}',
65
],

0 commit comments

Comments
 (0)