Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Nov 20, 2024
1 parent ac8ad78 commit 47f0bc9
Show file tree
Hide file tree
Showing 10 changed files with 2,208 additions and 1,309 deletions.
2 changes: 1 addition & 1 deletion apps/vite-native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.7.6"
"weapp-vite": "^1.7.7"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native-ts-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.7.6"
"weapp-vite": "^1.7.7"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.7.6"
"weapp-vite": "^1.7.7"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.7.6"
"weapp-vite": "^1.7.7"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@
"@ast-grep/napi": "^0.30.0",
"@babel/core": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/prompt-cli": "^19.5.0",
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@eslint/config-inspector": "^0.5.6",
"@icebreakers/eslint-config": "^0.7.2",
"@icebreakers/monorepo": "^0.6.15",
"@icebreakers/eslint-config": "^0.7.3",
"@icebreakers/monorepo": "^0.6.16",
"@icebreakers/readme": "0.1.0",
"@icebreakers/stylelint-config": "^0.1.2",
"@rollup/plugin-alias": "^5.1.1",
Expand Down Expand Up @@ -146,7 +146,7 @@
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/npm-registry-fetch": "^8.0.7",
"@types/postcss-js": "^4.0.4",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -186,7 +186,7 @@
"gulp": "^5.0.0",
"gulp-postcss": "^10.0.0",
"html-loader": "^5.1.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"js-beautify": "^1.15.1",
"jsdom": "^25.0.1",
"klaw": "^4.1.0",
Expand All @@ -209,7 +209,7 @@
"prettier": "^3.3.3",
"promisify-loader-runner": "^1.0.1",
"rimraf": "^6.0.1",
"rollup": "^4.27.2",
"rollup": "^4.27.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.81.0",
"sass-embedded": "^1.81.0",
Expand All @@ -231,11 +231,11 @@
"vinyl": "^3.0.0",
"vinyl-fs": "^4.0.0",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-inspect": "^0.8.8",
"vitest": "~2.1.5",
"weapp-tailwindcss-children": "^0.1.0",
"webpack": "^5.96.1",
"webpack-build-utils": "^0.0.7",
"yaml": "^2.6.0"
"yaml": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"htmlparser2": "9.1.0",
"loader-utils": "2.0.4",
"lru-cache": "10.4.3",
"magic-string": "0.30.12",
"magic-string": "0.30.13",
"md5": "2.3.0",
"npm-registry-fetch": "^18.0.2",
"postcss": "~8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"local-pkg": "^0.5.0",
"local-pkg": "^0.5.1",
"picocolors": "^1.1.1",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lodash.castarray": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"magic-string": "^0.30.12",
"magic-string": "^0.30.13",
"postcss-selector-parser": "^7.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 47f0bc9

Please sign in to comment.