Skip to content

Commit 0afe4b2

Browse files
committed
chore: update dependencies
1 parent 291fb54 commit 0afe4b2

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

installer/packages/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextify-app",
3-
"version": "0.0.2-17",
3+
"version": "0.0.2-18",
44
"description": "React apps using Next.js and Emotion.",
55
"keywords": [
66
"nextjs",
@@ -36,18 +36,18 @@
3636
"author": "Luan Gjokaj <[email protected]>",
3737
"license": "MIT",
3838
"dependencies": {
39-
"@emotion/babel-plugin": "^11.10.2",
40-
"@emotion/react": "^11.10.4",
41-
"@next/bundle-analyzer": "^12.3.1",
42-
"@types/node": "^18.7.18",
43-
"@types/react": "^18.0.20",
44-
"@types/react-dom": "^18.0.6",
39+
"@emotion/babel-plugin": "^11.10.5",
40+
"@emotion/react": "^11.10.5",
41+
"@next/bundle-analyzer": "^13.0.0",
42+
"@types/node": "^18.11.7",
43+
"@types/react": "^18.0.24",
44+
"@types/react-dom": "^18.0.8",
4545
"cherry-components": "^0.0.2-18",
46-
"express": "^4.18.1",
47-
"next": "^12.3.1",
46+
"express": "^4.18.2",
47+
"next": "^13.0.0",
4848
"prettier": "^2.7.1",
4949
"react": "^18.2.0",
5050
"react-dom": "^18.2.0",
51-
"typescript": "^4.8.3"
51+
"typescript": "^4.8.4"
5252
}
5353
}

package-lock.json

Lines changed: 16 additions & 16 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-17",
3+
"version": "0.0.2-18",
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.0.1",
32-
"commander": "^9.4.0",
31+
"chalk": "^5.1.2",
32+
"commander": "^9.4.1",
3333
"download": "^8.0.0",
3434
"execa": "^6.1.0",
3535
"ora": "^6.1.2",

0 commit comments

Comments
 (0)