Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Biome & all non-major dependencies #258

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "^1.6.1",
"@biomejs/biome": "^1.6.2",
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/publish": "^3.3.1",
"@lerna-lite/watch": "^3.3.1",
Expand All @@ -68,6 +68,6 @@
"npm-run-all2": "^6.1.2",
"pnpm": "^8.15.5",
"rimraf": "^5.0.5",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"dompurify": "^3.0.10",
"dompurify": "^3.0.11",
"font-awesome": "^4.7.0",
"multiple-select-vanilla": "workspace:*"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"sass": "^1.72.0",
"typescript": "5.4.2",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/demo/src/examples/example16.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import DOMPurify from 'dompurify';
import { type MultipleSelectInstance, multipleSelect } from 'multiple-select-vanilla';

import './example16.scss';
import avatar1 from './images/avatar1.png';
import avatar2 from './images/avatar2.png';
import avatar3 from './images/avatar3.png';
import avatar4 from './images/avatar4.png';
import avatar5 from './images/avatar5.png';
import './example16.scss';

export default class Example {
ms1?: MultipleSelectInstance;
Expand Down
4 changes: 2 additions & 2 deletions packages/multiple-select-vanilla/build-watch.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { exec, execSync } from 'node:child_process';
import path from 'node:path';
import copyfiles from 'copyfiles';
import { buildSync } from 'esbuild';
import { outputFileSync } from 'fs-extra/esm';
import { exec, execSync } from 'node:child_process';
import path from 'node:path';
import { compile as sassCompile } from 'sass';

const env = process.env.NODE_ENV;
Expand Down
8 changes: 4 additions & 4 deletions packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"@types/trusted-types": "^2.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^6.1.0",
"cssnano": "^6.1.1",
"esbuild": "^0.20.2",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"postcss": "^8.4.36",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.72.0",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
Loading
Loading