Skip to content

Commit 81e9607

Browse files
committed
chore(deps): upgrade
1 parent e6e9311 commit 81e9607

File tree

11 files changed

+1523
-1055
lines changed

11 files changed

+1523
-1055
lines changed

apps/next-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@types/node": "20.3.1",
14-
"@types/react": "18.2.12",
15-
"@types/react-dom": "18.2.5",
14+
"@types/react": "18.2.14",
15+
"@types/react-dom": "18.2.6",
1616
"autoprefixer": "10.4.14",
1717
"eslint": "8.43.0",
18-
"eslint-config-next": "13.4.6",
19-
"next": "13.4.6",
18+
"eslint-config-next": "13.4.7",
19+
"next": "13.4.7",
2020
"postcss": "8.4.24",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",

apps/nuxt-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@types/node": "^20.3.1",
1414
"autoprefixer": "^10.4.14",
15-
"nuxt": "^3.5.3",
15+
"nuxt": "^3.6.0",
1616
"postcss": "^8.4.24",
1717
"tailwindcss": "^3.3.2",
1818
"tailwindcss-patch": "workspace:*",

apps/remix-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@remix-run/node": "^1.17.1",
1313
"@remix-run/react": "^1.17.1",
1414
"@remix-run/serve": "^1.17.1",
15-
"isbot": "^3.6.8",
15+
"isbot": "^3.6.12",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
2020
"@remix-run/dev": "^1.17.1",
2121
"@remix-run/eslint-config": "^1.17.1",
22-
"@types/react": "^18.2.12",
23-
"@types/react-dom": "^18.2.5",
22+
"@types/react": "^18.2.14",
23+
"@types/react-dom": "^18.2.6",
2424
"eslint": "^8.43.0",
2525
"tailwindcss": "^3.3.2",
2626
"tailwindcss-patch": "workspace:*",

apps/vite-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.12",
18-
"@types/react-dom": "^18.2.5",
19-
"@vitejs/plugin-react": "^4.0.0",
17+
"@types/react": "^18.2.14",
18+
"@types/react-dom": "^18.2.6",
19+
"@vitejs/plugin-react": "^4.0.1",
2020
"autoprefixer": "^10.4.14",
2121
"postcss": "^8.4.24",
2222
"tailwindcss": "^3.3.2",

apps/vite-svelte/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview",
10-
"check": "svelte-check --tsconfig ./tsconfig.json"
10+
"check": "svelte-check --tsconfig ./tsconfig.json",
11+
"prepare": "tw-patch"
1112
},
1213
"devDependencies": {
13-
"@sveltejs/vite-plugin-svelte": "^2.4.1",
14+
"@sveltejs/vite-plugin-svelte": "^2.4.2",
1415
"@tsconfig/svelte": "^4.0.1",
1516
"autoprefixer": "^10.4.14",
1617
"postcss": "^8.4.24",
17-
"svelte": "^3.59.1",
18-
"svelte-check": "^3.4.3",
18+
"svelte": "^4.0.0",
19+
"svelte-check": "^3.4.4",
1920
"tailwindcss": "^3.3.2",
2021
"tailwindcss-patch": "workspace:*",
2122
"tslib": "^2.5.3",
2223
"typescript": "^5.1.3",
2324
"unplugin-tailwindcss-mangle": "workspace:*",
2425
"vite": "^4.3.9"
2526
}
26-
}
27+
}

apps/vite-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"typescript": "^5.1.3",
2222
"unplugin-tailwindcss-mangle": "workspace:*",
2323
"vite": "^4.3.9",
24-
"vue-tsc": "^1.8.0"
24+
"vue-tsc": "^1.8.1"
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.2"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.59.11",
19-
"@typescript-eslint/parser": "^5.59.11",
18+
"@typescript-eslint/eslint-plugin": "^5.60.0",
19+
"@typescript-eslint/parser": "^5.60.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",
@@ -29,9 +29,9 @@
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.14.1",
32+
"eslint-plugin-vue": "^9.15.0",
3333
"postcss": "^8.4.24",
34-
"sass": "^1.63.4",
34+
"sass": "^1.63.6",
3535
"sass-loader": "^13.3.2",
3636
"tailwindcss": "^3.3.2",
3737
"tailwindcss-patch": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"engines": {
4747
"node": ">=14.0.0"
4848
},
49-
"packageManager": "[email protected].2",
49+
"packageManager": "[email protected].3",
5050
"dependencies": {
5151
"vitest": "^0.32.2"
5252
}

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/traverse": "^7.22.5",
4848
"@babel/types": "^7.22.5",
4949
"resolve": "^1.22.2",
50-
"semver": "^7.5.2"
50+
"semver": "^7.5.3"
5151
},
5252
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
5353
"repository": {

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"tailwindcss": "^3.3.2",
9292
"tslib": "^2.5.3",
9393
"vite": "^4.3.9",
94-
"webpack": "^5.87.0",
94+
"webpack": "^5.88.0",
9595
"webpack-build-utils": "^0.0.4"
9696
},
9797
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",

0 commit comments

Comments
 (0)