|
9 | 9 | "lint": "next lint" |
10 | 10 | }, |
11 | 11 | "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" |
25 | 25 | }, |
26 | 26 | "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 | + ] |
37 | 44 | } |
0 commit comments