Skip to content

Commit 74f0053

Browse files
committed
Pin dependencies
1 parent a481efa commit 74f0053

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"author": "Akash Ravi",
1212
"devDependencies": {
13-
"css-loader": "^3.2.0",
14-
"html-loader": "^0.5.5",
15-
"style-loader": "^1.0.0",
16-
"webpack": "^4.39.3",
17-
"webpack-cli": "^3.3.7"
13+
"css-loader": "3.2.0",
14+
"html-loader": "0.5.5",
15+
"style-loader": "1.0.0",
16+
"webpack": "4.41.2",
17+
"webpack-cli": "3.3.7"
1818
},
1919
"scripts": {
2020
"webpack": "webpack -p --config webpack.config.js",

extension/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
conda >= 4.5
2-
notebook >=4.3.1
2+
notebook==6.0.1
33
packaging

extension/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ crypto-browserify@^3.11.0:
729729
randombytes "^2.0.0"
730730
randomfill "^1.0.3"
731731

732-
css-loader@^3.2.0:
732+
css-loader@3.2.0:
733733
version "3.2.0"
734734
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.2.0.tgz#bb570d89c194f763627fcf1f80059c6832d009b2"
735735
integrity sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==
@@ -1303,7 +1303,7 @@ homedir-polyfill@^1.0.1:
13031303
dependencies:
13041304
parse-passwd "^1.0.0"
13051305

1306-
html-loader@^0.5.5:
1306+
html-loader@0.5.5:
13071307
version "0.5.5"
13081308
resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-0.5.5.tgz#6356dbeb0c49756d8ebd5ca327f16ff06ab5faea"
13091309
integrity sha512-7hIW7YinOYUpo//kSYcPB6dCKoceKLmOwjEMmhIobHuWGDVl0Nwe4l68mdG/Ru0wcUxQjVMEoZpkalZ/SE7zog==
@@ -2771,7 +2771,7 @@ strip-json-comments@~2.0.1:
27712771
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
27722772
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
27732773

2774-
style-loader@^1.0.0:
2774+
style-loader@1.0.0:
27752775
version "1.0.0"
27762776
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.0.tgz#1d5296f9165e8e2c85d24eee0b7caf9ec8ca1f82"
27772777
integrity sha512-B0dOCFwv7/eY31a5PCieNwMgMhVGFe9w+rh7s/Bx8kfFkrth9zfTZquoYvdw8URgiqxObQKcpW51Ugz1HjfdZw==
@@ -3018,7 +3018,7 @@ watchpack@^1.6.0:
30183018
graceful-fs "^4.1.2"
30193019
neo-async "^2.5.0"
30203020

3021-
webpack-cli@^3.3.7:
3021+
webpack-cli@3.3.7:
30223022
version "3.3.7"
30233023
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.7.tgz#77c8580dd8e92f69d635e0238eaf9d9c15759a91"
30243024
integrity sha512-OhTUCttAsr+IZSMVwGROGRHvT+QAs8H6/mHIl4SvhAwYywjiylYjpwybGx7WQ9Hkb45FhjtsymkwiRRbGJ1SZQ==
@@ -3043,10 +3043,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
30433043
source-list-map "^2.0.0"
30443044
source-map "~0.6.1"
30453045

3046-
webpack@^4.39.2:
3047-
version "4.39.2"
3048-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.2.tgz#c9aa5c1776d7c309d1b3911764f0288c8c2816aa"
3049-
integrity sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==
3046+
webpack@4.41.2:
3047+
version "4.41.2"
3048+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e"
3049+
integrity sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==
30503050
dependencies:
30513051
"@webassemblyjs/ast" "1.8.5"
30523052
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)