mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bumps [rollup](https://github.com/rollup/rollup) from 3.3.0 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.3.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"name": "datasette",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"prettier": "^2.2.1"
|
|
},
|
|
"scripts": {
|
|
"fix": "npm run prettier -- --write",
|
|
"prettier": "prettier 'datasette/static/*[!.min|bundle].js'"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-sql": "^6.3.3",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-terser": "^0.1.0",
|
|
"codemirror": "^6.0.1",
|
|
"rollup": "^3.29.5"
|
|
}
|
|
}
|