Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 10, 2023
1 parent b9c4ad9 commit 818c670
Show file tree
Hide file tree
Showing 5 changed files with 639 additions and 390 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
"@tailwindcss-mangle/core": "workspace:*",
"@tailwindcss-mangle/shared": "workspace:*",
"@tsconfig/recommended": "^1.0.2",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.3",
"@vitest/coverage-v8": "^0.34.2",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.6.0",
"@vitest/coverage-v8": "^0.34.4",
"cross-env": "^7.0.3",
"dedent": "^1.5.1",
"defu": "^6.1.2",
"del": "^7.0.0",
"eslint": "^8.47.0",
"del": "^7.1.0",
"eslint": "^8.49.0",
"eslint-config-icebreaker": "^1.2.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lodash-es": "^4.17.21",
"only-allow": "^1.1.1",
"prettier": "^3.0.2",
"rollup": "^3.28.1",
"prettier": "^3.0.3",
"rollup": "^3.29.1",
"tailwindcss-patch": "workspace:*",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"unplugin-tailwindcss-mangle": "workspace:*",
"vitest": "^0.34.2"
"vitest": "^0.34.4"
},
"engines": {
"node": ">=16.6.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ast-core/escape": "^1.0.0",
"@babel/core": "^7.22.10",
"@ast-core/escape": "^1.0.1",
"@babel/core": "^7.22.17",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/types": "^7.22.10",
"@babel/preset-typescript": "^7.22.15",
"@babel/types": "^7.22.17",
"@tailwindcss-mangle/shared": "workspace:^",
"magic-string": "^0.30.3",
"parse5": "^7.1.2",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-selector-parser": "^6.0.13"
},
"devDependencies": {
"@parse5/tools": "^0.2.0",
"@parse5/tools": "^0.3.0",
"@types/babel__core": "^7.20.1"
},
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
Expand Down
14 changes: 7 additions & 7 deletions packages/tailwindcss-patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.20.1",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
"@types/semver": "^7.5.1",
"pkg-types": "^1.0.3",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@babel/generator": "^7.22.10",
"@babel/parser": "^7.22.10",
"@babel/traverse": "^7.22.10",
"@babel/types": "^7.22.10",
"@babel/generator": "^7.22.15",
"@babel/parser": "^7.22.16",
"@babel/traverse": "^7.22.17",
"@babel/types": "^7.22.17",
"@tailwindcss-mangle/config": "workspace:^",
"cac": "^6.7.14",
"jiti": "^1.19.3",
"jiti": "^1.20.0",
"lilconfig": "^2.1.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"resolve": "^1.22.4",
"semver": "^7.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-tailwindcss-mangle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"normalize-newline": "^4.1.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-loader": "^7.3.3",
"tailwindcss": "^3.3.3",
"tailwindcss-patch": "workspace:^",
Expand Down
Loading

0 comments on commit 818c670

Please sign in to comment.