aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-10 18:07:29 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-11 19:56:54 +0200
commit8570a96a76e24412b6cb528dfceab9f08e50c3b0 (patch)
treeebf5827fefd4f9d956e207ad173b7a9355e085a1 /subprojects/frontend/package.json
parentrefactor(language): simplify count notation (diff)
downloadrefinery-8570a96a76e24412b6cb528dfceab9f08e50c3b0.tar.gz
refinery-8570a96a76e24412b6cb528dfceab9f08e50c3b0.tar.zst
refinery-8570a96a76e24412b6cb528dfceab9f08e50c3b0.zip
chore(deps): bump frontend dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 428703da..12aff7bf 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -24,20 +24,20 @@
24 }, 24 },
25 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
26 "devDependencies": { 26 "devDependencies": {
27 "@babel/core": "^7.18.9", 27 "@babel/core": "^7.18.10",
28 "@babel/plugin-transform-runtime": "^7.18.9", 28 "@babel/plugin-transform-runtime": "^7.18.10",
29 "@babel/preset-env": "^7.18.9", 29 "@babel/preset-env": "^7.18.10",
30 "@babel/preset-react": "^7.18.6", 30 "@babel/preset-react": "^7.18.6",
31 "@babel/preset-typescript": "^7.18.6", 31 "@babel/preset-typescript": "^7.18.6",
32 "@lezer/generator": "^1.1.0", 32 "@lezer/generator": "^1.1.1",
33 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 33 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
34 "@types/react": "^18.0.15", 34 "@types/react": "^18.0.17",
35 "@types/react-dom": "^18.0.6", 35 "@types/react-dom": "^18.0.6",
36 "@typescript-eslint/eslint-plugin": "^5.31.0", 36 "@typescript-eslint/eslint-plugin": "^5.33.0",
37 "@typescript-eslint/parser": "^5.31.0", 37 "@typescript-eslint/parser": "^5.33.0",
38 "babel-loader": "^8.2.5", 38 "babel-loader": "^8.2.5",
39 "css-loader": "^6.7.1", 39 "css-loader": "^6.7.1",
40 "eslint": "^8.20.0", 40 "eslint": "^8.21.0",
41 "eslint-config-airbnb": "^19.0.4", 41 "eslint-config-airbnb": "^19.0.4",
42 "eslint-config-airbnb-typescript": "^17.0.0", 42 "eslint-config-airbnb-typescript": "^17.0.0",
43 "eslint-import-resolver-node": "^0.3.6", 43 "eslint-import-resolver-node": "^0.3.6",
@@ -48,18 +48,18 @@
48 "html-webpack-plugin": "^5.5.0", 48 "html-webpack-plugin": "^5.5.0",
49 "image-webpack-loader": "^8.1.0", 49 "image-webpack-loader": "^8.1.0",
50 "mini-css-extract-plugin": "^2.6.1", 50 "mini-css-extract-plugin": "^2.6.1",
51 "postcss": "^8.4.14", 51 "postcss": "^8.4.16",
52 "postcss-scss": "^4.0.4", 52 "postcss-scss": "^4.0.4",
53 "sass": "^1.54.0", 53 "sass": "^1.54.4",
54 "sass-loader": "^13.0.2", 54 "sass-loader": "^13.0.2",
55 "style-loader": "^3.3.1", 55 "style-loader": "^3.3.1",
56 "stylelint": "^14.9.1", 56 "stylelint": "^14.10.0",
57 "stylelint-config-recommended-scss": "^7.0.0", 57 "stylelint-config-recommended-scss": "^7.0.0",
58 "stylelint-scss": "^4.3.0", 58 "stylelint-scss": "^4.3.0",
59 "typescript": "~4.7.4", 59 "typescript": "~4.7.4",
60 "webpack": "^5.74.0", 60 "webpack": "^5.74.0",
61 "webpack-cli": "^4.10.0", 61 "webpack-cli": "^4.10.0",
62 "webpack-dev-server": "^4.9.3", 62 "webpack-dev-server": "^4.10.0",
63 "webpack-subresource-integrity": "^5.1.0" 63 "webpack-subresource-integrity": "^5.1.0"
64 }, 64 },
65 "dependencies": { 65 "dependencies": {
@@ -69,17 +69,17 @@
69 "@codemirror/language": "^6.2.1", 69 "@codemirror/language": "^6.2.1",
70 "@codemirror/lint": "^6.0.0", 70 "@codemirror/lint": "^6.0.0",
71 "@codemirror/search": "^6.0.1", 71 "@codemirror/search": "^6.0.1",
72 "@codemirror/state": "^6.1.0", 72 "@codemirror/state": "^6.1.1",
73 "@codemirror/view": "^6.1.2", 73 "@codemirror/view": "^6.2.0",
74 "@emotion/react": "^11.10.0", 74 "@emotion/react": "^11.10.0",
75 "@emotion/styled": "^11.10.0", 75 "@emotion/styled": "^11.10.0",
76 "@fontsource/jetbrains-mono": "^4.5.9", 76 "@fontsource/jetbrains-mono": "^4.5.10",
77 "@fontsource/roboto": "^4.5.7", 77 "@fontsource/roboto": "^4.5.8",
78 "@lezer/common": "^1.0.0", 78 "@lezer/common": "^1.0.0",
79 "@lezer/highlight": "^1.0.0", 79 "@lezer/highlight": "^1.0.0",
80 "@lezer/lr": "^1.2.0", 80 "@lezer/lr": "^1.2.1",
81 "@mui/icons-material": "5.8.4", 81 "@mui/icons-material": "5.8.4",
82 "@mui/material": "5.9.2", 82 "@mui/material": "5.10.0",
83 "ansi-styles": "^6.1.0", 83 "ansi-styles": "^6.1.0",
84 "escape-string-regexp": "^5.0.0", 84 "escape-string-regexp": "^5.0.0",
85 "loglevel": "^1.8.0", 85 "loglevel": "^1.8.0",
@@ -89,6 +89,6 @@
89 "nanoid": "^4.0.0", 89 "nanoid": "^4.0.0",
90 "react": "^18.2.0", 90 "react": "^18.2.0",
91 "react-dom": "^18.2.0", 91 "react-dom": "^18.2.0",
92 "zod": "^3.17.10" 92 "zod": "^3.18.0"
93 } 93 }
94} 94}