aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-11 18:41:29 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-11 18:41:29 +0200
commit5684bdf569913611f986eb98df083056e4b3bd6a (patch)
tree1f5b4139a195a98e04d41d74d7c67db81a7eb56c /subprojects
parentrefactor(docs): simplify yarnw (diff)
downloadrefinery-5684bdf569913611f986eb98df083056e4b3bd6a.tar.gz
refinery-5684bdf569913611f986eb98df083056e4b3bd6a.tar.zst
refinery-5684bdf569913611f986eb98df083056e4b3bd6a.zip
chore(deps): bump frontend dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/docs/package.json6
-rw-r--r--subprojects/frontend/package.json8
2 files changed, 7 insertions, 7 deletions
diff --git a/subprojects/docs/package.json b/subprojects/docs/package.json
index 525431d9..989e7197 100644
--- a/subprojects/docs/package.json
+++ b/subprojects/docs/package.json
@@ -41,7 +41,7 @@
41 "@fontsource/open-sans": "^5.0.27", 41 "@fontsource/open-sans": "^5.0.27",
42 "@material-icons/svg": "^1.0.33", 42 "@material-icons/svg": "^1.0.33",
43 "@mdx-js/react": "^3.0.1", 43 "@mdx-js/react": "^3.0.1",
44 "@swc/core": "^1.4.12", 44 "@swc/core": "^1.4.13",
45 "clsx": "^2.1.0", 45 "clsx": "^2.1.0",
46 "prism-react-renderer": "^2.3.1", 46 "prism-react-renderer": "^2.3.1",
47 "react": "^18.2.0", 47 "react": "^18.2.0",
@@ -55,8 +55,8 @@
55 "@docusaurus/module-type-aliases": "^3.2.1", 55 "@docusaurus/module-type-aliases": "^3.2.1",
56 "@docusaurus/types": "^3.2.1", 56 "@docusaurus/types": "^3.2.1",
57 "@types/babel__core": "^7.20.5", 57 "@types/babel__core": "^7.20.5",
58 "@types/node": "^20.12.5", 58 "@types/node": "^20.12.7",
59 "@types/react": "^18.2.74", 59 "@types/react": "^18.2.75",
60 "@types/react-dom": "^18.2.24" 60 "@types/react-dom": "^18.2.24"
61 } 61 }
62} 62}
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index d5bad0c2..b82d51b9 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -34,7 +34,7 @@
34 "@codemirror/lint": "^6.5.0", 34 "@codemirror/lint": "^6.5.0",
35 "@codemirror/search": "^6.5.6", 35 "@codemirror/search": "^6.5.6",
36 "@codemirror/state": "^6.4.1", 36 "@codemirror/state": "^6.4.1",
37 "@codemirror/view": "^6.26.1", 37 "@codemirror/view": "^6.26.2",
38 "@emotion/cache": "^11.11.0", 38 "@emotion/cache": "^11.11.0",
39 "@emotion/react": "^11.11.4", 39 "@emotion/react": "^11.11.4",
40 "@emotion/serialize": "^1.1.4", 40 "@emotion/serialize": "^1.1.4",
@@ -88,16 +88,16 @@
88 "@types/lodash-es": "^4.17.12", 88 "@types/lodash-es": "^4.17.12",
89 "@types/micromatch": "^4.0.6", 89 "@types/micromatch": "^4.0.6",
90 "@types/ms": "^0.7.34", 90 "@types/ms": "^0.7.34",
91 "@types/node": "^20.12.5", 91 "@types/node": "^20.12.7",
92 "@types/pnpapi": "^0.0.5", 92 "@types/pnpapi": "^0.0.5",
93 "@types/react": "^18.2.74", 93 "@types/react": "^18.2.75",
94 "@types/react-dom": "^18.2.24", 94 "@types/react-dom": "^18.2.24",
95 "@vitejs/plugin-react-swc": "^3.6.0", 95 "@vitejs/plugin-react-swc": "^3.6.0",
96 "@xstate/cli": "^0.5.17", 96 "@xstate/cli": "^0.5.17",
97 "html-minifier-terser": "^7.2.0", 97 "html-minifier-terser": "^7.2.0",
98 "micromatch": "^4.0.5", 98 "micromatch": "^4.0.5",
99 "pnpapi": "^0.0.0", 99 "pnpapi": "^0.0.0",
100 "typescript": "5.4.4", 100 "typescript": "5.4.5",
101 "vite": "^5.2.8", 101 "vite": "^5.2.8",
102 "vite-plugin-pwa": "^0.19.8", 102 "vite-plugin-pwa": "^0.19.8",
103 "workbox-window": "^7.0.0" 103 "workbox-window": "^7.0.0"