-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's changed * feat: update to visyn_scripts 11 ([#439](#439)) * deps: upgrade deps to Sep 2024 ([#495](#495))
- Loading branch information
Showing
45 changed files
with
270 additions
and
180 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "visyn_core", | ||
"description": "Core repository for datavisyn applications.", | ||
"version": "12.0.0", | ||
"version": "13.0.0", | ||
"author": { | ||
"name": "datavisyn GmbH", | ||
"email": "[email protected]", | ||
|
@@ -54,8 +54,10 @@ | |
"all": "yarn run lint:fix && yarn run test && yarn run build && yarn run dist", | ||
"build": "yarn run clean && yarn run compile && yarn run copy", | ||
"clean": "visyn_scripts clean build dist lib", | ||
"compile:watch": "visyn_scripts compile --watch", | ||
"compile": "visyn_scripts compile", | ||
"compile:watch": "visyn_scripts compile --watch -p tsconfig.lenient.json", | ||
"compile": "visyn_scripts compile -p tsconfig.lenient.json", | ||
"compile:strict:watch": "visyn_scripts compile --watch", | ||
"compile:strict": "visyn_scripts compile", | ||
"copy": "visyn_scripts copy", | ||
"cy:open": "cypress open", | ||
"cy:run": "cypress run --e2e", | ||
|
@@ -75,29 +77,29 @@ | |
"chromatic": "yarn run chromatic" | ||
}, | ||
"dependencies": { | ||
"@emotion/css": "^11.11.2", | ||
"@emotion/react": "^11.11.4", | ||
"@fortawesome/fontawesome-free": "^6.5.2", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.2", | ||
"@fortawesome/free-regular-svg-icons": "^6.5.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.2", | ||
"@emotion/css": "^11.13.0", | ||
"@emotion/react": "^11.13.3", | ||
"@fortawesome/fontawesome-free": "^6.6.0", | ||
"@fortawesome/fontawesome-svg-core": "^6.6.0", | ||
"@fortawesome/free-regular-svg-icons": "^6.6.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.6.0", | ||
"@fortawesome/react-fontawesome": "^0.2.2", | ||
"@mantine/code-highlight": "~7.10.1", | ||
"@mantine/core": "~7.10.1", | ||
"@mantine/dates": "~7.10.1", | ||
"@mantine/dropzone": "~7.10.1", | ||
"@mantine/form": "~7.10.1", | ||
"@mantine/hooks": "~7.10.1", | ||
"@mantine/modals": "~7.10.1", | ||
"@mantine/notifications": "~7.10.1", | ||
"@mantine/code-highlight": "~7.12.2", | ||
"@mantine/core": "~7.12.2", | ||
"@mantine/dates": "~7.12.2", | ||
"@mantine/dropzone": "~7.12.2", | ||
"@mantine/form": "~7.12.2", | ||
"@mantine/hooks": "~7.12.2", | ||
"@mantine/modals": "~7.12.2", | ||
"@mantine/notifications": "~7.12.2", | ||
"@mantine/styles": "~6.0.21", | ||
"@mantine/tiptap": "~7.10.1", | ||
"@mantine/tiptap": "~7.12.2", | ||
"@mantine6/core": "npm:@mantine/core@~6.0.21", | ||
"@sentry/react": "^8.8.0", | ||
"@sentry/react": "^8.27.0", | ||
"@types/d3-hexbin": "^0.2.5", | ||
"@types/d3v7": "npm:@types/d3@^7.4.3", | ||
"@types/plotly.js-dist-min": "^2.3.4", | ||
"@types/react": "^18.3.3", | ||
"@types/react": "^18.3.5", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react-plotly.js": "^2.6.3", | ||
"arquero": "5.4.0", | ||
|
@@ -106,7 +108,7 @@ | |
"d3v7": "npm:d3@^7.9.0", | ||
"fit-curve": "^0.2.0", | ||
"html-to-image": "^1.11.11", | ||
"i18next": "^23.11.5", | ||
"i18next": "^23.14.0", | ||
"jstat": "^1.9.6", | ||
"lineupjs": "4.11.0", | ||
"lodash": "~4.17.21", | ||
|
@@ -115,14 +117,27 @@ | |
"react-dom": "~18.3.1", | ||
"react-highlight-words": "^0.20.0", | ||
"react-plotly.js": "^2.6.0", | ||
"react-spring": "^9.7.3", | ||
"react-spring": "^9.7.4", | ||
"use-deep-compare-effect": "^1.8.1", | ||
"visyn_scripts": "^9.0.0" | ||
"visyn_scripts": "^11.1.0" | ||
}, | ||
"devDependencies": { | ||
"@chromatic-com/storybook": "^1.5.0", | ||
"chromatic": "^11.5.3", | ||
"cypress": "^13.11.0" | ||
"@chromatic-com/storybook": "^1.8.0", | ||
"@playwright/test": "^1.45.2", | ||
"@storybook/addon-actions": "^7.6.20", | ||
"@storybook/addon-essentials": "^7.6.20", | ||
"@storybook/addon-interactions": "^7.6.20", | ||
"@storybook/addon-links": "^7.6.20", | ||
"@storybook/addon-styling": "^1.3.7", | ||
"@storybook/addon-styling-webpack": "^1.0.0", | ||
"@storybook/cli": "^7.6.20", | ||
"@storybook/react": "^7.6.20", | ||
"@storybook/react-webpack5": "^7.6.20", | ||
"@storybook/testing-library": "0.2.2", | ||
"chromatic": "^11.7.1", | ||
"cypress": "^13.14.2", | ||
"storybook": "^7.6.20", | ||
"storybook-addon-swc": "^1.2.0" | ||
}, | ||
"visyn": { | ||
"entries": { | ||
|
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 |
---|---|---|
@@ -1,45 +1,50 @@ | ||
# a2wsgi==1.6.0 # This WSIGMiddleware is not compatible with starlette_context | ||
alembic==1.13.2 | ||
cachetools==5.3.3 | ||
fastapi==0.111.0 | ||
fastapi==0.112.2 | ||
json-cfg==0.4.2 | ||
openpyxl==3.1.5 | ||
opentelemetry-api==1.25.0 | ||
opentelemetry-exporter-otlp==1.25.0 | ||
opentelemetry-exporter-prometheus==0.46b0 | ||
opentelemetry-instrumentation-fastapi==0.46b0 | ||
opentelemetry-instrumentation-httpx==0.46b0 | ||
opentelemetry-instrumentation-logging==0.46b0 | ||
opentelemetry-instrumentation-requests==0.46b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.46b0 | ||
opentelemetry-instrumentation-system-metrics==0.46b0 | ||
opentelemetry-sdk==1.25.0 | ||
psycopg==3.1.19 | ||
opentelemetry-api==1.27.0 | ||
opentelemetry-exporter-otlp==1.27.0 | ||
opentelemetry-exporter-prometheus==0.48b0 | ||
opentelemetry-instrumentation-fastapi==0.48b0 | ||
opentelemetry-instrumentation-httpx==0.48b0 | ||
opentelemetry-instrumentation-logging==0.48b0 | ||
opentelemetry-instrumentation-requests==0.48b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.48b0 | ||
opentelemetry-instrumentation-system-metrics==0.48b0 | ||
opentelemetry-sdk==1.27.0 | ||
psycopg==3.2.1 | ||
psycopg2==2.9.9 | ||
pydantic==1.10.17 | ||
pyjwt[crypto]==2.8.0 | ||
pytest-postgresql==6.0.0 | ||
pyjwt[crypto]==2.9.0 | ||
pytest-postgresql==6.0.1 | ||
python-dateutil==2.9.0.post0 | ||
requests==2.32.3 | ||
sentry-sdk~=2.11.0 | ||
SQLAlchemy>=1.4.40,<=1.4.52 | ||
sentry-sdk~=2.13.0 | ||
SQLAlchemy>=1.4.40,<=1.4.53 | ||
starlette-context==0.3.6 | ||
uvicorn[standard]==0.30.1 | ||
# Extras from fastapi[all], which we can't install because it requires pydantic v2: https://github.com/tiangolo/fastapi/blob/master/pyproject.toml#L79-L103 | ||
fastapi-cli >=0.0.4 | ||
# # For the test client | ||
httpx >=0.27.0 | ||
fastapi-cli[standard]>=0.0.5 | ||
# For the test client | ||
httpx>=0.23.0 | ||
# For templates | ||
jinja2 >=2.11.2 | ||
jinja2>=2.11.2 | ||
# For forms and file uploads | ||
python-multipart >=0.0.7 | ||
python-multipart>=0.0.7 | ||
# For Starlette's SessionMiddleware, not commonly used with FastAPI | ||
itsdangerous >=1.1.0 | ||
itsdangerous>=1.1.0 | ||
# For Starlette's schema generation, would not be used with FastAPI | ||
pyyaml >=5.3.1 | ||
pyyaml>=5.3.1 | ||
# For UJSONResponse | ||
ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0 | ||
ujson>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0 | ||
# For ORJSONResponse | ||
orjson >=3.2.1 | ||
orjson>=3.2.1 | ||
# To validate email fields | ||
email_validator >=2.0.0 | ||
email-validator>=2.0.0 | ||
# Uvicorn with uvloop | ||
uvicorn[standard]>=0.30.6 | ||
# Disabled as we are still on Pydantic 1: Settings management | ||
# pydantic-settings>=2.0.0 | ||
# Disabled as we are still on Pydantic 1: Extra Pydantic data types | ||
# pydantic-extra-types>=2.0.0 |
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
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
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
Oops, something went wrong.