mirror of
https://github.com/searxng/searxng.git
synced 2026-07-30 11:51:24 +00:00
Bumps the minor group with 8 updates in the /client/simple directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.0.6` | `2.1.2` | | [edge.js](https://github.com/edge-js/edge) | `6.2.1` | `6.3.0` | | [ionicons](https://github.com/ionic-team/ionicons) | `8.0.10` | `8.0.13` | | [less](https://github.com/less/less.js) | `4.3.0` | `4.4.0` | | [sharp](https://github.com/lovell/sharp) | `0.34.2` | `0.34.3` | | [stylelint](https://github.com/stylelint/stylelint) | `16.21.1` | `16.22.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.2` | `7.0.6` | | [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) | `3.1.0` | `3.1.1` | Updates `@biomejs/biome` from 2.0.6 to 2.1.2 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.1.2/packages/@biomejs/biome) Updates `edge.js` from 6.2.1 to 6.3.0 - [Release notes](https://github.com/edge-js/edge/releases) - [Changelog](https://github.com/edge-js/edge/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/edge-js/edge/compare/v6.2.1...v6.3.0) Updates `ionicons` from 8.0.10 to 8.0.13 - [Release notes](https://github.com/ionic-team/ionicons/releases) - [Commits](https://github.com/ionic-team/ionicons/compare/v8.0.10...v8.0.13) Updates `less` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/compare/v4.3.0...v4.4.0) Updates `sharp` from 0.34.2 to 0.34.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.2...v0.34.3) Updates `stylelint` from 16.21.1 to 16.22.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.21.1...16.22.0) Updates `vite` from 7.0.2 to 7.0.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.0.6/packages/vite) Updates `vite-plugin-static-copy` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@3.1.0...vite-plugin-static-copy@3.1.1) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: edge.js dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: ionicons dependency-version: 8.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: less dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: sharp dependency-version: 0.34.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: stylelint dependency-version: 16.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: vite dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: vite-plugin-static-copy dependency-version: 3.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "simple",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npm run build:icons && npm run build:vite",
|
|
"build:icons": "node theme_icons.js",
|
|
"build:vite": "vite build",
|
|
"clean": "rm -Rf node_modules",
|
|
"fix": "npm run fix:stylelint && npm run fix:biome && npm run fix:package",
|
|
"fix:biome": "biome check --write",
|
|
"fix:package": "sort-package-json --quiet",
|
|
"fix:stylelint": "stylelint --fix strict 'src/**/*.{scss,sass,less,styl}'",
|
|
"lint": "npm run lint:biome",
|
|
"lint:biome": "biome lint"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "~2.2.0",
|
|
"edge.js": "^6.3.0",
|
|
"ionicons": "^8.0.13",
|
|
"leaflet": "^1.9.4",
|
|
"less": "^4.4.0",
|
|
"normalize.css": "^8.0.1",
|
|
"sharp": "^0.34.3",
|
|
"sort-package-json": "^3.4.0",
|
|
"stylelint": "^16.23.1",
|
|
"stylelint-config-standard-less": "^3.0.1",
|
|
"stylelint-prettier": "^5.0.3",
|
|
"svgo": "^4.0.0",
|
|
"swiped-events": "^1.2.0",
|
|
"vite": "^7.1.2",
|
|
"vite-plugin-static-copy": "^3.1.1"
|
|
}
|
|
}
|