Skip to content

Commit cb72c3b

Browse files
authored
Merge pull request #88 from JuliaPluto/packages-update
Packages updates
2 parents 92e6620 + de076b8 commit cb72c3b

24 files changed

+6573
-9626
lines changed

.erb/configs/webpack.config.main.prod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ const configuration: webpack.Configuration = {
7474
* https://github.com/webpack/webpack/issues/2010
7575
*/
7676
node: {
77-
__dirname: false,
78-
__filename: false,
77+
__dirname: true,
78+
__filename: true,
7979
},
8080
};
8181

.erb/configs/webpack.paths.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const srcNodeModulesPath = path.join(srcPath, 'node_modules');
1515

1616
const distPath = path.join(appPath, 'dist');
1717
const distMainPath = path.join(distPath, 'main');
18+
const distRendererPath = path.join(distPath, 'renderer');
1819

1920
const buildPath = path.join(releasePath, 'build');
2021

@@ -30,5 +31,6 @@ export default {
3031
srcNodeModulesPath,
3132
distPath,
3233
distMainPath,
34+
distRendererPath,
3335
buildPath,
3436
};

.erb/scripts/beforePack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { exit } = require('process');
1212
const assetPath = path.join(__dirname, '../..', 'assets');
1313

1414
// YOU CAN EDIT ME
15-
const JULIA_VERSION_PARTS = [1, 10, 2];
15+
const JULIA_VERSION_PARTS = [1, 10, 10];
1616
/// ☝️
1717

1818
const JULIA_VERSION = JULIA_VERSION_PARTS.join('.');

