-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: upgrade deps for building on modern machine (#513)
Signed-off-by: tison <[email protected]> Co-authored-by: Nicolò Boschi <[email protected]>
- Loading branch information
1 parent
e036664
commit c04fa81
Showing
7 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,7 +224,7 @@ The Apache Software License, Version 2.0 | |
- io.jsonwebtoken-jjwt-jackson-0.10.5.jar | ||
* Guava | ||
- com.google.guava-guava-21.0.jar | ||
* Gson | ||
* Gson | ||
- com.google.code.gson-gson-2.8.2.jar | ||
* Pulsar | ||
- org.apache.pulsar-pulsar-common-2.4.1.jar | ||
|
@@ -238,7 +238,7 @@ The Apache Software License, Version 2.0 | |
* xlsx | ||
- [email protected] | ||
* node-chromediver | ||
- chromedriver@78.0.1 | ||
- chromedriver@112.0.0 | ||
* request | ||
- [email protected] | ||
|
||
|
@@ -340,7 +340,7 @@ MIT License | |
* hash-sum | ||
- [email protected] -- licenses/LICENSE-hash-sum.txt | ||
* html-webpack-plugin | ||
- html-webpack-plugin@3.2.0 -- licenses/LICENSE-html-webpack-plugin.txt | ||
- html-webpack-plugin@4.0.0 -- licenses/LICENSE-html-webpack-plugin.txt | ||
* husky | ||
- [email protected] -- licenses/LICENSE-husky.txt | ||
* lint-staged | ||
|
@@ -352,7 +352,7 @@ MIT License | |
* node-notifier | ||
- [email protected] -- licenses/LICENSE-node-notifier.txt | ||
* node-sass | ||
- node-sass@4.13.0 -- licenses/LICENSE-node-sass.txt | ||
- node-sass@8.0.0 -- licenses/LICENSE-node-sass.txt | ||
* optimize-css-assets-webpack-plugin | ||
- [email protected] -- licenses/LICENSE-optimize-css-assets-webpack-plugin.txt | ||
* ora | ||
|
@@ -370,7 +370,7 @@ MIT License | |
* sass-loader | ||
- [email protected] -- licenses/LICENSE-sass-loader.txt | ||
* script-ext-html-webpack-plugin | ||
- [email protected].4 -- licenses/LICENSE-script-ext-html-webpack-plugin.txt | ||
- [email protected].5 -- licenses/LICENSE-script-ext-html-webpack-plugin.txt | ||
* script-loader | ||
- [email protected] -- licenses/LICENSE-script-loader.txt | ||
* serve-static | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"name": "pulsar-manager", | ||
"version": "0.3.0", | ||
"description": "A tool for managing Apache Pulsar.", | ||
"author": "<[email protected]>", | ||
"license": "Apache License 2.0", | ||
"author": "<[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js", | ||
|
@@ -36,7 +36,7 @@ | |
"dependencies": { | ||
"@vue/composition-api": "^1.7.1", | ||
"axios": "0.18.1", | ||
"casdoor-vue-sdk": "^1.3.0", | ||
"casdoor-vue-sdk": "^1.5.1", | ||
"clipboard": "1.7.1", | ||
"codemirror": "5.39.2", | ||
"connect": "3.6.6", | ||
|
@@ -51,7 +51,7 @@ | |
"nprogress": "0.2.0", | ||
"showdown": "1.8.6", | ||
"sortablejs": "1.7.0", | ||
"vue": "2.5.17", | ||
"vue": "2.6.0", | ||
"vue-i18n": "7.3.2", | ||
"vue-router": "3.0.1", | ||
"vuedraggable": "^2.16.0", | ||
|
@@ -71,7 +71,7 @@ | |
"babel-preset-env": "1.7.0", | ||
"babel-preset-stage-2": "6.24.1", | ||
"chalk": "2.4.1", | ||
"chromedriver": "^2.46.0", | ||
"chromedriver": "112.0.0", | ||
"copy-webpack-plugin": "4.5.2", | ||
"cross-env": "5.2.0", | ||
"css-loader": "1.0.0", | ||
|
@@ -82,13 +82,13 @@ | |
"file-loader": "1.1.11", | ||
"friendly-errors-webpack-plugin": "1.7.0", | ||
"hash-sum": "1.0.2", | ||
"html-webpack-plugin": "4.0.0-alpha", | ||
"html-webpack-plugin": "4.0.0", | ||
"husky": "0.14.3", | ||
"lint-staged": "7.2.2", | ||
"mini-css-extract-plugin": "0.4.1", | ||
"nightwatch": "^1.0.19", | ||
"node-notifier": "5.2.1", | ||
"node-sass": "^4.7.2", | ||
"node-sass": "8.0.0", | ||
"optimize-css-assets-webpack-plugin": "5.0.0", | ||
"ora": "3.0.0", | ||
"path-to-regexp": "2.4.0", | ||
|
@@ -109,16 +109,16 @@ | |
"url-loader": "1.0.1", | ||
"vue-loader": "15.3.0", | ||
"vue-style-loader": "4.1.2", | ||
"vue-template-compiler": "2.5.17", | ||
"vue-template-compiler": "2.6.0", | ||
"webpack": "4.16.5", | ||
"webpack-cli": "3.1.0", | ||
"webpack-dev-server": "3.2.1", | ||
"webpack-merge": "4.1.4", | ||
"script-ext-html-webpack-plugin": "^2.1.5" | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0 <=12.22.10", | ||
"npm": ">=6.14.16" | ||
"node": ">=16", | ||
"npm": ">=8" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
|