Skip to content

Commit 160ab3a

Browse files
committed
chore: upgrade deps
1 parent 936aa53 commit 160ab3a

File tree

9 files changed

+601
-433
lines changed

9 files changed

+601
-433
lines changed

apps/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@types/node": "20.2.5",
14-
"@types/react": "18.2.8",
14+
"@types/react": "18.2.9",
1515
"@types/react-dom": "18.2.4",
1616
"autoprefixer": "10.4.14",
1717
"eslint": "8.42.0",

apps/remix-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@remix-run/dev": "^1.17.0",
2121
"@remix-run/eslint-config": "^1.17.0",
22-
"@types/react": "^18.2.8",
22+
"@types/react": "^18.2.9",
2323
"@types/react-dom": "^18.2.4",
2424
"eslint": "^8.42.0",
2525
"tailwindcss": "^3.3.2",

apps/vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.8",
17+
"@types/react": "^18.2.9",
1818
"@types/react-dom": "^18.2.4",
1919
"@vitejs/plugin-react": "^4.0.0",
2020
"autoprefixer": "^10.4.14",

apps/webpack5-vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "^6.1.1",
3232
"eslint-plugin-vue": "^9.14.1",
3333
"postcss": "^8.4.24",
34-
"sass": "^1.62.1",
34+
"sass": "^1.63.2",
3535
"sass-loader": "^13.3.1",
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
@@ -33,7 +33,7 @@
3333
"jest": "^29.5.0",
3434
"only-allow": "^1.1.1",
3535
"prettier": "^2.8.8",
36-
"rollup": "^3.23.1",
36+
"rollup": "^3.24.0",
3737
"tailwindcss-mangle-core": "workspace:*",
3838
"tailwindcss-mangle-shared": "workspace:*",
3939
"tailwindcss-patch": "workspace:*",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"registry": "https://registry.npmjs.org/"
3333
},
3434
"dependencies": {
35-
"@babel/core": "^7.22.1",
36-
"@babel/types": "^7.22.4",
35+
"@babel/core": "^7.22.5",
36+
"@babel/types": "^7.22.5",
3737
"parse5": "^7.1.2",
3838
"postcss": "^8.4.24",
3939
"postcss-selector-parser": "^6.0.13",

packages/tailwindcss-patch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"tailwindcss": "^3.3.2"
4343
},
4444
"dependencies": {
45-
"@babel/generator": "^7.22.3",
46-
"@babel/parser": "^7.22.4",
47-
"@babel/traverse": "^7.22.4",
48-
"@babel/types": "^7.22.4",
45+
"@babel/generator": "^7.22.5",
46+
"@babel/parser": "^7.22.5",
47+
"@babel/traverse": "^7.22.5",
48+
"@babel/types": "^7.22.5",
4949
"resolve": "^1.22.2",
5050
"semver": "^7.5.1"
5151
},

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"tailwindcss": "^3.3.2",
8585
"tslib": "^2.5.3",
8686
"vite": "^4.3.9",
87-
"webpack": "^5.85.1"
87+
"webpack": "^5.86.0"
8888
},
8989
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
9090
"repository": {

0 commit comments

Comments
 (0)