Skip to content

Commit b9c5954

Browse files
committed
feat: sync postcss version
1 parent 39f540e commit b9c5954

File tree

12 files changed

+737
-1185
lines changed

12 files changed

+737
-1185
lines changed

apps/remix-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"devDependencies": {
2020
"@remix-run/dev": "^1.15.0",
2121
"@remix-run/eslint-config": "^1.15.0",
22-
"@types/react": "^18.0.35",
23-
"@types/react-dom": "^18.0.11",
24-
"eslint": "^8.38.0",
22+
"@types/react": "^18.2.0",
23+
"@types/react-dom": "^18.2.0",
24+
"eslint": "^8.39.0",
2525
"tailwindcss": "^3.3.1",
2626
"tailwindcss-patch": "workspace:*",
27-
"typescript": "^4.9.3",
27+
"typescript": "^5.0.4",
2828
"unplugin-tailwindcss-mangle": "workspace:*"
2929
},
3030
"engines": {

apps/solid-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"postcss": "^8.4.23",
1717
"tailwindcss": "^3.3.1",
1818
"tailwindcss-patch": "workspace:*",
19-
"typescript": "^4.9.3",
19+
"typescript": "^5.0.4",
2020
"unplugin-tailwindcss-mangle": "workspace:*",
21-
"vite": "^4.1.1",
21+
"vite": "^4.3.2",
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
@@ -21,12 +21,12 @@
2121
"lit": "^2.6.1"
2222
},
2323
"devDependencies": {
24-
"typescript": "^4.9.3",
25-
"vite": "^4.2.0",
2624
"autoprefixer": "^10.4.14",
27-
"postcss": "^8.4.21",
25+
"postcss": "^8.4.23",
2826
"tailwindcss": "^3.3.1",
2927
"tailwindcss-patch": "workspace:*",
30-
"unplugin-tailwindcss-mangle": "workspace:*"
28+
"typescript": "^5.0.4",
29+
"unplugin-tailwindcss-mangle": "workspace:*",
30+
"vite": "^4.3.2"
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.0.28",
18-
"@types/react-dom": "^18.0.11",
19-
"@vitejs/plugin-react": "^3.1.0",
17+
"@types/react": "^18.2.0",
18+
"@types/react-dom": "^18.2.0",
19+
"@vitejs/plugin-react": "^4.0.0",
2020
"autoprefixer": "^10.4.14",
21-
"postcss": "^8.4.21",
21+
"postcss": "^8.4.23",
2222
"tailwindcss": "^3.3.1",
2323
"tailwindcss-patch": "workspace:*",
24-
"typescript": "^4.9.3",
24+
"typescript": "^5.0.4",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^4.2.0"
26+
"vite": "^4.3.2"
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.0.3",
14-
"@tsconfig/svelte": "^3.0.0",
13+
"@sveltejs/vite-plugin-svelte": "^2.1.0",
14+
"@tsconfig/svelte": "^4.0.1",
1515
"autoprefixer": "^10.4.14",
16-
"postcss": "^8.4.22",
16+
"postcss": "^8.4.23",
1717
"svelte": "^3.55.1",
18-
"svelte-check": "^2.10.3",
18+
"svelte-check": "^3.2.0",
1919
"tailwindcss": "^3.3.1",
2020
"tailwindcss-patch": "workspace:*",
2121
"tslib": "^2.5.0",
22-
"typescript": "^4.9.3",
22+
"typescript": "^5.0.4",
2323
"unplugin-tailwindcss-mangle": "workspace:*",
24-
"vite": "^4.2.0"
24+
"vite": "^4.3.2"
2525
}
2626
}

