Skip to content

harmonize npm packages #4194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3a7d4ce
npm: upgrading some packages to be harmonized across modules
haraldschilly Oct 25, 2019
9d2716d
util/sync: fixing TS errors after updating packages
haraldschilly Oct 25, 2019
e0d0925
npm: erroneously added @types/node
haraldschilly Oct 25, 2019
9cdca9e
util/sync: ironing out some TS errors
haraldschilly Oct 26, 2019
a7d479d
npm: upgrade/harmonize serve-index jsdom and winston
haraldschilly Oct 28, 2019
e14c376
node-util: fix jsdom after updating it significantly ...
haraldschilly Oct 28, 2019
7c95074
npm: harmonize all main pkgs by upgrading
haraldschilly Oct 28, 2019
7ab29c7
npm: update dev deps to be the same everywhere
haraldschilly Oct 28, 2019
e5e5aa8
util: fix test after updating testing pkgs
haraldschilly Oct 28, 2019
318ee35
project/jupyter: fix LRU cache instantiation and a TS error
haraldschilly Oct 28, 2019
e8b288d
Merge remote-tracking branch 'origin/master' into npm-harmonize-updat…
haraldschilly Oct 29, 2019
8cde04f
npm: dialing back version of async@1 for hub and project
haraldschilly Oct 29, 2019
0ad4c7e
util/sync: 100% just formatting code
haraldschilly Oct 29, 2019
10c943d
util/util-node: dial back async package to version 1
haraldschilly Oct 29, 2019
4a6af1e
removing erroneously added json-stable-stringify in root dir
haraldschilly Oct 29, 2019
53add6e
sync/table: move null check of handle_new_val into "update" case
haraldschilly Oct 29, 2019
8a4f13f
Merge remote-tracking branch 'origin/master' into npm-harmonize-updat…
haraldschilly Nov 1, 2019
efd75be
Merge remote-tracking branch 'origin/master' into npm-harmonize-updat…
haraldschilly Nov 4, 2019
84bfab9
webapp: dial back async npm pkg to version 2
haraldschilly Nov 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 80 additions & 62 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/jest": "^24.0.18",
"@types/jquery": "^3.3.31",
"@types/katex": "^0.10.2",
"@types/node": "^12.7.5",
"@types/node": "^12.11.7",
"@types/react": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
Expand All @@ -27,7 +27,7 @@
"coffee-cache": "^1.0.2",
"coffee-loader": "^0.9.0",
"coffeelint": "^2.1.0",
"coffeescript": "^2.2.2",
"coffeescript": "^2.4.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
Expand Down Expand Up @@ -56,7 +56,7 @@
"katex": "=0.11.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"node-cjsx": "^1.0.0",
"node-cjsx": "^2.0.0",
"node-glob": "^1.2.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
Expand All @@ -70,10 +70,10 @@
"temp": "^0.9.0",
"ts-jest": "^24.1.0",
"ts-loader": "^4.4.1",
"ts-node": "^7.0.0",
"ts-node": "^8.4.1",
"tsd": "^0.7.4",
"typescript": "^3.6.4",
"uglify-js": "^2.6.2",
"uglify-js": "^3.6.4",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^0.6",
"utility-types": "^3.8.0",
Expand Down
Loading