Skip to content

Commit f547586

Browse files
committed
chore(deps): upgrade
1 parent 17f4e5e commit f547586

File tree

15 files changed

+2308
-2330
lines changed

15 files changed

+2308
-2330
lines changed

apps/next-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"prepare": "tw-patch"
1111
},
1212
"dependencies": {
13-
"@types/node": "20.3.2",
13+
"@types/node": "20.4.0",
1414
"@types/react": "18.2.14",
1515
"@types/react-dom": "18.2.6",
1616
"autoprefixer": "10.4.14",
17-
"eslint": "8.43.0",
18-
"eslint-config-next": "13.4.7",
19-
"next": "13.4.7",
20-
"postcss": "8.4.24",
17+
"eslint": "8.44.0",
18+
"eslint-config-next": "13.4.9",
19+
"next": "13.4.9",
20+
"postcss": "8.4.25",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
2323
"tailwindcss": "3.3.2",
24-
"typescript": "5.1.5"
24+
"typescript": "5.1.6"
2525
},
2626
"devDependencies": {
2727
"tailwindcss-patch": "workspace:*",

apps/nuxt-app/package.json

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

apps/remix-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"prepare": "tw-patch"
1010
},
1111
"dependencies": {
12-
"@remix-run/node": "^1.18.0",
13-
"@remix-run/react": "^1.18.0",
14-
"@remix-run/serve": "^1.18.0",
12+
"@remix-run/node": "^1.18.1",
13+
"@remix-run/react": "^1.18.1",
14+
"@remix-run/serve": "^1.18.1",
1515
"isbot": "^3.6.12",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@remix-run/dev": "^1.18.0",
21-
"@remix-run/eslint-config": "^1.18.0",
20+
"@remix-run/dev": "^1.18.1",
21+
"@remix-run/eslint-config": "^1.18.1",
2222
"@types/react": "^18.2.14",
2323
"@types/react-dom": "^18.2.6",
24-
"eslint": "^8.43.0",
24+
"eslint": "^8.44.0",
2525
"tailwindcss": "^3.3.2",
2626
"tailwindcss-patch": "workspace:*",
27-
"typescript": "^5.1.5",
27+
"typescript": "^5.1.6",
2828
"unplugin-tailwindcss-mangle": "workspace:*"
2929
},
3030
"engines": {

apps/solid-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"autoprefixer": "^10.4.14",
16-
"postcss": "^8.4.24",
16+
"postcss": "^8.4.25",
1717
"tailwindcss": "^3.3.2",
1818
"tailwindcss-patch": "workspace:*",
19-
"typescript": "^5.1.5",
19+
"typescript": "^5.1.6",
2020
"unplugin-tailwindcss-mangle": "workspace:*",
21-
"vite": "^4.3.9",
21+
"vite": "^4.4.1",
2222
"vite-plugin-solid": "^2.5.0"
2323
},
2424
"dependencies": {

apps/vite-lit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"prepare": "tw-patch"
1919
},
2020
"dependencies": {
21-
"lit": "^2.7.5"
21+
"lit": "^2.7.6"
2222
},
2323
"devDependencies": {
2424
"autoprefixer": "^10.4.14",
25-
"postcss": "^8.4.24",
25+
"postcss": "^8.4.25",
2626
"tailwindcss": "^3.3.2",
2727
"tailwindcss-patch": "workspace:*",
28-
"typescript": "^5.1.5",
28+
"typescript": "^5.1.6",
2929
"unplugin-tailwindcss-mangle": "workspace:*",
30-
"vite": "^4.3.9"
30+
"vite": "^4.4.1"
3131
}
3232
}

apps/vite-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"devDependencies": {
1717
"@types/react": "^18.2.14",
1818
"@types/react-dom": "^18.2.6",
19-
"@vitejs/plugin-react": "^4.0.1",
19+
"@vitejs/plugin-react": "^4.0.2",
2020
"autoprefixer": "^10.4.14",
21-
"postcss": "^8.4.24",
21+
"postcss": "^8.4.25",
2222
"tailwindcss": "^3.3.2",
2323
"tailwindcss-patch": "workspace:*",
24-
"typescript": "^5.1.5",
24+
"typescript": "^5.1.6",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^4.3.9"
26+
"vite": "^4.4.1"
2727
}
2828
}

apps/vite-svelte/package.json

Lines changed: 5 additions & 5 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.24",
18-
"svelte": "^4.0.0",
19-
"svelte-check": "^3.4.4",
17+
"postcss": "^8.4.25",
18+
"svelte": "^4.0.5",
19+
"svelte-check": "^3.4.5",
2020
"tailwindcss": "^3.3.2",
2121
"tailwindcss-patch": "workspace:*",
2222
"tslib": "^2.6.0",
23-
"typescript": "^5.1.5",
23+
"typescript": "^5.1.6",
2424
"unplugin-tailwindcss-mangle": "workspace:*",
25-
"vite": "^4.3.9"
25+
"vite": "^4.4.1"
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.24",
14+
"postcss": "^8.4.25",
1515
"tailwindcss": "^3.3.2",
1616
"tailwindcss-patch": "workspace:*",
17-
"typescript": "^5.1.5",
17+
"typescript": "^5.1.6",
1818
"unplugin-tailwindcss-mangle": "workspace:*",
19-
"vite": "^4.3.9"
19+
"vite": "^4.4.1"
2020
}
2121
}

apps/vite-vue/package.json

Lines changed: 4 additions & 4 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.24",
18+
"postcss": "^8.4.25",
1919
"tailwindcss": "^3.3.2",
2020
"tailwindcss-patch": "workspace:*",
21-
"typescript": "^5.1.5",
21+
"typescript": "^5.1.6",
2222
"unplugin-tailwindcss-mangle": "workspace:*",
23-
"vite": "^4.3.9",
24-
"vue-tsc": "^1.8.2"
23+
"vite": "^4.4.1",
24+
"vue-tsc": "^1.8.4"
2525
}
2626
}

apps/webpack5-vue3/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"prepare": "tw-patch"
1111
},
1212
"dependencies": {
13-
"core-js": "^3.31.0",
13+
"core-js": "^3.31.1",
1414
"vue": "^3.3.4",
15-
"vue-router": "^4.2.2"
15+
"vue-router": "^4.2.4"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.60.1",
19-
"@typescript-eslint/parser": "^5.60.1",
18+
"@typescript-eslint/eslint-plugin": "^5.61.0",
19+
"@typescript-eslint/parser": "^5.61.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",
@@ -25,17 +25,17 @@
2525
"@vue/eslint-config-standard": "^8.0.1",
2626
"@vue/eslint-config-typescript": "^11.0.3",
2727
"autoprefixer": "^10.4.14",
28-
"eslint": "^8.43.0",
28+
"eslint": "^8.44.0",
2929
"eslint-plugin-import": "^2.27.5",
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.24",
33+
"postcss": "^8.4.25",
3434
"sass": "^1.63.6",
3535
"sass-loader": "^13.3.2",
3636
"tailwindcss": "^3.3.2",
3737
"tailwindcss-patch": "workspace:*",
38-
"typescript": "~5.1.5",
38+
"typescript": "~5.1.6",
3939
"unplugin-tailwindcss-mangle": "workspace:*"
4040
}
4141
}

0 commit comments

Comments
 (0)