Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
152
Issues
152
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
59efd170
Verified
Commit
59efd170
authored
Aug 22, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake, spago] update nixpkgs, update spago pkgs
parent
7477bfd1
Pipeline
#7819
failed with stages
in 26 minutes and 38 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
131 additions
and
78 deletions
+131
-78
flake.lock
flake.lock
+7
-7
flake.nix
flake.nix
+3
-4
spago.lock
spago.lock
+118
-64
spago.yaml
spago.yaml
+3
-3
No files found.
flake.lock
View file @
59efd170
...
@@ -36,16 +36,16 @@
...
@@ -36,16 +36,16 @@
},
},
"nixpkgs": {
"nixpkgs": {
"locked": {
"locked": {
"lastModified": 17
31603435
,
"lastModified": 17
48026580
,
"narHash": "sha256-
CqCX4JG7UiHvkrBTpYC3wcEurvbtTADLbo3Ns2CEoL8
=",
"narHash": "sha256-
rWtXrcIzU5wm/C8F9LWvUfBGu5U5E7cFzPYT1pHIJaQ
=",
"owner": "NixOS",
"owner": "NixOS",
"repo": "nixpkgs",
"repo": "nixpkgs",
"rev": "
8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296
",
"rev": "
11cb3517b3af6af300dd6c055aeda73c9bf52c48
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
"owner": "NixOS",
"owner": "NixOS",
"ref": "2
4.11
",
"ref": "2
5.05
",
"repo": "nixpkgs",
"repo": "nixpkgs",
"type": "github"
"type": "github"
}
}
...
@@ -59,11 +59,11 @@
...
@@ -59,11 +59,11 @@
"slimlock": "slimlock"
"slimlock": "slimlock"
},
},
"locked": {
"locked": {
"lastModified": 17
39795788
,
"lastModified": 17
50754571
,
"narHash": "sha256-
PG4lO49fvWHpQoCN3mIGflisXF+5vEf91ceV9hsWTLU
=",
"narHash": "sha256-
qquerCyD6WhVccAV0qI7NFGwSN7rXslhogPrTaFvWto
=",
"owner": "thomashoneyman",
"owner": "thomashoneyman",
"repo": "purescript-overlay",
"repo": "purescript-overlay",
"rev": "
f754c2ef94cef46e5d5223c25d3f361e1f6cb509
",
"rev": "
81513816356c43c6ef604abdf5da41834306a2d5
",
"type": "github"
"type": "github"
},
},
"original": {
"original": {
...
...
flake.nix
View file @
59efd170
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
inputs
.
flake-utils
.
url
=
"github:numtide/flake-utils"
;
inputs
.
flake-utils
.
url
=
"github:numtide/flake-utils"
;
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs?ref=2
4.11
"
;
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs?ref=2
5.05
"
;
inputs
.
purescript-overlay
=
{
inputs
.
purescript-overlay
=
{
url
=
"github:thomashoneyman/purescript-overlay"
;
url
=
"github:thomashoneyman/purescript-overlay"
;
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
outputs
=
{
self
,
nixpkgs
,
flake-utils
,
purescript-overlay
}:
outputs
=
{
self
,
nixpkgs
,
flake-utils
,
purescript-overlay
}:
flake-utils
.
lib
.
eachDefaultSystem
(
system
:
flake-utils
.
lib
.
eachDefaultSystem
(
system
:
#let pkgs = nixpkgs.legacyPackages.${system};
let
let
pkgs
=
import
nixpkgs
{
pkgs
=
import
nixpkgs
{
inherit
system
;
inherit
system
;
...
@@ -20,8 +19,8 @@
...
@@ -20,8 +19,8 @@
};
};
dependencies
=
with
pkgs
;
[
dependencies
=
with
pkgs
;
[
purs-bin
.
purs-0_15_16-
4
# from the purescript-overlay
purs-bin
.
purs-0_15_16-
6
# from the purescript-overlay
spago-bin
.
spago-0_93_4
3
spago-bin
.
spago-0_93_4
4
nodePackages
.
purs-tidy
nodePackages
.
purs-tidy
watchexec
watchexec
esbuild
esbuild
...
...
spago.lock
View file @
59efd170
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
"core": {
"core": {
"dependencies": [
"dependencies": [
{
{
"aff": ">=
7.1.0 <8
.0.0"
"aff": ">=
8.0.0 <9
.0.0"
},
},
{
{
"aff-promise": ">=4.0.0 <5.0.0"
"aff-promise": ">=4.0.0 <5.0.0"
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
"graphql-client": "*"
"graphql-client": "*"
},
},
{
{
"heterogeneous": ">=0.
6.0 <0.7
.0"
"heterogeneous": ">=0.
7.0 <0.8
.0"
},
},
{
{
"http-methods": ">=6.0.0 <7.0.0"
"http-methods": ">=6.0.0 <7.0.0"
...
@@ -485,14 +485,14 @@
...
@@ -485,14 +485,14 @@
},
},
"package_set": {
"package_set": {
"address": {
"address": {
"registry": "
53
.2.0"
"registry": "
65
.2.0"
},
},
"compiler": ">=0.15.15 <0.16.0",
"compiler": ">=0.15.15 <0.16.0",
"content": {
"content": {
"abc-parser": "2.0.1",
"abc-parser": "2.0.1",
"ace": "9.1.0",
"ace": "9.1.0",
"address-rfc2821": "0.1.1",
"address-rfc2821": "0.1.1",
"aff": "
7.1
.0",
"aff": "
8.0
.0",
"aff-bus": "6.0.0",
"aff-bus": "6.0.0",
"aff-coroutines": "9.0.0",
"aff-coroutines": "9.0.0",
"aff-promise": "4.0.0",
"aff-promise": "4.0.0",
...
@@ -521,12 +521,15 @@
...
@@ -521,12 +521,15 @@
"ask": "1.0.0",
"ask": "1.0.0",
"assert": "6.0.0",
"assert": "6.0.0",
"assert-multiple": "0.4.0",
"assert-multiple": "0.4.0",
"avar": "5.0.0",
"avar": "5.0.1",
"axon": "0.0.3",
"b64": "0.0.8",
"b64": "0.0.8",
"barbies": "1.0.1",
"barbies": "1.0.1",
"barlow-lens": "0.9.0",
"barlow-lens": "0.9.0",
"bifunctors": "6.0.0",
"benchlib": "0.0.4",
"bifunctors": "6.1.0",
"bigints": "7.0.1",
"bigints": "7.0.1",
"blessed": "1.0.0",
"bolson": "0.3.9",
"bolson": "0.3.9",
"bookhound": "0.1.7",
"bookhound": "0.1.7",
"bower-json": "3.0.0",
"bower-json": "3.0.0",
...
@@ -543,7 +546,7 @@
...
@@ -543,7 +546,7 @@
"chameleon-transformers": "1.0.0",
"chameleon-transformers": "1.0.0",
"channel": "1.0.0",
"channel": "1.0.0",
"checked-exceptions": "3.1.1",
"checked-exceptions": "3.1.1",
"choku": "1.0.
1
",
"choku": "1.0.
2
",
"classless": "0.1.1",
"classless": "0.1.1",
"classless-arbitrary": "0.1.1",
"classless-arbitrary": "0.1.1",
"classless-decode-json": "0.1.1",
"classless-decode-json": "0.1.1",
...
@@ -551,7 +554,7 @@
...
@@ -551,7 +554,7 @@
"classnames": "2.0.0",
"classnames": "2.0.0",
"codec": "6.1.0",
"codec": "6.1.0",
"codec-argonaut": "10.0.0",
"codec-argonaut": "10.0.0",
"codec-json": "
1.2
.0",
"codec-json": "
2.0
.0",
"colors": "7.0.1",
"colors": "7.0.1",
"concur-core": "0.5.0",
"concur-core": "0.5.0",
"concur-react": "0.5.0",
"concur-react": "0.5.0",
...
@@ -563,6 +566,7 @@
...
@@ -563,6 +566,7 @@
"convertable-options": "1.0.0",
"convertable-options": "1.0.0",
"coroutines": "7.0.0",
"coroutines": "7.0.0",
"css": "6.0.0",
"css": "6.0.0",
"css-class-name-extractor": "0.0.4",
"css-frameworks": "1.0.1",
"css-frameworks": "1.0.1",
"csv-stream": "2.3.0",
"csv-stream": "2.3.0",
"data-mvc": "0.0.2",
"data-mvc": "0.0.2",
...
@@ -576,21 +580,22 @@
...
@@ -576,21 +580,22 @@
"deno": "0.0.5",
"deno": "0.0.5",
"dissect": "1.0.0",
"dissect": "1.0.0",
"distributive": "6.0.0",
"distributive": "6.0.0",
"dodo-printer": "2.2.3",
"dom-filereader": "7.0.0",
"dom-filereader": "7.0.0",
"dom-indexed": "1
2
.0.0",
"dom-indexed": "1
3
.0.0",
"dom-simple": "0.4.0",
"dom-simple": "0.4.0",
"dotenv": "4.0.3",
"dotenv": "4.0.3",
"droplet": "0.6.0",
"droplet": "0.6.0",
"dts": "1.0.0",
"dts": "1.0.0",
"dual-numbers": "1.0.
2
",
"dual-numbers": "1.0.
3
",
"dynamic-buffer": "3.0.1",
"dynamic-buffer": "3.0.1",
"echarts-simple": "0.0.1",
"echarts-simple": "0.0.1",
"effect": "4.0.0",
"effect": "4.0.0",
"either": "6.1.0",
"either": "6.1.0",
"elmish": "0.1
1.3
",
"elmish": "0.1
3.0
",
"elmish-enzyme": "0.1.1",
"elmish-enzyme": "0.1.1",
"elmish-hooks": "0.10.
0
",
"elmish-hooks": "0.10.
3
",
"elmish-html": "0.
8.3
",
"elmish-html": "0.
9.0
",
"elmish-testing-library": "0.3.2",
"elmish-testing-library": "0.3.2",
"email-validate": "7.0.0",
"email-validate": "7.0.0",
"encoding": "0.0.9",
"encoding": "0.0.9",
...
@@ -602,8 +607,10 @@
...
@@ -602,8 +607,10 @@
"exists": "6.0.0",
"exists": "6.0.0",
"exitcodes": "4.0.0",
"exitcodes": "4.0.0",
"expect-inferred": "3.0.0",
"expect-inferred": "3.0.0",
"ezfetch": "1.0.0",
"express": "0.9.1",
"ezfetch": "1.1.1",
"fahrtwind": "2.0.0",
"fahrtwind": "2.0.0",
"fakerjs": "0.0.1",
"fallback": "0.1.0",
"fallback": "0.1.0",
"fast-vect": "1.2.0",
"fast-vect": "1.2.0",
"fetch": "4.1.0",
"fetch": "4.1.0",
...
@@ -611,12 +618,13 @@
...
@@ -611,12 +618,13 @@
"fetch-core": "5.1.0",
"fetch-core": "5.1.0",
"fetch-yoga-json": "1.1.0",
"fetch-yoga-json": "1.1.0",
"ffi-simple": "0.5.1",
"ffi-simple": "0.5.1",
"fft": "0.3.0",
"fft-js": "0.1.0",
"fft-js": "0.1.0",
"filterable": "5.0.0",
"filterable": "5.0.0",
"fix-functor": "0.1.0",
"fix-functor": "0.1.0",
"fixed-points": "7.0.0",
"fixed-points": "7.0.0",
"fixed-precision": "5.0.0",
"fixed-precision": "5.0.0",
"flame": "1.
3
.0",
"flame": "1.
4
.0",
"float32": "2.0.0",
"float32": "2.0.0",
"fmt": "0.2.1",
"fmt": "0.2.1",
"foldable-traversable": "6.0.0",
"foldable-traversable": "6.0.0",
...
@@ -641,8 +649,10 @@
...
@@ -641,8 +649,10 @@
"generate-values": "1.0.1",
"generate-values": "1.0.1",
"generic-router": "0.0.1",
"generic-router": "0.0.1",
"geojson": "0.0.5",
"geojson": "0.0.5",
"geometry-plane": "1.0.3",
"geometria": "2.2.0",
"gesso": "1.0.0",
"gojs": "0.1.1",
"gojs": "0.1.1",
"golem-fetch": "0.1.0",
"grain": "3.0.0",
"grain": "3.0.0",
"grain-router": "3.0.0",
"grain-router": "3.0.0",
"grain-virtualized": "3.0.0",
"grain-virtualized": "3.0.0",
...
@@ -652,9 +662,10 @@
...
@@ -652,9 +662,10 @@
"halogen-bootstrap5": "5.3.2",
"halogen-bootstrap5": "5.3.2",
"halogen-canvas": "1.0.0",
"halogen-canvas": "1.0.0",
"halogen-css": "10.0.0",
"halogen-css": "10.0.0",
"halogen-declarative-canvas": "0.0.8",
"halogen-echarts-simple": "0.0.4",
"halogen-echarts-simple": "0.0.4",
"halogen-formless": "4.0.3",
"halogen-formless": "4.0.3",
"halogen-helix": "1.
0
.0",
"halogen-helix": "1.
1
.0",
"halogen-hooks": "0.6.3",
"halogen-hooks": "0.6.3",
"halogen-hooks-extra": "0.9.0",
"halogen-hooks-extra": "0.9.0",
"halogen-infinite-scroll": "1.1.0",
"halogen-infinite-scroll": "1.1.0",
...
@@ -663,11 +674,12 @@
...
@@ -663,11 +674,12 @@
"halogen-subscriptions": "2.0.0",
"halogen-subscriptions": "2.0.0",
"halogen-svg-elems": "8.0.0",
"halogen-svg-elems": "8.0.0",
"halogen-typewriter": "1.0.4",
"halogen-typewriter": "1.0.4",
"halogen-use-trigger-hooks": "1.0.0",
"halogen-vdom": "8.0.0",
"halogen-vdom": "8.0.0",
"halogen-vdom-string-renderer": "0.5.0",
"halogen-vdom-string-renderer": "0.5.0",
"halogen-xterm": "2.0.0",
"halogen-xterm": "2.0.0",
"heckin": "2.0.1",
"heckin": "2.0.1",
"heterogeneous": "0.
6
.0",
"heterogeneous": "0.
7
.0",
"homogeneous": "0.4.0",
"homogeneous": "0.4.0",
"http-methods": "6.0.0",
"http-methods": "6.0.0",
"httpurple": "4.0.0",
"httpurple": "4.0.0",
...
@@ -693,19 +705,20 @@
...
@@ -693,19 +705,20 @@
"js-date": "8.0.0",
"js-date": "8.0.0",
"js-fetch": "0.2.1",
"js-fetch": "0.2.1",
"js-fileio": "3.0.0",
"js-fileio": "3.0.0",
"js-intl": "1.
0
.4",
"js-intl": "1.
1
.4",
"js-iterators": "0.1.1",
"js-iterators": "0.1.1",
"js-maps": "0.1.2",
"js-maps": "0.1.2",
"js-promise": "1.0.0",
"js-promise": "1.0.0",
"js-promise-aff": "1.0.0",
"js-promise-aff": "1.0.0",
"js-timers": "6.1.0",
"js-timers": "6.1.0",
"js-uri": "3.1.0",
"js-uri": "3.1.0",
"jsdom": "1.0.0",
"json": "1.1.0",
"json": "1.1.0",
"json-codecs": "5.0.0",
"json-codecs": "5.0.0",
"justifill": "0.5.0",
"justifill": "0.5.0",
"jwt": "0.0.9",
"jwt": "0.0.9",
"labeled-data": "0.2.0",
"labeled-data": "0.2.0",
"language-cst-parser": "0.14.
0
",
"language-cst-parser": "0.14.
1
",
"lazy": "6.0.0",
"lazy": "6.0.0",
"lazy-joe": "1.0.0",
"lazy-joe": "1.0.0",
"lcg": "4.0.0",
"lcg": "4.0.0",
...
@@ -730,6 +743,7 @@
...
@@ -730,6 +743,7 @@
"meowclient": "1.0.0",
"meowclient": "1.0.0",
"midi": "4.0.0",
"midi": "4.0.0",
"milkis": "9.0.0",
"milkis": "9.0.0",
"mimetype": "0.0.1",
"minibench": "4.0.1",
"minibench": "4.0.1",
"mmorph": "7.0.0",
"mmorph": "7.0.0",
"monad-control": "5.0.0",
"monad-control": "5.0.0",
...
@@ -756,34 +770,40 @@
...
@@ -756,34 +770,40 @@
"node-event-emitter": "3.0.0",
"node-event-emitter": "3.0.0",
"node-execa": "5.0.0",
"node-execa": "5.0.0",
"node-fs": "9.2.0",
"node-fs": "9.2.0",
"node-glob-basic": "
1.3
.0",
"node-glob-basic": "
2.0
.0",
"node-http": "9.1.0",
"node-http": "9.1.0",
"node-http2": "1.1.1",
"node-http2": "1.1.1",
"node-human-signals": "1.0.0",
"node-human-signals": "1.0.0",
"node-net": "5.1.0",
"node-net": "5.1.0",
"node-os": "5.1.0",
"node-os": "5.1.0",
"node-path": "5.0.
0
",
"node-path": "5.0.
1
",
"node-process": "11.2.0",
"node-process": "11.2.0",
"node-readline": "8.1.1",
"node-readline": "8.1.1",
"node-sqlite3": "8.0.0",
"node-sqlite3": "8.0.0",
"node-stream-pipes": "2.1.
4
",
"node-stream-pipes": "2.1.
6
",
"node-streams": "9.0.
0
",
"node-streams": "9.0.
1
",
"node-tls": "0.3.1",
"node-tls": "0.3.1",
"node-url": "7.0.1",
"node-url": "7.0.1",
"node-workerbees": "0.3.1",
"node-zlib": "0.4.0",
"node-zlib": "0.4.0",
"nonempty": "7.0.0",
"nonempty": "7.0.0",
"now": "6.0.0",
"now": "6.0.0",
"npm-package-json": "2.0.0",
"npm-package-json": "2.0.0",
"nullable": "6.0.0",
"nullable": "6.0.0",
"numberfield": "0.
1.0
",
"numberfield": "0.
2.2
",
"numbers": "9.0.1",
"numbers": "9.0.1",
"oak": "3.1.1",
"oak": "3.1.1",
"oak-debug": "1.2.2",
"oak-debug": "1.2.2",
"object-maps": "0.3.0",
"object-maps": "0.3.0",
"ocarina": "1.5.4",
"ocarina": "1.5.4",
"open-folds": "6.3.0",
"oooooooooorrrrrrrmm-lib": "0.0.1",
"open-memoize": "6.1.0",
"open-colors-scales-and-schemes": "1.0.0",
"open-pairing": "6.1.0",
"open-folds": "6.4.0",
"open-foreign-generic": "11.0.3",
"open-memoize": "6.2.0",
"open-mkdirp-aff": "1.2.0",
"open-pairing": "6.2.0",
"open-smolder": "12.0.2",
"options": "7.0.0",
"options": "7.0.0",
"optparse": "5.0.1",
"optparse": "5.0.1",
"ordered-collections": "3.2.0",
"ordered-collections": "3.2.0",
...
@@ -792,7 +812,7 @@
...
@@ -792,7 +812,7 @@
"owoify": "1.2.0",
"owoify": "1.2.0",
"pairs": "9.0.1",
"pairs": "9.0.1",
"parallel": "7.0.0",
"parallel": "7.0.0",
"parsing": "10.
2
.0",
"parsing": "10.
3
.0",
"parsing-dataview": "3.2.4",
"parsing-dataview": "3.2.4",
"partial": "4.0.0",
"partial": "4.0.0",
"pathy": "9.0.0",
"pathy": "9.0.0",
...
@@ -801,19 +821,22 @@
...
@@ -801,19 +821,22 @@
"phylio": "1.1.2",
"phylio": "1.1.2",
"pipes": "8.0.0",
"pipes": "8.0.0",
"pirates-charm": "0.0.1",
"pirates-charm": "0.0.1",
"play": "0.1.0",
"pmock": "0.9.0",
"pmock": "0.9.0",
"point-free": "1.0.0",
"point-free": "1.0.0",
"pointed-list": "0.5.1",
"pointed-list": "0.5.1",
"polymorphic-vectors": "4.0.0",
"polymorphic-vectors": "4.0.0",
"posix-types": "6.0.0",
"posix-types": "6.0.0",
"postgresql": "2.0.
17
",
"postgresql": "2.0.
20
",
"precise": "6.0.0",
"precise": "6.0.0",
"precise-datetime": "7.0.0",
"precise-datetime": "7.0.0",
"prelude": "6.0.
1
",
"prelude": "6.0.
2
",
"prettier-printer": "3.0.0",
"prettier-printer": "3.0.0",
"printf": "0.1.0",
"priority-queue": "0.1.2",
"profunctor": "6.0.1",
"profunctor": "6.0.1",
"profunctor-lenses": "8.0.0",
"profunctor-lenses": "8.0.0",
"protobuf": "4.
3
.0",
"protobuf": "4.
4
.0",
"psa-utils": "8.0.0",
"psa-utils": "8.0.0",
"psci-support": "6.0.0",
"psci-support": "6.0.0",
"punycode": "1.0.0",
"punycode": "1.0.0",
...
@@ -831,7 +854,8 @@
...
@@ -831,7 +854,8 @@
"react-basic": "17.0.0",
"react-basic": "17.0.0",
"react-basic-classic": "3.0.0",
"react-basic-classic": "3.0.0",
"react-basic-dnd": "10.1.0",
"react-basic-dnd": "10.1.0",
"react-basic-dom": "6.1.0",
"react-basic-dom": "7.0.0",
"react-basic-dom-beta": "0.1.1",
"react-basic-emotion": "7.1.0",
"react-basic-emotion": "7.1.0",
"react-basic-hooks": "8.2.0",
"react-basic-hooks": "8.2.0",
"react-basic-storybook": "2.0.0",
"react-basic-storybook": "2.0.0",
...
@@ -846,11 +870,13 @@
...
@@ -846,11 +870,13 @@
"recharts": "1.1.0",
"recharts": "1.1.0",
"record": "4.0.0",
"record": "4.0.0",
"record-extra": "5.0.1",
"record-extra": "5.0.1",
"record-extra-srghma": "0.2.8",
"record-ptional-fields": "0.1.2",
"record-ptional-fields": "0.1.2",
"record-studio": "1.0.4",
"record-studio": "1.0.4",
"refs": "6.0.0",
"refs": "6.0.0",
"remotedata": "5.0.1",
"remotedata": "5.0.1",
"repr": "0.5.0",
"repr": "0.5.0",
"resize-arrays": "0.0.1",
"resize-observer": "1.0.0",
"resize-observer": "1.0.0",
"resource": "2.0.1",
"resource": "2.0.1",
"resourcet": "1.0.0",
"resourcet": "1.0.0",
...
@@ -869,6 +895,7 @@
...
@@ -869,6 +895,7 @@
"selection-foldable": "0.2.0",
"selection-foldable": "0.2.0",
"selective-functors": "1.0.1",
"selective-functors": "1.0.1",
"semirings": "7.0.0",
"semirings": "7.0.0",
"shuffle": "1.1.0",
"signal": "13.0.0",
"signal": "13.0.0",
"simple-emitter": "3.0.1",
"simple-emitter": "3.0.1",
"simple-i18n": "2.0.1",
"simple-i18n": "2.0.1",
...
@@ -877,14 +904,17 @@
...
@@ -877,14 +904,17 @@
"simple-ulid": "3.0.0",
"simple-ulid": "3.0.0",
"sized-matrices": "1.0.0",
"sized-matrices": "1.0.0",
"sized-vectors": "5.0.2",
"sized-vectors": "5.0.2",
"slug": "3.
0.8
",
"slug": "3.
1.0
",
"small-ffi": "4.0.1",
"small-ffi": "4.0.1",
"soundfonts": "4.1.0",
"soundfonts": "4.1.0",
"sparse-matrices": "1.3.0",
"sparse-matrices": "2.0.1",
"sparse-polynomials": "2.0.5",
"sparse-polynomials": "3.0.1",
"spec": "7.6.0",
"spec": "8.1.1",
"spec-mocha": "5.1.0",
"spec-discovery": "8.4.0",
"spec-quickcheck": "5.0.0",
"spec-mocha": "5.1.1",
"spec-node": "0.0.3",
"spec-quickcheck": "5.0.2",
"spec-reporter-xunit": "0.7.1",
"splitmix": "2.1.0",
"splitmix": "2.1.0",
"ssrs": "1.0.0",
"ssrs": "1.0.0",
"st": "6.2.0",
"st": "6.2.0",
...
@@ -900,16 +930,22 @@
...
@@ -900,16 +930,22 @@
"systemd-journald": "0.3.0",
"systemd-journald": "0.3.0",
"tagged": "4.0.2",
"tagged": "4.0.2",
"tailrec": "6.1.0",
"tailrec": "6.1.0",
"tanstack-query": "2.0.0",
"tecton": "0.2.1",
"tecton": "0.2.1",
"tecton-halogen": "0.2.0",
"tecton-halogen": "0.2.0",
"test-unit": "17.0.0",
"test-unit": "17.0.0",
"thermite": "6.3.1",
"thermite": "6.3.1",
"thermite-dom": "0.3.1",
"thermite-dom": "0.3.1",
"these": "6.0.0",
"these": "6.0.0",
"threading": "0.0.3",
"tidy": "0.11.1",
"tidy-codegen": "4.0.1",
"tldr": "0.0.0",
"toestand": "0.9.0",
"toestand": "0.9.0",
"transformation-matrix": "1.0.1",
"transformation-matrix": "1.0.1",
"transformers": "6.1.0",
"transformers": "6.1.0",
"tree-rose": "4.0.2",
"tree-rose": "4.0.2",
"trivial-unfold": "0.5.0",
"ts-bridge": "4.0.0",
"ts-bridge": "4.0.0",
"tuples": "7.0.0",
"tuples": "7.0.0",
"two-or-more": "1.0.0",
"two-or-more": "1.0.0",
...
@@ -938,16 +974,19 @@
...
@@ -938,16 +974,19 @@
"untagged-union": "1.0.0",
"untagged-union": "1.0.0",
"uri": "9.0.0",
"uri": "9.0.0",
"url-immutable": "1.0.0",
"url-immutable": "1.0.0",
"url-regex-safe": "0.1.1",
"uuid": "9.0.0",
"uuid": "9.0.0",
"uuidv4": "1.0.0",
"uuidv4": "1.0.0",
"validation": "6.0.0",
"validation": "6.0.0",
"variant": "8.0.0",
"variant": "8.0.0",
"variant-encodings": "2.0.0",
"variant-encodings": "2.0.0",
"variant-gen": "1.0.0",
"vectorfield": "1.0.1",
"vectorfield": "1.0.1",
"vectors": "2.1.0",
"vectors": "2.1.0",
"versions": "7.0.0",
"versions": "7.0.0",
"visx": "0.0.2",
"visx": "0.0.2",
"web-clipboard": "5.0.0",
"vitest": "1.0.0",
"web-clipboard": "6.0.0",
"web-cssom": "2.0.0",
"web-cssom": "2.0.0",
"web-cssom-view": "0.1.0",
"web-cssom-view": "0.1.0",
"web-dom": "6.0.0",
"web-dom": "6.0.0",
...
@@ -975,12 +1014,17 @@
...
@@ -975,12 +1014,17 @@
"webextension-polyfill": "0.1.0",
"webextension-polyfill": "0.1.0",
"webgpu": "0.0.1",
"webgpu": "0.0.1",
"which": "2.0.0",
"which": "2.0.0",
"whine-core": "0.0.32",
"xterm": "1.0.0",
"xterm": "1.0.0",
"yoga-fetch": "1.0.1",
"yoga-fetch": "1.0.1",
"yoga-json": "5.1.0",
"yoga-json": "5.1.0",
"yoga-om": "0.1.0",
"yoga-om": "0.1.0",
"yoga-postgres": "6.0.0",
"yoga-postgres": "6.0.0",
"yoga-react-dom": "1.0.1",
"yoga-subtlecrypto": "0.1.0",
"yoga-tree": "1.0.0",
"yoga-tree": "1.0.0",
"yoga-tree-svg": "0.1.0",
"yoga-tree-utils": "0.1.0",
"z3": "0.0.2",
"z3": "0.0.2",
"zipperarray": "2.0.0"
"zipperarray": "2.0.0"
}
}
...
@@ -1038,10 +1082,9 @@
...
@@ -1038,10 +1082,9 @@
"packages": {
"packages": {
"aff": {
"aff": {
"type": "registry",
"type": "registry",
"version": "
7.1
.0",
"version": "
8.0
.0",
"integrity": "sha256-
7hOC6uQO9XBAI5FD8F33ChLjFAiZVfd4BJMqlMh7TNU
=",
"integrity": "sha256-
5MmdI4+0RHBtSBy+YlU3/Cq4R5W2ih3OaRedJIrVHdk
=",
"dependencies": [
"dependencies": [
"arrays",
"bifunctors",
"bifunctors",
"control",
"control",
"datetime",
"datetime",
...
@@ -1217,8 +1260,8 @@
...
@@ -1217,8 +1260,8 @@
},
},
"avar": {
"avar": {
"type": "registry",
"type": "registry",
"version": "5.0.
0
",
"version": "5.0.
1
",
"integrity": "sha256-
e7hf0x4hEpcygXP0LtvfvAQ49Bbj2aWtZT3gqM///0A
=",
"integrity": "sha256-
f+bRR3qQPa/GVe4UbLQiJBy7+PzJkUCwT6qNn0UlkMY
=",
"dependencies": [
"dependencies": [
"aff",
"aff",
"effect",
"effect",
...
@@ -1230,8 +1273,8 @@
...
@@ -1230,8 +1273,8 @@
},
},
"bifunctors": {
"bifunctors": {
"type": "registry",
"type": "registry",
"version": "6.
0
.0",
"version": "6.
1
.0",
"integrity": "sha256-
/gZwC9YhNxZNQpnHa5BIYerCGM2jeX9ukZiEvYxm5Nw
=",
"integrity": "sha256-
6enQzl1vqnFTQZ1WX9BnoOOVdPGO9WZvVXldHckVQvY
=",
"dependencies": [
"dependencies": [
"const",
"const",
"either",
"either",
...
@@ -1759,10 +1802,11 @@
...
@@ -1759,10 +1802,11 @@
},
},
"heterogeneous": {
"heterogeneous": {
"type": "registry",
"type": "registry",
"version": "0.
6
.0",
"version": "0.
7
.0",
"integrity": "sha256-
cfNYSK6yYmjTrkzk95Otpv6TUUkeBreexwqG/tBvUyg
=",
"integrity": "sha256-
GwpFqhE6nT2brsMbGBqeCEtkdeU9qLgBk8L1YHI+f2A
=",
"dependencies": [
"dependencies": [
"either",
"either",
"foldable-traversable",
"functors",
"functors",
"prelude",
"prelude",
"record",
"record",
...
@@ -2012,25 +2056,31 @@
...
@@ -2012,25 +2056,31 @@
},
},
"node-path": {
"node-path": {
"type": "registry",
"type": "registry",
"version": "5.0.
0
",
"version": "5.0.
1
",
"integrity": "sha256-
pd82nQ+2l5UThzaxPdKttgDt7xlsgIDLpPG0yxDEdyE
=",
"integrity": "sha256-
ePOElFamHkffhwJcS0Ozq4A14rflnkasFU6X2B8/yXs
=",
"dependencies": [
"dependencies": [
"effect"
"effect"
]
]
},
},
"node-streams": {
"node-streams": {
"type": "registry",
"type": "registry",
"version": "9.0.
0
",
"version": "9.0.
1
",
"integrity": "sha256-
2n6dq7YWleTDmD1Kur/ul7Cn08IvWrScgPf+0PgX2TQ
=",
"integrity": "sha256-
7RJ6RqjOlhW+QlDFQNUHlkCG/CuYTTLT8yary5jhhsU
=",
"dependencies": [
"dependencies": [
"aff",
"aff",
"arrays",
"effect",
"effect",
"either",
"either",
"exceptions",
"exceptions",
"maybe",
"node-buffer",
"node-buffer",
"node-event-emitter",
"node-event-emitter",
"nullable",
"nullable",
"prelude"
"prelude",
"refs",
"st",
"tailrec",
"unsafe-coerce"
]
]
},
},
"nonempty": {
"nonempty": {
...
@@ -2133,8 +2183,8 @@
...
@@ -2133,8 +2183,8 @@
},
},
"parsing": {
"parsing": {
"type": "registry",
"type": "registry",
"version": "10.
2
.0",
"version": "10.
3
.0",
"integrity": "sha256-
ZDIdMFAKkst57x6BVa1aUWJnS8smoZnXsZ339Aq1mPA
=",
"integrity": "sha256-
ykIVIZcsyRcMxui1ZH+4GLzoVTstv6BRVZyz55+2TvI
=",
"dependencies": [
"dependencies": [
"arrays",
"arrays",
"control",
"control",
...
@@ -2185,8 +2235,8 @@
...
@@ -2185,8 +2235,8 @@
},
},
"prelude": {
"prelude": {
"type": "registry",
"type": "registry",
"version": "6.0.
1
",
"version": "6.0.
2
",
"integrity": "sha256-
o8p6SLYmVPqzXZhQFd2hGAWEwBoXl1swxLG/scpJ0V0
=",
"integrity": "sha256-
kiAPZxihtAel8uRiTNdccf4qylp/9J3jNkEHNAD0MsE
=",
"dependencies": []
"dependencies": []
},
},
"profunctor": {
"profunctor": {
...
@@ -2452,8 +2502,8 @@
...
@@ -2452,8 +2502,8 @@
},
},
"spec": {
"spec": {
"type": "registry",
"type": "registry",
"version": "
7.6.0
",
"version": "
8.1.1
",
"integrity": "sha256-
+merGdQbL9zWONbnt8S8J9afGJ59MQqGtS0qSd3yu4I
=",
"integrity": "sha256-
EM7UfQIaSgiw13LJ4ZASkfYmmRDKIlec3nYbGKFqGhk
=",
"dependencies": [
"dependencies": [
"aff",
"aff",
"ansi",
"ansi",
...
@@ -2499,14 +2549,18 @@
...
@@ -2499,14 +2549,18 @@
},
},
"spec-quickcheck": {
"spec-quickcheck": {
"type": "registry",
"type": "registry",
"version": "5.0.
0
",
"version": "5.0.
2
",
"integrity": "sha256-
iE0iThqZCuDGe3pwg5RvqcL8E5cRQ4txDuloCclOsC
s=",
"integrity": "sha256-
Qn3ahQEgCskgQiUOWA5pfgUbbB5Jcv/EVuRN7D70K+
s=",
"dependencies": [
"dependencies": [
"aff",
"aff",
"arrays",
"effect",
"foldable-traversable",
"lists",
"maybe",
"prelude",
"prelude",
"quickcheck",
"quickcheck",
"random",
"tuples"
"spec"
]
]
},
},
"st": {
"st": {
...
...
spago.yaml
View file @
59efd170
workspace
:
workspace
:
packageSet
:
packageSet
:
registry
:
53
.2.0
registry
:
65
.2.0
extraPackages
:
extraPackages
:
# garganscript packages
# garganscript packages
d3
:
d3
:
...
@@ -51,7 +51,7 @@ package:
...
@@ -51,7 +51,7 @@ package:
name
:
gargantext
name
:
gargantext
dependencies
:
dependencies
:
# debugging
# debugging
-
aff
:
"
>=
7.1.0
<8
.0.0"
-
aff
:
"
>=
8.0.0
<9
.0.0"
-
aff-promise
:
"
>=4.0.0
<5.0.0"
-
aff-promise
:
"
>=4.0.0
<5.0.0"
-
affjax
:
"
>=13.0.0
<14.0.0"
-
affjax
:
"
>=13.0.0
<14.0.0"
-
affjax-web
:
"
>=1.0.0
<2.0.0"
-
affjax-web
:
"
>=1.0.0
<2.0.0"
...
@@ -85,7 +85,7 @@ package:
...
@@ -85,7 +85,7 @@ package:
-
formatters
:
"
>=7.0.0
<8.0.0"
-
formatters
:
"
>=7.0.0
<8.0.0"
-
functions
:
"
>=6.0.0
<7.0.0"
-
functions
:
"
>=6.0.0
<7.0.0"
-
graphql-client
:
"
*"
-
graphql-client
:
"
*"
-
heterogeneous
:
"
>=0.
6.0
<0.7
.0"
-
heterogeneous
:
"
>=0.
7.0
<0.8
.0"
-
http-methods
:
"
>=6.0.0
<7.0.0"
-
http-methods
:
"
>=6.0.0
<7.0.0"
-
integers
:
"
>=6.0.0
<7.0.0"
-
integers
:
"
>=6.0.0
<7.0.0"
-
js-timers
:
"
>=6.1.0
<7.0.0"
-
js-timers
:
"
>=6.1.0
<7.0.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment