mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [css-loader](https://github.com/webpack-contrib/css-loader), [webpack](https://github.com/webpack/webpack), [file-loader](https://github.com/webpack-contrib/file-loader), [html-loader](https://github.com/webpack-contrib/html-loader), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [source-map-loader](https://github.com/webpack-contrib/source-map-loader), [ts-loader](https://github.com/TypeStrong/ts-loader), [vue-loader](https://github.com/vuejs/vue-loader) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) Updates `babel-loader` from 8.2.2 to 8.3.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.3.0) Updates `css-loader` from 3.6.0 to 6.7.3 - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v6.7.3) Updates `webpack` from 4.46.0 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.75.0) Updates `file-loader` from 4.3.0 to 6.2.0 - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.3.0...v6.2.0) Updates `html-loader` from 0.5.5 to 4.2.0 - [Release notes](https://github.com/webpack-contrib/html-loader/releases) - [Changelog](https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/html-loader/compare/v0.5.5...v4.2.0) Updates `html-webpack-plugin` from 4.5.2 to 5.5.0 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.2...v5.5.0) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `source-map-loader` from 0.2.4 to 4.0.1 - [Release notes](https://github.com/webpack-contrib/source-map-loader/releases) - [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/source-map-loader/compare/v0.2.4...v4.0.1) Updates `ts-loader` from 6.2.2 to 9.4.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.2.2...v9.4.2) Updates `vue-loader` from 15.9.8 to 17.0.1 - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.8...v17.0.1) Updates `webpack-cli` from 3.3.12 to 5.0.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: babel-loader dependency-type: direct:development - dependency-name: css-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: file-loader dependency-type: direct:development - dependency-name: html-loader dependency-type: direct:development - dependency-name: html-webpack-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: source-map-loader dependency-type: direct:development - dependency-name: ts-loader dependency-type: direct:development - dependency-name: vue-loader dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "@zeppelin/dashboard",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.js",
|
|
"build-debug": "rimraf dist && cross-env NODE_ENV=development webpack --config webpack.config.js",
|
|
"watch": "cross-env NODE_ENV=development webpack-dev-server",
|
|
"watch-build": "rimraf dist && NODE_ENV=development webpack --config webpack.config.js --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@babel/preset-typescript": "^7.7.2",
|
|
"babel-loader": "^8.3.0",
|
|
"cross-env": "^5.2.0",
|
|
"css-loader": "^6.7.3",
|
|
"cssnano": "^4.1.10",
|
|
"dotenv-webpack": "^1.7.0",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^7.0.2",
|
|
"postcss-nesting": "^7.0.1",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"source-map-loader": "^4.0.1",
|
|
"tailwindcss": "^1.9.6",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^4.1.3",
|
|
"vue-loader": "^17.0.1",
|
|
"vue-style-loader": "^4.1.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^3.8.2",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "^9.15.10",
|
|
"humanize-duration": "^3.27.0",
|
|
"js-yaml": "^3.13.1",
|
|
"marked": "^0.7.0",
|
|
"modern-css-reset": "^1.0.4",
|
|
"moment": "^2.29.1",
|
|
"vue": "^2.6.10",
|
|
"vue-highlightjs": "git://github.com/Dragory/vue-highlightjs.git#pass-hljs-instance",
|
|
"vue-material-design-icons": "^4.1.0",
|
|
"vue-router": "^3.0.6",
|
|
"vue2-ace-editor": "0.0.14",
|
|
"vuex": "^3.1.1"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions"
|
|
]
|
|
}
|