Skip to content

Commit 51ad4e7

Browse files
committed
chore: update dependencies
1 parent 5284453 commit 51ad4e7

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

installer/packages/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextify-app",
3-
"version": "0.0.2-19",
3+
"version": "0.0.2-20",
44
"description": "React apps using Next.js and Emotion.",
55
"keywords": [
66
"nextjs",
@@ -38,16 +38,16 @@
3838
"dependencies": {
3939
"@emotion/babel-plugin": "^11.10.5",
4040
"@emotion/react": "^11.10.5",
41-
"@next/bundle-analyzer": "^13.0.3",
42-
"@types/node": "^18.11.9",
43-
"@types/react": "^18.0.25",
44-
"@types/react-dom": "^18.0.9",
45-
"cherry-components": "^0.0.2-19",
41+
"@next/bundle-analyzer": "^13.1.3",
42+
"@types/node": "^18.11.18",
43+
"@types/react": "^18.0.27",
44+
"@types/react-dom": "^18.0.10",
45+
"cherry-components": "^0.0.2-20",
4646
"express": "^4.18.2",
47-
"next": "^13.0.3",
48-
"prettier": "^2.7.1",
47+
"next": "^13.1.3",
48+
"prettier": "^2.8.3",
4949
"react": "^18.2.0",
5050
"react-dom": "^18.2.0",
51-
"typescript": "^4.8.4"
51+
"typescript": "^4.9.4"
5252
}
5353
}

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextify-app",
3-
"version": "0.0.2-19",
3+
"version": "0.0.2-20",
44
"description": "React apps using Next.js and Emotion.",
55
"keywords": [
66
"nextjs",
@@ -28,8 +28,8 @@
2828
"author": "Luan Gjokaj <[email protected]>",
2929
"license": "MIT",
3030
"dependencies": {
31-
"chalk": "^5.1.2",
32-
"commander": "^9.4.1",
31+
"chalk": "^5.2.0",
32+
"commander": "^10.0.0",
3333
"download": "^8.0.0",
3434
"execa": "^6.1.0",
3535
"ora": "^6.1.2",

0 commit comments

Comments
 (0)