.vscode/launch.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": "Debug via NPM Start",
6+
"type": "node",
7+
"request": "launch",
8+
"cwd": "${workspaceFolder}",
9+
"runtimeExecutable": "npm",
10+
"runtimeArgs": [
11+
"run-script",
12+
"start" // Or whatever your script name is
13+
],
14+
"outputCapture": "std"
15+
},
16+
{
17+
"name": "Debug Main Process",
18+
"type": "node",
19+
"request": "launch",
20+
"cwd": "${workspaceFolder}",
21+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
22+
"windows": {
23+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
24+
},
25+
"program": "./src/main/main.ts",
26+
"args" : ["."],
27+
"outputCapture": "std"
28+
},
429
{
530
"name": "Electron: Main",
631
"type": "node",

assets/env_for_julia/Manifest.toml

Lines changed: 79 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.2"
3+
julia_version = "1.10.10"
44
manifest_format = "2.0"
55
project_hash = "6e5a4b5f3a233a54b796f55143c80948aa325e23"
66

@@ -15,26 +15,34 @@ uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
1515
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1616

1717
[[deps.BitFlags]]
18-
git-tree-sha1 = "2dc09997850d68179b69dafb58ae806167a32b1b"
18+
git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d"
1919
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
20-
version = "0.1.8"
20+
version = "0.1.9"
2121

2222
[[deps.CodecZlib]]
2323
deps = ["TranscodingStreams", "Zlib_jll"]
24-
git-tree-sha1 = "59939d8a997469ee05c4b4944560a820f9ba0d73"
24+
git-tree-sha1 = "962834c22b66e32aa10f7611c08c8ca4e20749a9"
2525
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
26-
version = "0.7.4"
26+
version = "0.7.8"
2727

28-
[[deps.CompilerSupportLibraries_jll]]
29-
deps = ["Artifacts", "Libdl"]
30-
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
31-
version = "1.1.0+0"
28+
[[deps.Compat]]
29+
deps = ["TOML", "UUIDs"]
30+
git-tree-sha1 = "9d8a54ce4b17aa5bdce0ea5c34bc5e7c340d16ad"
31+
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
32+
version = "4.18.1"
33+
34+
[deps.Compat.extensions]
35+
CompatLinearAlgebraExt = "LinearAlgebra"
36+
37+
[deps.Compat.weakdeps]
38+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
39+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3240

3341
[[deps.ConcurrentUtilities]]
3442
deps = ["Serialization", "Sockets"]
35-
git-tree-sha1 = "6cbbd4d241d7e6579ab354737f4dd95ca43946e1"
43+
git-tree-sha1 = "d9d26935a0bcffc87d2613ce14c527c99fc543fd"
3644
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
37-
version = "2.4.1"
45+
version = "2.5.0"
3846

3947
[[deps.Configurations]]
4048
deps = ["ExproniconLite", "OrderedCollections", "TOML"]
@@ -67,34 +75,34 @@ version = "1.6.0"
6775

6876
[[deps.ExceptionUnwrapping]]
6977
deps = ["Test"]
70-
git-tree-sha1 = "dcb08a0d93ec0b1cdc4af184b26b591e9695423a"
78+
git-tree-sha1 = "d36f682e590a83d63d1c7dbd287573764682d12a"
7179
uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4"
72-
version = "0.1.10"
80+
version = "0.1.11"
7381

7482
[[deps.ExpressionExplorer]]
75-
git-tree-sha1 = "0da78bef32ca71276337442389a3d1962a1ee0da"
83+
git-tree-sha1 = "4a8c0a9eebf807ac42f0f6de758e60a20be25ffb"
7684
uuid = "21656369-7473-754a-2065-74616d696c43"
77-
version = "1.0.2"
85+
version = "1.1.3"
7886

7987
[[deps.ExproniconLite]]
80-
git-tree-sha1 = "5552cf384e4577c5dd2db57d7086a4a41747dbb9"
88+
git-tree-sha1 = "c13f0b150373771b0fdc1713c97860f8df12e6c2"
8189
uuid = "55351af7-c7e9-48d6-89ff-24e801d99491"
82-
version = "0.10.6"
90+
version = "0.10.14"
8391

8492
[[deps.FileWatching]]
8593
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
8694

87-
[[deps.FuzzyCompletions]]
88-
deps = ["REPL"]
89-
git-tree-sha1 = "40ec72c57559a4473961bbcd12c96bcd4c2aaab4"
90-
uuid = "fb4132e2-a121-4a70-b8a1-d5b831dcdcc2"
91-
version = "0.5.4"
95+
[[deps.GracefulPkg]]
96+
deps = ["Compat", "Pkg", "TOML"]
97+
git-tree-sha1 = "9721d7ae22a51439656a73de721d973dbb9d3bad"
98+
uuid = "828d9ff0-206c-6161-646e-6576656f7244"
99+
version = "2.4.2"
92100

93101
[[deps.HTTP]]
94-
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
95-
git-tree-sha1 = "8e59b47b9dc525b70550ca082ce85bcd7f5477cd"
102+
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "PrecompileTools", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
103+
git-tree-sha1 = "5e6fe50ae7f23d171f44e311c2960294aaa0beb5"
96104
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
97-
version = "1.10.5"
105+
version = "1.10.19"
98106

99107
[[deps.HypertextLiteral]]
100108
deps = ["Tricks"]
@@ -113,14 +121,23 @@ version = "1.0.0"
113121

114122
[[deps.JLLWrappers]]
115123
deps = ["Artifacts", "Preferences"]
116-
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
124+
git-tree-sha1 = "0533e564aae234aff59ab625543145446d8b6ec2"
117125
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
118-
version = "1.5.0"
126+
version = "1.7.1"
127+
128+
[[deps.LRUCache]]
129+
git-tree-sha1 = "5519b95a490ff5fe629c4a7aa3b3dfc9160498b3"
130+
uuid = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
131+
version = "1.6.2"
132+
weakdeps = ["Serialization"]
133+
134+
[deps.LRUCache.extensions]
135+
SerializationExt = ["Serialization"]
119136

120137
[[deps.LazilyInitializedFields]]
121-
git-tree-sha1 = "8f7f3cabab0fd1800699663533b6d5cb3fc0e612"
138+
git-tree-sha1 = "0f2da712350b020bc3957f269c9caad516383ee0"
122139
uuid = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf"
123-
version = "1.2.2"
140+
version = "1.3.0"
124141

125142
[[deps.LibCURL]]
126143
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
@@ -149,29 +166,25 @@ version = "1.11.0+1"
149166
[[deps.Libdl]]
150167
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
151168

152-
[[deps.LinearAlgebra]]
153-
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
154-
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
155-
156169
[[deps.Logging]]
157170
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
158171

159172
[[deps.LoggingExtras]]
160173
deps = ["Dates", "Logging"]
161-
git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
174+
git-tree-sha1 = "f00544d95982ea270145636c181ceda21c4e2575"
162175
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
163-
version = "1.0.3"
176+
version = "1.2.0"
164177

165178
[[deps.MIMEs]]
166-
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
179+
git-tree-sha1 = "c64d943587f7187e751162b3b84445bbbd79f691"
167180
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
168-
version = "0.1.4"
181+
version = "1.1.0"
169182

170183
[[deps.Malt]]
171184
deps = ["Distributed", "Logging", "RelocatableFolders", "Serialization", "Sockets"]
172-
git-tree-sha1 = "18cf4151e390fce29ca846b92b06baf9bc6e002e"
185+
git-tree-sha1 = "21ab3240653e26c8d54c1389779e260a48174be3"
173186
uuid = "36869731-bdee-424d-aa32-cab38c994e3b"
174-
version = "1.1.1"
187+
version = "1.3.0"
175188

176189
[[deps.Markdown]]
177190
deps = ["Base64"]
@@ -202,46 +215,39 @@ version = "1.2.1"
202215
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
203216
version = "1.2.0"
204217

205-
[[deps.OpenBLAS_jll]]
206-
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
207-
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
208-
version = "0.3.23+4"
209-
210218
[[deps.OpenSSL]]
211-
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
212-
git-tree-sha1 = "af81a32750ebc831ee28bdaaba6e1067decef51e"
219+
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "NetworkOptions", "OpenSSL_jll", "Sockets"]
220+
git-tree-sha1 = "386b47442468acfb1add94bf2d85365dea10cbab"
213221
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
214-
version = "1.4.2"
222+
version = "1.6.0"
215223

