pastebin/package.json
dependabot[bot] a021e20745
Bump @codemirror/lang-html from 6.1.3 to 6.2.0
Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/codemirror/lang-html/releases)
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/lang-html/compare/6.1.3...6.2.0)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 00:30:15 +00:00

41 lines
1.1 KiB
JSON

{
"name": "pastebinrun",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "vitest"
},
"dependencies": {
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-html": "^6.2.0",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/language": "^6.3.1",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.2.0",
"@codemirror/view": "^6.5.1",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/babel__core": "^7.1.20",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.27.0",
"jsdom": "^20.0.2",
"prettier": "^2.7.1",
"solid-testing-library": "^0.5.0",
"typescript": "4.8.4",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0",
"vitest": "0.25.2"
}
}