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

+7-7
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

+3-3
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

+8-8
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

+4-4
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

+4-4
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

+4-4
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

+6-6
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

+3-3
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

+3-3
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

+8-8
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
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"sync": "cnpm sync tailwindcss-mangle-shared tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
2121
},
2222
"devDependencies": {
23-
"@icebreakers/eslint-config-ts": "^1.0.4",
23+
"@icebreakers/eslint-config-ts": "^1.1.0",
2424
"@icebreakers/rollup": "^0.4.0",
2525
"@icebreakers/tsconfig": "^0.0.6",
2626
"@tsconfig/recommended": "^1.0.2",
27-
"@types/jest": "^29.5.1",
28-
"@types/node": "^20.2.1",
29-
"bumpp": "^9.1.0",
27+
"@types/jest": "^29.5.2",
28+
"@types/node": "^20.2.5",
29+
"bumpp": "^9.1.1",
3030
"cross-env": "^7.0.3",
31-
"eslint": "^8.40.0",
31+
"eslint": "^8.42.0",
3232
"jest": "^29.5.0",
3333
"only-allow": "^1.1.1",
3434
"prettier": "^2.8.8",
35-
"rollup": "^3.22.0",
36-
"ts-jest": "^29.1.0",
37-
"ts-node": "^10.9.1",
38-
"typescript": "^5.0.4",
35+
"rollup": "^3.23.1",
3936
"tailwindcss-mangle-core": "workspace:*",
4037
"tailwindcss-mangle-shared": "workspace:*",
4138
"tailwindcss-patch": "workspace:*",
39+
"ts-jest": "^29.1.0",
40+
"ts-node": "^10.9.1",
41+
"typescript": "^5.1.3",
4242
"unplugin-tailwindcss-mangle": "workspace:*"
4343
},
4444
"engines": {

packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"registry": "https://registry.npmjs.org/"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.21.8",
32-
"@babel/types": "^7.21.5",
31+
"@babel/core": "^7.22.1",
32+
"@babel/types": "^7.22.4",
3333
"parse5": "^7.1.2",
34-
"postcss": "^8.4.23",
34+
"postcss": "^8.4.24",
3535
"postcss-selector-parser": "^6.0.13",
3636
"tailwindcss-mangle-shared": "workspace:^"
3737
},
3838
"devDependencies": {
3939
"@parse5/tools": "^0.1.0",
40-
"@types/babel__core": "^7.20.0",
41-
"tslib": "^2.5.1"
40+
"@types/babel__core": "^7.20.1",
41+
"tslib": "^2.5.3"
4242
},
4343
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
4444
"repository": {

packages/tailwindcss-patch/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
},
3434
"devDependencies": {
3535
"@types/babel__generator": "^7.6.4",
36-
"@types/babel__traverse": "^7.18.5",
36+
"@types/babel__traverse": "^7.20.1",
3737
"@types/resolve": "^1.20.2",
3838
"@types/semver": "^7.5.0",
3939
"defu": "^6.1.2",
4040
"pkg-types": "^1.0.3",
41-
"postcss": "^8.4.23",
41+
"postcss": "^8.4.24",
4242
"tailwindcss": "^3.3.2"
4343
},
4444
"dependencies": {
45-
"@babel/generator": "^7.21.5",
46-
"@babel/parser": "^7.21.8",
47-
"@babel/traverse": "^7.21.5",
48-
"@babel/types": "^7.21.5",
45+
"@babel/generator": "^7.22.3",
46+
"@babel/parser": "^7.22.4",
47+
"@babel/traverse": "^7.22.4",
48+
"@babel/types": "^7.22.4",
4949
"resolve": "^1.22.2",
5050
"semver": "^7.5.1"
5151
},

packages/unplugin-tailwindcss-mangle/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"@types/micromatch": "^4.0.2",
8383
"simple-functional-loader": "^1.2.1",
8484
"tailwindcss": "^3.3.2",
85-
"tslib": "^2.5.1",
86-
"vite": "^4.3.8",
87-
"webpack": "^5.83.1"
85+
"tslib": "^2.5.3",
86+
"vite": "^4.3.9",
87+
"webpack": "^5.85.1"
8888
},
8989
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
9090
"repository": {

0 commit comments

Comments
 (0)