pastebin/package.json
dependabot[bot] 554ebbd678
Bump eslint from 8.29.0 to 8.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 22:45:45 +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.4.0",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/language": "^6.3.2",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.3.1",
"@codemirror/view": "^6.7.1",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.6.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/babel__core": "^7.1.20",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"eslint": "^8.30.0",
"jsdom": "^20.0.3",
"prettier": "^2.8.1",
"solid-testing-library": "^0.5.0",
"typescript": "4.9.4",
"vite": "^4.0.2",
"vite-plugin-solid": "^2.5.0",
"vitest": "0.26.0"
}
}