Skip to content

Commit 18c1abb

Browse files
committed
Version up
1 parent 0d72248 commit 18c1abb

3 files changed

Lines changed: 192 additions & 279 deletions

File tree

package.deploy.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
"build": "next build"
44
},
55
"devDependencies": {
6-
"@netlify/plugin-nextjs": "^3.4.2"
6+
"@netlify/plugin-nextjs": "^3.9.2",
7+
"scheduler": "^0.20.2"
78
},
89
"dependencies": {
9-
"@next/bundle-analyzer": "^10.2.3",
10-
"autoprefixer": "^10.2.6",
11-
"next": "^10.2.3",
10+
"@next/bundle-analyzer": "^12.0.7",
11+
"autoprefixer": "^10.4.0",
12+
"next": "^12.0.7",
1213
"next-plugin-preact": "^3.0.6",
13-
"postcss": "^8.3.0",
14-
"preact": "^10.5.13",
14+
"postcss": "^8.4.5",
15+
"preact": "^10.6.4",
1516
"preact-render-to-string": "^5.1.19",
16-
"react": "npm:@preact/compat@^0.0.4",
17-
"react-dom": "npm:@preact/compat@0.0.4",
18-
"react-ssr-prepass": "npm:preact-ssr-prepass@1.1.3",
19-
"string-replace-loader": "^3.0.2",
20-
"tailwindcss": "^2.1.4",
17+
"react": "npm:@preact/compat@17.0.3",
18+
"react-dom": "npm:@preact/compat@17.0.3",
19+
"react-ssr-prepass": "npm:preact-ssr-prepass@1.2.0",
20+
"string-replace-loader": "^3.1.0",
21+
"tailwindcss": "^3.0.6",
2122
"xhr2": "^0.2.1"
2223
}
2324
}

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,24 @@
2828
"devDependencies": {
2929
"@netlify/plugin-nextjs": "^3.9.2",
3030
"purescript": "^0.14.5",
31+
"scheduler": "^0.20.2",
3132
"spago": "^0.20.3",
3233
"zephyr": "https://github.com/jonasbuntinx/zephyr.git"
3334
},
3435
"dependencies": {
35-
"@next/bundle-analyzer": "^12.0.2",
36+
"@next/bundle-analyzer": "^12.0.7",
3637
"autoprefixer": "^10.4.0",
3738
"cross-env": "^7.0.3",
38-
"next": "^12.0.2",
39+
"next": "^12.0.7",
3940
"next-plugin-preact": "^3.0.6",
40-
"postcss": "^8.3.11",
41-
"preact": "^10.5.15",
41+
"postcss": "^8.4.5",
42+
"preact": "^10.6.4",
4243
"preact-render-to-string": "^5.1.19",
43-
"react": "npm:@preact/compat@0.0.4",
44-
"react-dom": "npm:@preact/compat@0.0.4",
45-
"react-ssr-prepass": "npm:preact-ssr-prepass@1.1.3",
46-
"string-replace-loader": "^3.0.3",
47-
"tailwindcss": "^2.2.19",
44+
"react": "npm:@preact/compat@17.0.3",
45+
"react-dom": "npm:@preact/compat@17.0.3",
46+
"react-ssr-prepass": "npm:preact-ssr-prepass@1.2.0",
47+
"string-replace-loader": "^3.1.0",
48+
"tailwindcss": "^3.0.6",
4849
"xhr2": "^0.2.1"
4950
}
5051
}

0 commit comments

Comments
 (0)