|
10 | 10 | "format": "yarn prettier --write ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@fortawesome/fontawesome-free": "6.1.2", |
14 | | - "@fortawesome/fontawesome-svg-core": "6.1.2", |
15 | | - "@fortawesome/free-solid-svg-icons": "6.1.2", |
| 13 | + "@fortawesome/fontawesome-free": "6.2.0", |
| 14 | + "@fortawesome/fontawesome-svg-core": "6.2.0", |
| 15 | + "@fortawesome/free-solid-svg-icons": "6.2.0", |
16 | 16 | "@fortawesome/react-fontawesome": "0.2.0", |
17 | 17 | "@js.properties/properties": "0.5.4", |
18 | 18 | "@tkint/hocon-parser": "0.0.0-alpha.0", |
19 | 19 | "ajv": "8.11.0", |
20 | | - "next": "12.2.5", |
| 20 | + "next": "12.3.1", |
21 | 21 | "prism-react-renderer": "1.3.5", |
22 | 22 | "prismjs": "1.29.0", |
23 | 23 | "react": "18.2.0", |
24 | 24 | "react-dom": "18.2.0", |
25 | 25 | "react-json-view": "1.21.3", |
26 | | - "react-simple-code-editor": "0.13.0", |
27 | | - "styled-components": "5.3.5", |
| 26 | + "react-simple-code-editor": "0.13.1", |
| 27 | + "styled-components": "5.3.6", |
28 | 28 | "toml": "3.0.0", |
29 | 29 | "x2js": "3.4.3", |
30 | 30 | "xml-js": "1.6.11", |
31 | | - "yaml": "2.1.1" |
| 31 | + "yaml": "2.1.3" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@types/node": "18.7.3", |
| 34 | + "@types/node": "18.8.2", |
35 | 35 | "@types/prismjs": "1.26.0", |
36 | | - "@types/react": "18.0.17", |
| 36 | + "@types/react": "18.0.21", |
37 | 37 | "@types/styled-components": "5.1.26", |
38 | 38 | "babel-plugin-macros": "3.1.0", |
39 | | - "eslint": "8.22.0", |
40 | | - "eslint-config-next": "12.2.5", |
| 39 | + "eslint": "8.24.0", |
| 40 | + "eslint-config-next": "12.3.1", |
41 | 41 | "prettier": "2.7.1", |
42 | 42 | "tailwindcss": "3.1.8", |
43 | | - "ts-json-schema-generator": "1.0.0", |
| 43 | + "ts-json-schema-generator": "1.1.2", |
44 | 44 | "ts-node": "10.9.1", |
45 | 45 | "twin.macro": "2.8.2", |
46 | | - "typescript": "4.7.4" |
| 46 | + "typescript": "4.8.4" |
47 | 47 | }, |
48 | 48 | "babelMacros": { |
49 | 49 | "twin": { |
|
0 commit comments