Skip to content

Commit c99ac1b

Browse files
committed
Upgrade Deps
1 parent 71975a9 commit c99ac1b

File tree

2 files changed

+386
-355
lines changed

2 files changed

+386
-355
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@
1010
"format": "yarn prettier --write ."
1111
},
1212
"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",
1616
"@fortawesome/react-fontawesome": "0.2.0",
1717
"@js.properties/properties": "0.5.4",
1818
"@tkint/hocon-parser": "0.0.0-alpha.0",
1919
"ajv": "8.11.0",
20-
"next": "12.2.5",
20+
"next": "12.3.1",
2121
"prism-react-renderer": "1.3.5",
2222
"prismjs": "1.29.0",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
2525
"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",
2828
"toml": "3.0.0",
2929
"x2js": "3.4.3",
3030
"xml-js": "1.6.11",
31-
"yaml": "2.1.1"
31+
"yaml": "2.1.3"
3232
},
3333
"devDependencies": {
34-
"@types/node": "18.7.3",
34+
"@types/node": "18.8.2",
3535
"@types/prismjs": "1.26.0",
36-
"@types/react": "18.0.17",
36+
"@types/react": "18.0.21",
3737
"@types/styled-components": "5.1.26",
3838
"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",
4141
"prettier": "2.7.1",
4242
"tailwindcss": "3.1.8",
43-
"ts-json-schema-generator": "1.0.0",
43+
"ts-json-schema-generator": "1.1.2",
4444
"ts-node": "10.9.1",
4545
"twin.macro": "2.8.2",
46-
"typescript": "4.7.4"
46+
"typescript": "4.8.4"
4747
},
4848
"babelMacros": {
4949
"twin": {

0 commit comments

Comments
 (0)