aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-28 00:56:35 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-28 01:27:41 +0200
commit0e6d8cd4a08309f453e06fb5c5c45d523815654a (patch)
tree58d0952f029bbbab642b92b08ca78e492e208374 /subprojects
parentfix(semantics): configure StateCoderAdapter (diff)
downloadrefinery-0e6d8cd4a08309f453e06fb5c5c45d523815654a.tar.gz
refinery-0e6d8cd4a08309f453e06fb5c5c45d523815654a.tar.zst
refinery-0e6d8cd4a08309f453e06fb5c5c45d523815654a.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/docs/package.json4
-rw-r--r--subprojects/frontend/package.json8
2 files changed, 6 insertions, 6 deletions
diff --git a/subprojects/docs/package.json b/subprojects/docs/package.json
index 96d89340..eb262776 100644
--- a/subprojects/docs/package.json
+++ b/subprojects/docs/package.json
@@ -30,7 +30,7 @@
30 }, 30 },
31 "homepage": "https://refinery.tools", 31 "homepage": "https://refinery.tools",
32 "dependencies": { 32 "dependencies": {
33 "@algolia/client-search": "^4.23.3", 33 "@algolia/client-search": "^4.24.0",
34 "@docusaurus/core": "^3.4.0", 34 "@docusaurus/core": "^3.4.0",
35 "@docusaurus/plugin-content-docs": "^3.4.0", 35 "@docusaurus/plugin-content-docs": "^3.4.0",
36 "@docusaurus/plugin-content-pages": "^3.4.0", 36 "@docusaurus/plugin-content-pages": "^3.4.0",
@@ -66,7 +66,7 @@
66 "@docusaurus/types": "^3.4.0", 66 "@docusaurus/types": "^3.4.0",
67 "@types/babel__core": "^7.20.5", 67 "@types/babel__core": "^7.20.5",
68 "@types/mdast": "^4.0.4", 68 "@types/mdast": "^4.0.4",
69 "@types/node": "^20.14.8", 69 "@types/node": "^20.14.9",
70 "@types/react": "^18.3.3", 70 "@types/react": "^18.3.3",
71 "@types/react-dom": "^18.3.0", 71 "@types/react-dom": "^18.3.0",
72 "@types/unist": "^3.0.2" 72 "@types/unist": "^3.0.2"
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index f394e6e5..fed7ea2f 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -43,7 +43,7 @@
43 "@fontsource-variable/jetbrains-mono": "^5.0.21", 43 "@fontsource-variable/jetbrains-mono": "^5.0.21",
44 "@fontsource-variable/open-sans": "^5.0.29", 44 "@fontsource-variable/open-sans": "^5.0.29",
45 "@fontsource/open-sans": "^5.0.28", 45 "@fontsource/open-sans": "^5.0.28",
46 "@hpcc-js/wasm": "^2.16.2", 46 "@hpcc-js/wasm": "^2.17.1",
47 "@lezer/common": "^1.2.1", 47 "@lezer/common": "^1.2.1",
48 "@lezer/highlight": "^1.2.0", 48 "@lezer/highlight": "^1.2.0",
49 "@lezer/lr": "^1.4.1", 49 "@lezer/lr": "^1.4.1",
@@ -86,9 +86,9 @@
86 "@types/html-minifier-terser": "^7.0.2", 86 "@types/html-minifier-terser": "^7.0.2",
87 "@types/jspdf": "^2.0.0", 87 "@types/jspdf": "^2.0.0",
88 "@types/lodash-es": "^4.17.12", 88 "@types/lodash-es": "^4.17.12",
89 "@types/micromatch": "^4.0.7", 89 "@types/micromatch": "^4.0.8",
90 "@types/ms": "^0.7.34", 90 "@types/ms": "^0.7.34",
91 "@types/node": "^20.14.8", 91 "@types/node": "^20.14.9",
92 "@types/pnpapi": "^0.0.5", 92 "@types/pnpapi": "^0.0.5",
93 "@types/react": "^18.3.3", 93 "@types/react": "^18.3.3",
94 "@types/react-dom": "^18.3.0", 94 "@types/react-dom": "^18.3.0",
@@ -98,7 +98,7 @@
98 "micromatch": "^4.0.7", 98 "micromatch": "^4.0.7",
99 "pnpapi": "^0.0.0", 99 "pnpapi": "^0.0.0",
100 "typescript": "5.5.2", 100 "typescript": "5.5.2",
101 "vite": "^5.3.1", 101 "vite": "^5.3.2",
102 "vite-plugin-pwa": "^0.20.0", 102 "vite-plugin-pwa": "^0.20.0",
103 "workbox-window": "^7.1.0" 103 "workbox-window": "^7.1.0"
104 } 104 }