Files
plane/packages/mobile-editor/package.json
dependabot[bot] 3c64c4e9d9 chore(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update (#3095)
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the npm_and_yarn group with 1 update in the /packages/mobile-editor directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite)

Updates `vite` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.2.7
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 6.2.7
  dependency-type: direct:development
  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>
2025-05-01 02:42:15 +05:30

29 lines
653 B
JSON

{
"name": "@plane/mobile-editor",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@plane/editor": "*",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@plane/eslint-config": "*",
"@plane/tailwind-config": "*",
"@plane/types": "*",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"vite": "6.2.7",
"vite-plugin-node-polyfills": "^0.22.0"
}
}