pastebin/package.json
dependabot[bot] fdb045f239
Bump @codemirror/lang-html from 6.1.0 to 6.1.1
Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.1.0 to 6.1.1.
- [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.0...6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05 22:32:48 +00:00

41 lines
1.1 KiB
JSON

{
"name": "pastebinrun",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "vitest"
},
"dependencies": {
"@codemirror/commands": "^6.1.0",
"@codemirror/lang-cpp": "^6.0.1",
"@codemirror/lang-html": "^6.1.1",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-markdown": "^6.0.1",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.3.0",
"@codemirror/language": "^6.2.1",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/view": "^6.2.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.5.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/babel__core": "^7.1.19",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"eslint": "^8.23.0",
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"solid-testing-library": "^0.3.0",
"typescript": "4.7.4",
"vite": "^3.0.9",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.22.1"
}
}