mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
Bumps the npm_and_yarn group with 6 updates in the /www directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.6.2` | `1.8.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.25` | `8.4.31` | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` | | [micromatch](https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` | | [nanoid](https://github.com/ai/nanoid) | `3.3.6` | `3.3.11` | Updates `axios` from 1.6.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.8.2) Updates `postcss` from 8.4.25 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.31) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `cross-spawn` from 7.0.3 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) Updates `follow-redirects` from 1.15.2 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6) Updates `micromatch` from 4.0.5 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) Updates `nanoid` from 3.3.6 to 3.3.11 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.6...3.3.11) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.4.31 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-version: 7.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-version: 1.15.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: micromatch dependency-version: 4.0.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nanoid dependency-version: 3.3.11 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "reflector-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write .",
|
|
"openapi": "openapi-ts"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.22.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@sentry/nextjs": "^7.77.0",
|
|
"@vercel/edge-config": "^0.4.1",
|
|
"@vercel/kv": "^2.0.0",
|
|
"@whereby.com/browser-sdk": "^3.3.4",
|
|
"autoprefixer": "10.4.20",
|
|
"axios": "^1.8.2",
|
|
"chakra-react-select": "^4.9.1",
|
|
"eslint": "^9.9.1",
|
|
"eslint-config-next": "^14.2.7",
|
|
"fontawesome": "^5.6.3",
|
|
"ioredis": "^5.4.1",
|
|
"jest-worker": "^29.6.2",
|
|
"lucide-react": "^0.525.0",
|
|
"next": "^14.2.30",
|
|
"next-auth": "^4.24.7",
|
|
"next-themes": "^0.4.6",
|
|
"postcss": "8.4.31",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropdown": "^1.11.0",
|
|
"react-icons": "^5.0.1",
|
|
"react-markdown": "^9.0.0",
|
|
"react-qr-code": "^2.0.12",
|
|
"react-select-search": "^4.1.7",
|
|
"redlock": "^5.0.0-beta.2",
|
|
"sass": "^1.63.6",
|
|
"simple-peer": "^9.11.1",
|
|
"superagent": "^8.0.9",
|
|
"supports-color": "^9.4.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.1.6",
|
|
"wavesurfer.js": "^7.4.2"
|
|
},
|
|
"main": "index.js",
|
|
"repository": "https://github.com/Monadical-SAS/reflector-ui.git",
|
|
"author": "Andreas <andreas@monadical.com>",
|
|
"license": "All Rights Reserved",
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "^0.48.0",
|
|
"@types/react": "18.2.20",
|
|
"prettier": "^3.0.0",
|
|
"vercel": "^37.3.0"
|
|
}
|
|
}
|