Skip to content

Commit 03eeffe

Browse files
committed
chore(deps): upgrade
1 parent f060894 commit 03eeffe

File tree

16 files changed

+3044
-1012
lines changed

16 files changed

+3044
-1012
lines changed

apps/next-app/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@
1111
"tw-extract": "tw-patch extract"
1212
},
1313
"dependencies": {
14-
"@types/node": "20.4.10",
15-
"@types/react": "18.2.20",
14+
"@types/node": "20.5.3",
15+
"@types/react": "18.2.21",
1616
"@types/react-dom": "18.2.7",
17-
"autoprefixer": "10.4.14",
17+
"autoprefixer": "10.4.15",
1818
"eslint": "8.47.0",
19-
"eslint-config-next": "13.4.13",
20-
"next": "13.4.13",
21-
"postcss": "8.4.27",
19+
"eslint-config-next": "13.4.19",
20+
"next": "13.4.19",
21+
"postcss": "8.4.28",
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0",
2424
"tailwindcss": "3.3.3",
2525
"typescript": "5.1.6"
26-
},
27-
"devDependencies": {}
26+
}
2827
}

apps/nuxt-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"tw-extract": "tw-patch extract"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^20.4.10",
15-
"autoprefixer": "^10.4.14",
14+
"@types/node": "^20.5.3",
15+
"autoprefixer": "^10.4.15",
1616
"nuxt": "^3.6.5",
17-
"postcss": "^8.4.27",
17+
"postcss": "^8.4.28",
1818
"tailwindcss": "^3.3.3"
1919
}
2020
}

0 commit comments

Comments
 (0)