Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 0c5805e

Browse files
committed
feat: update to latest Static CMS version
1 parent 1d5e964 commit 0c5805e

File tree

2 files changed

+2166
-1581
lines changed

2 files changed

+2166
-1581
lines changed

package.json

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,36 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@staticcms/core": "2.3.3",
13-
"autoprefixer": "10.4.14",
14-
"date-fns": "2.30.0",
15-
"gray-matter": "4.0.3",
16-
"js-yaml": "4.1.0",
17-
"next": "13.4.2",
18-
"next-mdx-remote": "4.4.1",
19-
"postcss": "8.4.23",
20-
"react": "18.2.0",
21-
"react-dom": "18.2.0",
22-
"react-schemaorg": "2.0.0",
23-
"schema-dts": "1.1.2",
24-
"tailwindcss": "3.3.2"
12+
"@staticcms/core": "^3.4.5",
13+
"autoprefixer": "^10.4.14",
14+
"date-fns": "^2.30.0",
15+
"gray-matter": "^4.0.3",
16+
"js-yaml": "^4.1.0",
17+
"next": "^14.0.1",
18+
"next-mdx-remote": "^4.4.1",
19+
"postcss": "^8.4.23",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0",
22+
"react-schemaorg": "^2.0.0",
23+
"schema-dts": "^1.1.2",
24+
"tailwindcss": "^3.3.2"
2525
},
2626
"devDependencies": {
27-
"@svgr/webpack": "8.0.1",
28-
"@types/js-yaml": "4.0.5",
29-
"@types/node": "20.1.5",
30-
"@types/react": "18.2.6",
31-
"@types/react-dom": "18.2.4",
32-
"eslint": "8.40.0",
33-
"eslint-config-next": "13.4.2",
34-
"js-yaml-loader": "1.2.2",
35-
"typescript": "5.0.4"
36-
}
27+
"@svgr/webpack": "^8.0.1",
28+
"@types/js-yaml": "^4.0.5",
29+
"@types/node": "^20.1.5",
30+
"@types/react": "^18.2.6",
31+
"@types/react-dom": "^18.2.4",
32+
"eslint": "^8.40.0",
33+
"eslint-config-next": "^13.4.2",
34+
"js-yaml-loader": "^1.2.2",
35+
"typescript": "^5.0.4"
36+
},
37+
"browserslist": [
38+
"chrome 64",
39+
"edge 79",
40+
"firefox 67",
41+
"opera 51",
42+
"safari 12"
43+
]
3744
}

0 commit comments

Comments
 (0)