mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
6f1df10a51
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0) Signed-off-by: dependabot[bot] <support@github.com>
22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"argparse": "^1.0.10",
|
|
"github-markdown-css": "^4.0.0",
|
|
"github-slugger": "^1.2.1",
|
|
"markdown-it": "*",
|
|
"markdown-it-emoji": "*",
|
|
"markdown-it-task-checkbox": "*",
|
|
"prismjs": "^1.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"eslint-config-dmitmel": "dmitmel/eslint-config-dmitmel"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "eslint-config-dmitmel/presets/node",
|
|
"rules": {
|
|
"node/shebang": "off"
|
|
}
|
|
}
|
|
}
|