apps/vite-vanilla/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"prepare": "tw-patch"
1111
},
1212
"devDependencies": {
13-
"typescript": "^4.9.3",
14-
"vite": "^4.2.0",
1513
"autoprefixer": "^10.4.14",
16-
"postcss": "^8.4.21",
14+
"postcss": "^8.4.23",
1715
"tailwindcss": "^3.3.1",
1816
"tailwindcss-patch": "workspace:*",
19-
"unplugin-tailwindcss-mangle": "workspace:*"
17+
"typescript": "^5.0.4",
18+
"unplugin-tailwindcss-mangle": "workspace:*",
19+
"vite": "^4.3.2"
2020
}
2121
}

apps/vite-vue/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^4.1.0",
16+
"@vitejs/plugin-vue": "^4.2.0",
1717
"autoprefixer": "^10.4.14",
18-
"postcss": "^8.4.21",
18+
"postcss": "^8.4.23",
1919
"tailwindcss": "^3.3.1",
20-
"typescript": "^4.9.3",
21-
"vite": "^4.2.0",
22-
"vue-tsc": "^1.2.0",
2320
"tailwindcss-patch": "workspace:*",
24-
"unplugin-tailwindcss-mangle": "workspace:*"
21+
"typescript": "^5.0.4",
22+
"unplugin-tailwindcss-mangle": "workspace:*",
23+
"vite": "^4.3.2",
24+
"vue-tsc": "^1.4.4"
2525
}
2626
}

apps/webpack5-vue3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"vue-router": "^4.0.3"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.4.0",
19-
"@typescript-eslint/parser": "^5.4.0",
18+
"@typescript-eslint/eslint-plugin": "^5.59.1",
19+
"@typescript-eslint/parser": "^5.59.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",
2323
"@vue/cli-plugin-typescript": "~5.0.0",
2424
"@vue/cli-service": "~5.0.0",
2525
"@vue/eslint-config-standard": "^8.0.1",
26-
"@vue/eslint-config-typescript": "^11.0.2",
26+
"@vue/eslint-config-typescript": "^11.0.3",
2727
"autoprefixer": "^10.4.14",
28-
"eslint": "^8.38.0",
28+
"eslint": "^8.39.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.11.0",
33-
"postcss": "^8.4.22",
33+
"postcss": "^8.4.23",
3434
"sass": "^1.32.7",
3535
"sass-loader": "^13.2.2",
3636
"tailwindcss": "^3.3.1",

packages/tailwindcss-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/semver": "^7.3.13",
4141
"defu": "^6.1.2",
4242
"pkg-types": "^1.0.2",
43-
"postcss": "^8.4.21",
43+
"postcss": "^8.4.23",
4444
"tailwindcss": "^3.3.1"
4545
},
4646
"dependencies": {
@@ -49,7 +49,7 @@
4949
"@babel/traverse": "^7.21.4",
5050
"@babel/types": "^7.21.4",
5151
"resolve": "^1.22.2",
52-
"semver": "^7.4.0"
52+
"semver": "^7.5.0"
5353
},
5454
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
5555
"repository": {

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"acorn-walk": "^8.2.0",
7272
"escodegen": "^2.0.0",
7373
"parse5": "^7.1.2",
74-
"postcss": "^8.4.22",
74+
"postcss": "^8.4.23",
7575
"postcss-selector-parser": "^6.0.11",
7676
"semver": "^7.5.0",
7777
"tailwindcss-patch": "workspace:*",
@@ -90,8 +90,8 @@
9090
"pkg-types": "^1.0.2",
9191
"tailwindcss": "^3.3.1",
9292
"tslib": "^2.5.0",
93-
"vite": "^4.2.2",
94-
"webpack": "^5.79.0"
93+
"vite": "^4.3.2",
94+
"webpack": "^5.80.0"
9595
},
9696
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
9797
"repository": {

packages/unplugin-tailwindcss-mangle/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
186186
// fs.writeFileSync(path.basename(file), rawCode)
187187
// fs.writeFileSync(path.basename(file) + '.out', code)
188188
const source = new ConcatSource(code)
189+
// can not overwrite webpack server side output
189190
compilation.emitAsset(getEmitAssetPath(key, file), source)
190191
})
191192
js.clear()

0 commit comments

Comments
 (0)