Skip to content

Commit 7afac9b

Browse files
committed
chore(deps): upgrade
1 parent 4b56bdb commit 7afac9b

File tree

15 files changed

+2227
-2689
lines changed

15 files changed

+2227
-2689
lines changed

apps/next-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"prepare": "tw-patch"
1111
},
1212
"dependencies": {
13-
"@types/node": "20.4.2",
14-
"@types/react": "18.2.15",
13+
"@types/node": "20.4.5",
14+
"@types/react": "18.2.18",
1515
"@types/react-dom": "18.2.7",
1616
"autoprefixer": "10.4.14",
17-
"eslint": "8.45.0",
18-
"eslint-config-next": "13.4.10",
19-
"next": "13.4.10",
20-
"postcss": "8.4.26",
17+
"eslint": "8.46.0",
18+
"eslint-config-next": "13.4.12",
19+
"next": "13.4.12",
20+
"postcss": "8.4.27",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
2323
"tailwindcss": "3.3.3",

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.4.2",
13+
"@types/node": "^20.4.5",
1414
"autoprefixer": "^10.4.14",
15-
"nuxt": "^3.6.3",
16-
"postcss": "^8.4.26",
15+
"nuxt": "^3.6.5",
16+
"postcss": "^8.4.27",
1717
"tailwindcss": "^3.3.3",
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,19 +9,19 @@
99
"prepare": "tw-patch"
1010
},
1111
"dependencies": {
12-
"@remix-run/node": "^1.18.1",
13-
"@remix-run/react": "^1.18.1",
14-
"@remix-run/serve": "^1.18.1",
15-
"isbot": "^3.6.12",
12+
"@remix-run/node": "^1.19.1",
13+
"@remix-run/react": "^1.19.1",
14+
"@remix-run/serve": "^1.19.1",
15+
"isbot": "^3.6.13",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@remix-run/dev": "^1.18.1",
21-
"@remix-run/eslint-config": "^1.18.1",
22-
"@types/react": "^18.2.15",
20+
"@remix-run/dev": "^1.19.1",
21+
"@remix-run/eslint-config": "^1.19.1",
22+
"@types/react": "^18.2.18",
2323
"@types/react-dom": "^18.2.7",
24-
"eslint": "^8.45.0",
24+
"eslint": "^8.46.0",
2525
"tailwindcss": "^3.3.3",
2626
"tailwindcss-patch": "workspace:*",
2727
"typescript": "^5.1.6",

apps/solid-app/package.json

Lines changed: 2 additions & 2 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.26",
16+
"postcss": "^8.4.27",
1717
"tailwindcss": "^3.3.3",
1818
"tailwindcss-patch": "workspace:*",
1919
"typescript": "^5.1.6",
2020
"unplugin-tailwindcss-mangle": "workspace:*",
21-
"vite": "^4.4.4",
21+
"vite": "^4.4.8",
2222
"vite-plugin-solid": "^2.5.0"
2323
},
2424
"dependencies": {

apps/vite-lit/package.json

Lines changed: 2 additions & 2 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.26",
25+
"postcss": "^8.4.27",
2626
"tailwindcss": "^3.3.3",
2727
"tailwindcss-patch": "workspace:*",
2828
"typescript": "^5.1.6",
2929
"unplugin-tailwindcss-mangle": "workspace:*",
30-
"vite": "^4.4.4"
30+
"vite": "^4.4.8"
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.15",
17+
"@types/react": "^18.2.18",
1818
"@types/react-dom": "^18.2.7",
19-
"@vitejs/plugin-react": "^4.0.3",
19+
"@vitejs/plugin-react": "^4.0.4",
2020
"autoprefixer": "^10.4.14",
21-
"postcss": "^8.4.26",
21+
"postcss": "^8.4.27",
2222
"tailwindcss": "^3.3.3",
2323
"tailwindcss-patch": "workspace:*",
2424
"typescript": "^5.1.6",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^4.4.4"
26+
"vite": "^4.4.8"
2727
}
2828
}

apps/vite-svelte/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"prepare": "tw-patch"
1212
},
1313
"devDependencies": {
14-
"@sveltejs/vite-plugin-svelte": "^2.4.2",
14+
"@sveltejs/vite-plugin-svelte": "^2.4.3",
1515
"@tsconfig/svelte": "^5.0.0",
1616
"autoprefixer": "^10.4.14",
17-
"postcss": "^8.4.26",
18-
"svelte": "^4.0.5",
17+
"postcss": "^8.4.27",
18+
"svelte": "^4.1.2",
1919
"svelte-check": "^3.4.6",
2020
"tailwindcss": "^3.3.3",
2121
"tailwindcss-patch": "workspace:*",
22-
"tslib": "^2.6.0",
22+
"tslib": "^2.6.1",
2323
"typescript": "^5.1.6",
2424
"unplugin-tailwindcss-mangle": "workspace:*",
25-
"vite": "^4.4.4"
25+
"vite": "^4.4.8"
2626
}
2727
}

apps/vite-vanilla/package.json

Lines changed: 2 additions & 2 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.26",
14+
"postcss": "^8.4.27",
1515
"tailwindcss": "^3.3.3",
1616
"tailwindcss-patch": "workspace:*",
1717
"typescript": "^5.1.6",
1818
"unplugin-tailwindcss-mangle": "workspace:*",
19-
"vite": "^4.4.4"
19+
"vite": "^4.4.8"
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.26",
18+
"postcss": "^8.4.27",
1919
"tailwindcss": "^3.3.3",
2020
"tailwindcss-patch": "workspace:*",
2121
"typescript": "^5.1.6",
2222
"unplugin-tailwindcss-mangle": "workspace:*",
23-
"vite": "^4.4.4",
24-
"vue-tsc": "^1.8.5"
23+
"vite": "^4.4.8",
24+
"vue-tsc": "^1.8.8"
2525
}
2626
}

