pastebin/package.json
dependabot[bot] aa72efa454
Bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.44.0 to 5.45.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.45.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 22:13:30 +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.1.0",
"@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.3.1",
"@codemirror/view": "^6.6.0",
"@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.45.0",
"eslint": "^8.28.0",
"jsdom": "^20.0.3",
"prettier": "^2.8.0",
"solid-testing-library": "^0.5.0",
"typescript": "4.9.3",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0",
"vitest": "0.25.3"
}
}