npm update

This commit is contained in:
IRBorisov 2024-04-16 20:30:51 +03:00
parent 9ec71285ea
commit 07cec071f8
4 changed files with 28 additions and 27 deletions

View File

@ -6,6 +6,7 @@
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"typescript.tsdk": "rsconcept/frontend/node_modules/typescript/lib",
"python.analysis.typeCheckingMode": "off",
"python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"],
"python.analysis.packageIndexDepths": [

View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"dependencies": {
"@lezer/lr": "^1.4.0",
"@tanstack/react-table": "^8.15.3",
"@tanstack/react-table": "^8.16.0",
"@uiw/codemirror-themes": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
"axios": "^1.6.8",
@ -28,14 +28,14 @@
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.26.3",
"reagraph": "^4.16.0",
"reagraph": "^4.16.1",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@lezer/generator": "^1.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
@ -2664,11 +2664,11 @@
}
},
"node_modules/@tanstack/react-table": {
"version": "8.15.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.15.3.tgz",
"integrity": "sha512-aocQ4WpWiAh7R+yxNp+DGQYXeVACh5lv2kk96DjYgFiHDCB0cOFoYMT/pM6eDOzeMXR9AvPoLeumTgq8/0qX+w==",
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.16.0.tgz",
"integrity": "sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg==",
"dependencies": {
"@tanstack/table-core": "8.15.3"
"@tanstack/table-core": "8.16.0"
},
"engines": {
"node": ">=12"
@ -2683,9 +2683,9 @@
}
},
"node_modules/@tanstack/table-core": {
"version": "8.15.3",
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.15.3.tgz",
"integrity": "sha512-wOgV0HfEvuMOv8RlqdR9MdNNqq0uyvQtP39QOvGlggHvIObOE4exS+D5LGO8LZ3LUXxId2IlUKcHDHaGujWhUg==",
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.16.0.tgz",
"integrity": "sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg==",
"engines": {
"node": ">=12"
},
@ -2828,9 +2828,9 @@
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
},
"node_modules/@types/react": {
"version": "18.2.77",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.77.tgz",
"integrity": "sha512-CUT9KUUF+HytDM7WiXKLF9qUSg4tGImwy4FXTlfEDPEkkNUzJ7rVFolYweJ9fS1ljoIaP7M7Rdjc5eUm/Yu5AA==",
"version": "18.2.79",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz",
"integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==",
"dependencies": {
"@types/prop-types": "*",
"csstype": "^3.0.2"
@ -3779,9 +3779,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001609",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001609.tgz",
"integrity": "sha512-JFPQs34lHKx1B5t1EpQpWH4c+29zIyn/haGsbpfq3suuV9v56enjFt23zqijxGTMwy1p/4H2tjnQMY+p1WoAyA==",
"version": "1.0.30001610",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001610.tgz",
"integrity": "sha512-QFutAY4NgaelojVMjY63o6XlZyORPaLfyMnsl3HgnWdJUcX6K0oaJymHjH8PT5Gk7sTm8rvC/c5COUQKXqmOMA==",
"funding": [
{
"type": "opencollective",
@ -4511,9 +4511,9 @@
"dev": true
},
"node_modules/electron-to-chromium": {
"version": "1.4.735",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.735.tgz",
"integrity": "sha512-pkYpvwg8VyOTQAeBqZ7jsmpCjko1Qc6We1ZtZCjRyYbT5v4AIUKDy5cQTRotQlSSZmMr8jqpEt6JtOj5k7lR7A=="
"version": "1.4.737",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.737.tgz",
"integrity": "sha512-QvLTxaLHKdy5YxvixAw/FfHq2eWLUL9KvsPjp0aHK1gI5d3EDuDgITkvj0nFO2c6zUY3ZqVAJQiBYyQP9tQpfw=="
},
"node_modules/ellipsize": {
"version": "0.5.1",
@ -9034,9 +9034,9 @@
}
},
"node_modules/reagraph": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/reagraph/-/reagraph-4.16.0.tgz",
"integrity": "sha512-PCmEfq/UOPies6EqXJQGGi7N1n+687rCQ/WsdhuuglWHgkEhgSVGmtpxWVMOqkCs2P7fp0UzAQOyPy4YhdbQtw==",
"version": "4.16.1",
"resolved": "https://registry.npmjs.org/reagraph/-/reagraph-4.16.1.tgz",
"integrity": "sha512-xSzfeJbplHR4usoWpg2pJPbkODZ3YSQff5D4c0fATYYBg2MQbigarQff03Osl36zGBbh7DVVApfxycDZEoJNGw==",
"dependencies": {
"@react-spring/three": "9.6.1",
"@react-three/fiber": "8.13.5",

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"@lezer/lr": "^1.4.0",
"@tanstack/react-table": "^8.15.3",
"@tanstack/react-table": "^8.16.0",
"@uiw/codemirror-themes": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
"axios": "^1.6.8",
@ -32,14 +32,14 @@
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.26.3",
"reagraph": "^4.16.0",
"reagraph": "^4.16.1",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@lezer/generator": "^1.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",

View File

@ -272,7 +272,7 @@ export const graphDarkT = {
export const bracketsLightT = {
'.cc-nonmatchingBracket': {
color: lightT.fgRed,
fontWeight: 700
fontWeight: 600
},
'&.cm-focused .cc-matchingBracket': {
backgroundColor: lightT.bgSelected,
@ -286,7 +286,7 @@ export const bracketsLightT = {
export const bracketsDarkT = {
'.cc-nonmatchingBracket': {
color: darkT.fgRed,
fontWeight: 700
fontWeight: 600
},
'&.cm-focused .cc-matchingBracket': {
backgroundColor: darkT.bgSelected,