Skip to content

Commit 6d64eb7

Browse files
committed
chore(deps): upgrade
1 parent e51939d commit 6d64eb7

File tree

15 files changed

+1775
-939
lines changed

15 files changed

+1775
-939
lines changed

apps/next-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"prepare": "tw-patch"
1111
},
1212
"dependencies": {
13-
"@types/node": "20.4.0",
14-
"@types/react": "18.2.14",
15-
"@types/react-dom": "18.2.6",
13+
"@types/node": "20.4.2",
14+
"@types/react": "18.2.15",
15+
"@types/react-dom": "18.2.7",
1616
"autoprefixer": "10.4.14",
1717
"eslint": "8.44.0",
18-
"eslint-config-next": "13.4.9",
19-
"next": "13.4.9",
20-
"postcss": "8.4.25",
18+
"eslint-config-next": "13.4.10",
19+
"next": "13.4.10",
20+
"postcss": "8.4.26",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
23-
"tailwindcss": "3.3.2",
23+
"tailwindcss": "3.3.3",
2424
"typescript": "5.1.6"
2525
},
2626
"devDependencies": {

apps/nuxt-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"prepare": "tw-patch"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.4.0",
13+
"@types/node": "^20.4.2",
1414
"autoprefixer": "^10.4.14",
1515
"nuxt": "^3.6.2",
16-
"postcss": "^8.4.25",
17-
"tailwindcss": "^3.3.2",
16+
"postcss": "^8.4.26",
17+
"tailwindcss": "^3.3.3",
1818
"tailwindcss-patch": "workspace:*",
1919
"unplugin-tailwindcss-mangle": "workspace:*"
2020
}

apps/remix-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"devDependencies": {
2020
"@remix-run/dev": "^1.18.1",
2121
"@remix-run/eslint-config": "^1.18.1",
22-
"@types/react": "^18.2.14",
23-
"@types/react-dom": "^18.2.6",
22+
"@types/react": "^18.2.15",
23+
"@types/react-dom": "^18.2.7",
2424
"eslint": "^8.44.0",
25-
"tailwindcss": "^3.3.2",
25+
"tailwindcss": "^3.3.3",
2626
"tailwindcss-patch": "workspace:*",
2727
"typescript": "^5.1.6",
2828
"unplugin-tailwindcss-mangle": "workspace:*"

apps/solid-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"autoprefixer": "^10.4.14",
16-
"postcss": "^8.4.25",
17-
"tailwindcss": "^3.3.2",
16+
"postcss": "^8.4.26",
17+
"tailwindcss": "^3.3.3",
1818
"tailwindcss-patch": "workspace:*",
1919
"typescript": "^5.1.6",
2020
"unplugin-tailwindcss-mangle": "workspace:*",
21-
"vite": "^4.4.1",
21+
"vite": "^4.4.4",
2222
"vite-plugin-solid": "^2.5.0"
2323
},
2424
"dependencies": {
25-
"solid-js": "^1.7.7"
25+
"solid-js": "^1.7.8"
2626
}
2727
}

apps/vite-lit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"devDependencies": {
2424
"autoprefixer": "^10.4.14",
25-
"postcss": "^8.4.25",
26-
"tailwindcss": "^3.3.2",
25+
"postcss": "^8.4.26",
26+
"tailwindcss": "^3.3.3",
2727
"tailwindcss-patch": "workspace:*",
2828
"typescript": "^5.1.6",
2929
"unplugin-tailwindcss-mangle": "workspace:*",
30-
"vite": "^4.4.1"
30+
"vite": "^4.4.4"
3131
}
3232
}

apps/vite-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.14",
18-
"@types/react-dom": "^18.2.6",
19-
"@vitejs/plugin-react": "^4.0.2",
17+
"@types/react": "^18.2.15",
18+
"@types/react-dom": "^18.2.7",
19+
"@vitejs/plugin-react": "^4.0.3",
2020
"autoprefixer": "^10.4.14",
21-
"postcss": "^8.4.25",
22-
"tailwindcss": "^3.3.2",
21+
"postcss": "^8.4.26",
22+
"tailwindcss": "^3.3.3",
2323
"tailwindcss-patch": "workspace:*",
2424
"typescript": "^5.1.6",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^4.4.1"
26+
"vite": "^4.4.4"
2727
}
2828
}

apps/vite-svelte/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@sveltejs/vite-plugin-svelte": "^2.4.2",
1515
"@tsconfig/svelte": "^5.0.0",
1616
"autoprefixer": "^10.4.14",
17-
"postcss": "^8.4.25",
17+
"postcss": "^8.4.26",
1818
"svelte": "^4.0.5",
19-
"svelte-check": "^3.4.5",
20-
"tailwindcss": "^3.3.2",
19+
"svelte-check": "^3.4.6",
20+
"tailwindcss": "^3.3.3",
2121
"tailwindcss-patch": "workspace:*",
2222
"tslib": "^2.6.0",
2323
"typescript": "^5.1.6",
2424
"unplugin-tailwindcss-mangle": "workspace:*",
25-
"vite": "^4.4.1"
25+
"vite": "^4.4.4"
2626
}
2727
}

apps/vite-vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"devDependencies": {
1313
"autoprefixer": "^10.4.14",
14-
"postcss": "^8.4.25",
15-
"tailwindcss": "^3.3.2",
14+
"postcss": "^8.4.26",
15+
"tailwindcss": "^3.3.3",
1616
"tailwindcss-patch": "workspace:*",
1717
"typescript": "^5.1.6",
1818
"unplugin-tailwindcss-mangle": "workspace:*",
19-
"vite": "^4.4.1"
19+
"vite": "^4.4.4"
2020
}
2121
}

apps/vite-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^4.2.3",
1717
"autoprefixer": "^10.4.14",
18-
"postcss": "^8.4.25",
19-
"tailwindcss": "^3.3.2",
18+
"postcss": "^8.4.26",
19+
"tailwindcss": "^3.3.3",
2020
"tailwindcss-patch": "workspace:*",
2121
"typescript": "^5.1.6",
2222
"unplugin-tailwindcss-mangle": "workspace:*",
23-
"vite": "^4.4.1",
23+
"vite": "^4.4.4",
2424
"vue-tsc": "^1.8.4"
2525
}
2626
}

apps/webpack5-vue3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"vue-router": "^4.2.4"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.61.0",
19-
"@typescript-eslint/parser": "^5.61.0",
18+
"@typescript-eslint/eslint-plugin": "^6.0.0",
19+
"@typescript-eslint/parser": "^6.0.0",
2020
"@vue/cli-plugin-babel": "~5.0.0",
2121
"@vue/cli-plugin-eslint": "~5.0.0",
2222
"@vue/cli-plugin-router": "~5.0.0",
@@ -30,10 +30,10 @@
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^6.1.1",
3232
"eslint-plugin-vue": "^9.15.1",
33-
"postcss": "^8.4.25",
33+
"postcss": "^8.4.26",
3434
"sass": "^1.63.6",
3535
"sass-loader": "^13.3.2",
36-
"tailwindcss": "^3.3.2",
36+
"tailwindcss": "^3.3.3",
3737
"tailwindcss-patch": "workspace:*",
3838
"typescript": "~5.1.6",
3939
"unplugin-tailwindcss-mangle": "workspace:*"

0 commit comments

Comments
 (0)