216224
[[deps.OpenSSL_jll]]
217225
deps = ["Artifacts", "JLLWrappers", "Libdl"]
218-
git-tree-sha1 = "3da7367955dcc5c54c1ba4d402ccdc09a1a3e046"
226+
git-tree-sha1 = "f19301ae653233bc88b1810ae908194f07f8db9d"
219227
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
220-
version = "3.0.13+1"
228+
version = "3.5.4+0"
221229

222230
[[deps.OrderedCollections]]
223-
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
231+
git-tree-sha1 = "05868e21324cede2207c6f0f466b4bfef6d5e7ee"
224232
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
225-
version = "1.6.3"
233+
version = "1.8.1"
226234

227235
[[deps.Pkg]]
228236
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
229237
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
230238
version = "1.10.0"
231239

232240
[[deps.Pluto]]
233-
deps = ["Base64", "Configurations", "Dates", "Downloads", "ExpressionExplorer", "FileWatching", "FuzzyCompletions", "HTTP", "HypertextLiteral", "InteractiveUtils", "Logging", "LoggingExtras", "MIMEs", "Malt", "Markdown", "MsgPack", "Pkg", "PlutoDependencyExplorer", "PrecompileSignatures", "PrecompileTools", "REPL", "RegistryInstances", "RelocatableFolders", "Scratch", "Sockets", "TOML", "Tables", "URIs", "UUIDs"]
234-
git-tree-sha1 = "c2a7711ba94e60f07b04dd9717685867822aa05e"
235-
repo-rev = "cb/desktop-app"
236-
repo-url = "https://github.com/fonsp/Pluto.jl.git"
241+
deps = ["Base64", "Configurations", "Dates", "Downloads", "ExpressionExplorer", "FileWatching", "GracefulPkg", "HTTP", "HypertextLiteral", "InteractiveUtils", "LRUCache", "Logging", "LoggingExtras", "MIMEs", "Malt", "Markdown", "MsgPack", "Pkg", "PlutoDependencyExplorer", "PrecompileSignatures", "PrecompileTools", "REPL", "Random", "RegistryInstances", "RelocatableFolders", "SHA", "Scratch", "Sockets", "TOML", "Tables", "URIs", "UUIDs"]
242+
git-tree-sha1 = "91424262b8490c197b4d4451afd1ab9e412399fc"
237243
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
238-
version = "0.19.39"
244+
version = "0.20.21"
239245

