pastebin/package.json
dependabot[bot] c94b934f3d
Bump @codemirror/view from 6.0.3 to 6.1.0
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.0.3 to 6.1.0.
- [Release notes](https://github.com/codemirror/view/releases)
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/compare/6.0.3...6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 22:37:21 +00:00

41 lines
1.1 KiB
JSON

{
"name": "pastebinrun",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "vitest"
},
"dependencies": {
"@codemirror/commands": "^6.0.1",
"@codemirror/lang-cpp": "^6.0.1",
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/lang-php": "^6.0.0",
"@codemirror/lang-python": "^6.0.0",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/lang-sql": "^6.0.0",
"@codemirror/language": "^6.2.0",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/view": "^6.1.0",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.4.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@types/babel__core": "^7.1.19",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"eslint": "^8.20.0",
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"solid-testing-library": "^0.3.0",
"typescript": "4.7.4",
"vite": "^3.0.2",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.18.1"
}
}