Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jan 31, 2025
1 parent be4ec10 commit 7ac71f5
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 465 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.1",
"@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "4.0.0",
"unplugin-vue-router": "^0.11.1",
"unplugin-vue-router": "^0.11.2",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@ast-grep/napi": "^0.33.1",
"@ast-grep/napi": "^0.34.3",
"@babel/core": "^7.26.7",
"@babel/generator": "~7.26.5",
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -124,7 +124,7 @@
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/debug": "^4.1.12",
"@types/diff": "^7.0.0",
"@types/diff": "^7.0.1",
"@types/dlv": "^1.1.5",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
Expand All @@ -142,11 +142,11 @@
"@types/klaw": "^3.0.6",
"@types/lint-staged": "^13.3.0",
"@types/loader-utils": "^2.0.6",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.10.10",
"@types/node": "^22.12.0",
"@types/npm-registry-fetch": "^8.0.7",
"@types/postcss-js": "^4.0.4",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -178,7 +178,7 @@
"diff": "^7.0.0",
"dlv": "^1.1.3",
"domhandler": "^5.0.3",
"es-toolkit": "^1.31.0",
"es-toolkit": "^1.32.0",
"eslint": "^9.19.0",
"execa": "^9.5.2",
"express": "^4.21.2",
Expand All @@ -193,7 +193,7 @@
"jsdom": "^26.0.0",
"klaw": "^4.1.0",
"lightningcss": "^1.29.1",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.8",
Expand All @@ -212,12 +212,12 @@
"prettier": "^3.4.2",
"promisify-loader-runner": "^1.0.1",
"rimraf": "^6.0.1",
"rollup": "^4.32.0",
"rollup": "^4.32.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.4",
"sass-embedded": "^1.83.4",
"sass-true": "^8.1.0",
"semver": "7.6.3",
"semver": "7.7.0",
"set-value": "^4.1.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"lru-cache": "10.4.3",
"magic-string": "0.30.17",
"md5": "2.3.0",
"semver": "~7.6.3",
"semver": "~7.7.0",
"tailwindcss-patch": "~5.0.2",
"webpack-sources": "3.2.3"
}
Expand Down
Loading

0 comments on commit 7ac71f5

Please sign in to comment.