240246
[[deps.PlutoDependencyExplorer]]
241247
deps = ["ExpressionExplorer", "InteractiveUtils", "Markdown"]
242-
git-tree-sha1 = "4bc5284f77d731196d3e97f23abb732ad6f2a6e4"
248+
git-tree-sha1 = "c3e5073a977b1c58b2d55c1ec187c3737e64e6af"
243249
uuid = "72656b73-756c-7461-726b-72656b6b696b"
244-
version = "1.0.4"
250+
version = "1.2.2"
245251

246252
[[deps.PrecompileSignatures]]
247253
git-tree-sha1 = "18ef344185f25ee9d51d80e179f8dad33dc48eb1"
@@ -256,9 +262,9 @@ version = "1.2.1"
256262

257263
[[deps.Preferences]]
258264
deps = ["TOML"]
259-
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
265+
git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d"
260266
uuid = "21216c6a-2e73-6563-6e65-726566657250"
261-
version = "1.4.3"
267+
version = "1.5.0"
262268

263269
[[deps.Printf]]
264270
deps = ["Unicode"]
@@ -290,17 +296,17 @@ version = "0.7.0"
290296

291297
[[deps.Scratch]]
292298
deps = ["Dates"]
293-
git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386"
299+
git-tree-sha1 = "9b81b8393e50b7d4e6d0a9f14e192294d3b7c109"
294300
uuid = "6c6a2e73-6563-6170-7368-637461726353"
295-
version = "1.2.1"
301+
version = "1.3.0"
296302

297303
[[deps.Serialization]]
298304
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
299305

300306
[[deps.SimpleBufferStream]]
301-
git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1"
307+
git-tree-sha1 = "f305871d2f381d21527c770d4788c06c097c9bc1"
302308
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
303-
version = "1.1.0"
309+
version = "1.2.0"
304310

305311
[[deps.Sockets]]
306312
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
@@ -317,10 +323,10 @@ uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
317323
version = "1.0.1"
318324

319325
[[deps.Tables]]
320-
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "OrderedCollections", "TableTraits"]
321-
git-tree-sha1 = "cb76cf677714c095e535e3501ac7954732aeea2d"
326+
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "OrderedCollections", "TableTraits"]
327+
git-tree-sha1 = "f2c1efbc8f3a609aadf318094f8fc5204bdaf344"
322328
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
323-
version = "1.11.1"
329+
version = "1.12.1"
324330

325331
[[deps.Tar]]
326332
deps = ["ArgTools", "SHA"]
@@ -332,23 +338,19 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
332338
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
333339

334340
[[deps.TranscodingStreams]]
335-
git-tree-sha1 = "71509f04d045ec714c4748c785a59045c3736349"
341+
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
336342
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
337-
version = "0.10.7"
338-
weakdeps = ["Random", "Test"]
339-
340-
[deps.TranscodingStreams.extensions]
341-
TestExt = ["Test", "Random"]
343+
version = "0.11.3"
342344

343345
[[deps.Tricks]]
344-
git-tree-sha1 = "eae1bb484cd63b36999ee58be2de6c178105112f"
346+
git-tree-sha1 = "311349fd1c93a31f783f977a71e8b062a57d4101"
345347
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
346-
version = "0.1.8"
348+
version = "0.1.13"
347349

348350
[[deps.URIs]]
349-
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
351+
git-tree-sha1 = "bef26fb046d031353ef97a82e3fdb6afe7f21b1a"
350352
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
351-
version = "1.5.1"
353+
version = "1.6.1"
352354

353355
[[deps.UUIDs]]
354356
deps = ["Random", "SHA"]
@@ -362,11 +364,6 @@ deps = ["Libdl"]
362364
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
363365
version = "1.2.13+1"
364366

365-
[[deps.libblastrampoline_jll]]
366-
deps = ["Artifacts", "Libdl"]
367-
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
368-
version = "5.8.0+1"
369-
370367
[[deps.nghttp2_jll]]
371368
deps = ["Artifacts", "Libdl"]
372369
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"

0 commit comments

Comments
 (0)