Skip to content

Commit 2b2da0a

Browse files
committed
chore(deps): upgrade
1 parent f427ee6 commit 2b2da0a

File tree

15 files changed

+2295
-2192
lines changed

15 files changed

+2295
-2192
lines changed

apps/next-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"prepare": "tw-patch"
1111
},
1212
"dependencies": {
13-
"@types/node": "20.2.1",
14-
"@types/react": "18.2.6",
13+
"@types/node": "20.2.5",
14+
"@types/react": "18.2.8",
1515
"@types/react-dom": "18.2.4",
1616
"autoprefixer": "10.4.14",
17-
"eslint": "8.40.0",
18-
"eslint-config-next": "13.4.2",
19-
"next": "13.4.2",
20-
"postcss": "8.4.23",
17+
"eslint": "8.42.0",
18+
"eslint-config-next": "13.4.4",
19+
"next": "13.4.4",
20+
"postcss": "8.4.24",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
2323
"tailwindcss": "3.3.2",
24-
"typescript": "5.0.4"
24+
"typescript": "5.1.3"
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.2.1",
13+
"@types/node": "^20.2.5",
1414
"autoprefixer": "^10.4.14",
15-
"nuxt": "^3.5.0",
16-
"postcss": "^8.4.23",
15+
"nuxt": "^3.5.3",
16+
"postcss": "^8.4.24",
1717
"tailwindcss": "^3.3.2",
1818
"tailwindcss-patch": "workspace:*",
1919
"unplugin-tailwindcss-mangle": "workspace:*"

apps/remix-app/package.json

Lines changed: 8 additions & 8 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.16.1",
13-
"@remix-run/react": "^1.16.1",
14-
"@remix-run/serve": "^1.16.1",
12+
"@remix-run/node": "^1.17.0",
13+
"@remix-run/react": "^1.17.0",
14+
"@remix-run/serve": "^1.17.0",
1515
"isbot": "^3.6.8",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@remix-run/dev": "^1.16.1",
21-
"@remix-run/eslint-config": "^1.16.1",
22-
"@types/react": "^18.2.6",
20+
"@remix-run/dev": "^1.17.0",
21+
"@remix-run/eslint-config": "^1.17.0",
22+
"@types/react": "^18.2.8",
2323
"@types/react-dom": "^18.2.4",
24-
"eslint": "^8.40.0",
24+
"eslint": "^8.42.0",
2525
"tailwindcss": "^3.3.2",
2626
"tailwindcss-patch": "workspace:*",
27-
"typescript": "^5.0.4",
27+
"typescript": "^5.1.3",
2828
"unplugin-tailwindcss-mangle": "workspace:*"
2929
},
3030
"engines": {

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.23",
16+
"postcss": "^8.4.24",
1717
"tailwindcss": "^3.3.2",
1818
"tailwindcss-patch": "workspace:*",
19-
"typescript": "^5.0.4",
19+
"typescript": "^5.1.3",
2020
"unplugin-tailwindcss-mangle": "workspace:*",
21-
"vite": "^4.3.8",
21+
"vite": "^4.3.9",
2222
"vite-plugin-solid": "^2.5.0"
2323
},
2424
"dependencies": {
25-
"solid-js": "^1.7.5"
25+
"solid-js": "^1.7.6"
2626
}
2727
}

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.4"
21+
"lit": "^2.7.5"
2222
},
2323
"devDependencies": {
2424
"autoprefixer": "^10.4.14",
25-
"postcss": "^8.4.23",
25+
"postcss": "^8.4.24",
2626
"tailwindcss": "^3.3.2",
2727
"tailwindcss-patch": "workspace:*",
28-
"typescript": "^5.0.4",
28+
"typescript": "^5.1.3",
2929
"unplugin-tailwindcss-mangle": "workspace:*",
30-
"vite": "^4.3.8"
30+
"vite": "^4.3.9"
3131
}
3232
}

apps/vite-react/package.json

Lines changed: 4 additions & 4 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.6",
17+
"@types/react": "^18.2.8",
1818
"@types/react-dom": "^18.2.4",
1919
"@vitejs/plugin-react": "^4.0.0",
2020
"autoprefixer": "^10.4.14",
21-
"postcss": "^8.4.23",
21+
"postcss": "^8.4.24",
2222
"tailwindcss": "^3.3.2",
2323
"tailwindcss-patch": "workspace:*",
24-
"typescript": "^5.0.4",
24+
"typescript": "^5.1.3",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^4.3.8"
26+
"vite": "^4.3.9"
2727
}
2828
}

apps/vite-svelte/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"check": "svelte-check --tsconfig ./tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"@sveltejs/vite-plugin-svelte": "^2.2.0",
13+
"@sveltejs/vite-plugin-svelte": "^2.4.1",
1414
"@tsconfig/svelte": "^4.0.1",
1515
"autoprefixer": "^10.4.14",
16-
"postcss": "^8.4.23",
16+
"postcss": "^8.4.24",
1717
"svelte": "^3.59.1",
18-
"svelte-check": "^3.3.2",
18+
"svelte-check": "^3.4.3",
1919
"tailwindcss": "^3.3.2",
2020
"tailwindcss-patch": "workspace:*",
21-
"tslib": "^2.5.1",
22-
"typescript": "^5.0.4",
21+
"tslib": "^2.5.3",
22+
"typescript": "^5.1.3",
2323
"unplugin-tailwindcss-mangle": "workspace:*",
24-
"vite": "^4.3.8"
24+
"vite": "^4.3.9"
2525
}
2626
}

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.23",
14+
"postcss": "^8.4.24",
1515
"tailwindcss": "^3.3.2",
1616
"tailwindcss-patch": "workspace:*",
17-
"typescript": "^5.0.4",
17+
"typescript": "^5.1.3",
1818
"unplugin-tailwindcss-mangle": "workspace:*",
19-
"vite": "^4.3.8"
19+
"vite": "^4.3.9"
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.23",
18+
"postcss": "^8.4.24",
1919
"tailwindcss": "^3.3.2",
2020
"tailwindcss-patch": "workspace:*",
21-
"typescript": "^5.0.4",
21+
"typescript": "^5.1.3",
2222
"unplugin-tailwindcss-mangle": "workspace:*",
23-
"vite": "^4.3.8",
23+
"vite": "^4.3.9",
2424
"vue-tsc": "^1.6.5"
2525
}
2626
}

apps/webpack5-vue3/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"core-js": "^3.30.2",
1414
"vue": "^3.3.4",
15-
"vue-router": "^4.2.0"
15+
"vue-router": "^4.2.2"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.59.6",
19-
"@typescript-eslint/parser": "^5.59.6",
18+
"@typescript-eslint/eslint-plugin": "^5.59.9",
19+
"@typescript-eslint/parser": "^5.59.9",
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.40.0",
28+
"eslint": "^8.42.0",
2929
"eslint-plugin-import": "^2.27.5",
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^6.1.1",
32-
"eslint-plugin-vue": "^9.13.0",
33-
"postcss": "^8.4.23",
32+
"eslint-plugin-vue": "^9.14.1",
33+
"postcss": "^8.4.24",
3434
"sass": "^1.62.1",
35-
"sass-loader": "^13.2.2",
35+
"sass-loader": "^13.3.1",
3636
"tailwindcss": "^3.3.2",
3737
"tailwindcss-patch": "workspace:*",
38-
"typescript": "~5.0.4",
38+
"typescript": "~5.1.3",
3939
"unplugin-tailwindcss-mangle": "workspace:*"
4040
}
4141
}

0 commit comments

Comments
 (0)