Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Nov 8, 2024
1 parent f12b2e5 commit 4b82c9d
Show file tree
Hide file tree
Showing 5 changed files with 1,409 additions and 1,641 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vitepress preview ."
},
"devDependencies": {
"vitepress": "^1.4.1",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
}
}
7 changes: 5 additions & 2 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"less": "^4.2.0",
"sass-embedded": "^1.80.6",
"stylelint": "^16.10.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylus": "^0.64.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-stylelint": "workspace: *"
}
}
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,17 @@
"docs:dev": "pnpm -C docs run dev",
"docs:preview": "pnpm -C docs run preview",
"preinstall": "npx only-allow pnpm",
"play:build": "pnpm build && pnpm -C playground run build",
"play:dev": "pnpm dev && pnpm -C playground run dev",
"prepare": "is-ci || simple-git-hooks",
"prepublishOnly": "pnpm run build",
"release": "lerna version",
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --passWithNoTests --coverage",
"type-check": "tsc --noEmit",
"preversion": "pnpm run check"
"preversion": "git-branch-is main && conc \"pnpm:check\" \"pnpm:type-check\" \"pnpm:test\""
},
"dependencies": {
"@rollup/pluginutils": "^5.1.2",
"@rollup/pluginutils": "^5.1.3",
"debug": "^4.3.7"
},
"devDependencies": {
Expand All @@ -46,19 +44,20 @@
"@commitlint/config-pnpm-scopes": "^19.5.0",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/version": "^3.10.0",
"@types/node": "^20.16.13",
"@vitest/coverage-v8": "^2.1.3",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"conventional-changelog-conventionalcommits": "^7.0.2",
"git-branch-is": "^4.0.0",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"taze": "^0.17.2",
"taze": "^0.18.0",
"typescript": "^5.6.3",
"unbuild": "^3.0.0-rc.11",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=20.11.0 || >=21.2.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.2",
"@rollup/pluginutils": "^5.1.3",
"debug": "^4.3.7"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"picocolors": "^1.1.1",
"postcss": "^8.4.47",
"rollup": "^4.24.0",
"rollup": "^4.24.4",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"peerDependencies": {
"@types/stylelint": "^13.0.0",
Expand All @@ -78,7 +78,7 @@
"optional": true
}
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit 4b82c9d

Please sign in to comment.