Update all dependencies
This commit is contained in:
parent
beb7b6dd61
commit
7f3a81bc72
26
package.json
26
package.json
@ -16,29 +16,29 @@
|
|||||||
"singleQuote": true
|
"singleQuote": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clsx": "1.2.1",
|
"clsx": "2.0.0",
|
||||||
"concurrently": "8.0.1",
|
"concurrently": "8.2.2",
|
||||||
"next": "13.4.2",
|
"next": "13.4.2",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-markdown": "8.0.7",
|
"react-markdown": "9.0.0",
|
||||||
"remark-gfm": "3.0.1",
|
"remark-gfm": "4.0.0",
|
||||||
"server-only": "0.0.1",
|
"server-only": "0.0.1",
|
||||||
"styled-components": "6.0.0-rc.1",
|
"styled-components": "6.1.0",
|
||||||
"styled-jsx": "5.1.2",
|
"styled-jsx": "5.1.2",
|
||||||
"use-count-up": "3.0.1"
|
"use-count-up": "3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "18.16.9",
|
"@types/node": "20.8.10",
|
||||||
"@types/react": "18.2.6",
|
"@types/react": "18.2.6",
|
||||||
"@types/react-dom": "18.2.4",
|
"@types/react-dom": "18.2.4",
|
||||||
"autoprefixer": "10.4.14",
|
"autoprefixer": "10.4.16",
|
||||||
"eslint": "8.40.0",
|
"eslint": "8.53.0",
|
||||||
"eslint-config-next": "latest",
|
"eslint-config-next": "latest",
|
||||||
"postcss": "8.4.23",
|
"postcss": "8.4.31",
|
||||||
"prettier": "2.8.8",
|
"prettier": "3.0.3",
|
||||||
"prettier-plugin-tailwindcss": "0.2.8",
|
"prettier-plugin-tailwindcss": "0.5.6",
|
||||||
"tailwindcss": "3.3.2",
|
"tailwindcss": "3.3.5",
|
||||||
"typescript": "5.0.4"
|
"typescript": "5.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user