apps/webpack5-vue3/package.json

Lines changed: 8 additions & 8 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.1",
13+
"core-js": "^3.32.0",
1414
"vue": "^3.3.4",
1515
"vue-router": "^4.2.4"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^6.1.0",
19-
"@typescript-eslint/parser": "^6.1.0",
18+
"@typescript-eslint/eslint-plugin": "^6.2.1",
19+
"@typescript-eslint/parser": "^6.2.1",
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,13 +25,13 @@
2525
"@vue/eslint-config-standard": "^8.0.1",
2626
"@vue/eslint-config-typescript": "^11.0.3",
2727
"autoprefixer": "^10.4.14",
28-
"eslint": "^8.45.0",
29-
"eslint-plugin-import": "^2.27.5",
28+
"eslint": "^8.46.0",
29+
"eslint-plugin-import": "^2.28.0",
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^6.1.1",
32-
"eslint-plugin-vue": "^9.15.1",
33-
"postcss": "^8.4.26",
34-
"sass": "^1.63.6",
32+
"eslint-plugin-vue": "^9.16.1",
33+
"postcss": "^8.4.27",
34+
"sass": "^1.64.2",
3535
"sass-loader": "^13.3.2",
3636
"tailwindcss": "^3.3.3",
3737
"tailwindcss-patch": "workspace:*",

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,33 @@
2020
"sync": "cnpm sync tailwindcss-mangle-shared tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
2121
},
2222
"devDependencies": {
23-
"@icebreakers/eslint-config-ts": "^1.1.0",
23+
"@icebreakers/eslint-config-ts": "^1.2.2",
2424
"@icebreakers/rollup": "^0.4.0",
2525
"@icebreakers/tsconfig": "^0.0.7",
2626
"@tsconfig/recommended": "^1.0.2",
2727
"@types/jest": "^29.5.3",
28-
"@types/node": "^20.4.2",
29-
"@vitest/coverage-v8": "^0.33.0",
28+
"@types/node": "^20.4.5",
29+
"@vitest/coverage-v8": "^0.34.1",
3030
"bumpp": "^9.1.1",
3131
"cross-env": "^7.0.3",
32-
"eslint": "^8.45.0",
33-
"eslint-plugin-unicorn": "^48.0.0",
34-
"jest": "^29.6.1",
32+
"eslint": "^8.46.0",
33+
"eslint-plugin-unicorn": "^48.0.1",
34+
"jest": "^29.6.2",
3535
"only-allow": "^1.1.1",
3636
"prettier": "^3.0.0",
37-
"rollup": "^3.26.3",
37+
"rollup": "^3.27.0",
3838
"tailwindcss-mangle-core": "workspace:*",
3939
"tailwindcss-mangle-shared": "workspace:*",
4040
"tailwindcss-patch": "workspace:*",
4141
"ts-jest": "^29.1.1",
4242
"ts-node": "^10.9.1",
4343
"typescript": "^5.1.6",
44-
"unplugin-tailwindcss-mangle": "workspace:*"
44+
"unplugin-tailwindcss-mangle": "workspace:*",
45+
"vitest": "^0.34.1"
4546
},
4647
"engines": {
4748
"node": ">=14.0.0"
4849
},
49-
"packageManager": "pnpm@8.6.3",
50-
"dependencies": {
51-
"vitest": "^0.33.0"
52-
}
53-
}
50+
"packageManager": "pnpm@8.6.11",
51+
"dependencies": {}
52+
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@babel/core": "^7.22.9",
3535
"@babel/types": "^7.22.5",
3636
"parse5": "^7.1.2",
37-
"postcss": "^8.4.26",
37+
"postcss": "^8.4.27",
3838
"postcss-selector-parser": "^6.0.13",
3939
"tailwindcss-mangle-shared": "workspace:^"
4040
},
4141
"devDependencies": {
42-
"@parse5/tools": "^0.1.0",
42+
"@parse5/tools": "^0.2.0",
4343
"@types/babel__core": "^7.20.1",
44-
"tslib": "^2.6.0"
44+
"tslib": "^2.6.1"
4545
},
4646
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
4747
"repository": {

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/semver": "^7.5.0",
3939
"defu": "^6.1.2",
4040
"pkg-types": "^1.0.3",
41-
"postcss": "^8.4.26",
41+
"postcss": "^8.4.27",
4242
"tailwindcss": "^3.3.3"
4343
},
4444
"dependencies": {

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"./*": "./*"
4040
},
4141
"typesVersions": {
42-
"<=4.9": {
42+
"*": {
4343
"*": [
4444
"./dist/*",
45-
"./*"
45+
"./dist/index.d.ts"
4646
]
4747
}
4848
},
@@ -85,12 +85,12 @@
8585
"css-loader": "^6.8.1",
8686
"html-webpack-plugin": "^5.5.3",
8787
"mini-css-extract-plugin": "^2.7.6",
88-
"postcss": "^8.4.26",
88+
"postcss": "^8.4.27",
8989
"postcss-loader": "^7.3.3",
9090
"simple-functional-loader": "^1.2.1",
9191
"tailwindcss": "^3.3.3",
92-
"tslib": "^2.6.0",
93-
"vite": "^4.4.4",
92+
"tslib": "^2.6.1",
93+
"vite": "^4.4.8",
9494
"webpack": "^5.88.2",
9595
"webpack-build-utils": "^0.0.4"
9696
},

0 commit comments

Comments
 (0)