aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-27 16:34:14 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-27 16:34:14 +0200
commitdeaa0580d952b77cf9e6df024d1f71ed29f53fc0 (patch)
tree95a4e538b21c13674de99a6645bae1424714721a /subprojects/frontend/package.json
parentdocs: Add note about proxy settings (diff)
downloadrefinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.tar.gz
refinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.tar.zst
refinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.zip
chore: bump dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json120
1 files changed, 56 insertions, 64 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 1edd7f34..455b8b67 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -24,79 +24,71 @@
24 }, 24 },
25 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
26 "devDependencies": { 26 "devDependencies": {
27 "@babel/core": "^7.16.5", 27 "@babel/core": "^7.18.9",
28 "@babel/plugin-transform-runtime": "^7.16.5", 28 "@babel/plugin-transform-runtime": "^7.18.9",
29 "@babel/preset-env": "^7.16.5", 29 "@babel/preset-env": "^7.18.9",
30 "@babel/preset-react": "^7.16.5", 30 "@babel/preset-react": "^7.18.6",
31 "@babel/preset-typescript": "^7.16.5", 31 "@babel/preset-typescript": "^7.18.6",
32 "@lezer/generator": "^0.15.2", 32 "@lezer/generator": "^1.1.0",
33 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 33 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
34 "@types/react": "^17.0.37", 34 "@types/react": "^18.0.15",
35 "@types/react-dom": "^17.0.11", 35 "@types/react-dom": "^18.0.6",
36 "@typescript-eslint/eslint-plugin": "^5.7.0", 36 "@typescript-eslint/eslint-plugin": "^5.31.0",
37 "@typescript-eslint/parser": "^5.7.0", 37 "@typescript-eslint/parser": "^5.31.0",
38 "babel-loader": "^8.2.3", 38 "babel-loader": "^8.2.5",
39 "css-loader": "^6.5.1", 39 "css-loader": "^6.7.1",
40 "eslint": "^8.4.1", 40 "eslint": "^8.20.0",
41 "eslint-config-airbnb": "^19.0.2", 41 "eslint-config-airbnb": "^19.0.4",
42 "eslint-config-airbnb-typescript": "^16.1.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",
44 "eslint-plugin-import": "^2.25.3", 44 "eslint-plugin-import": "^2.26.0",
45 "eslint-plugin-jsx-a11y": "^6.5.1", 45 "eslint-plugin-jsx-a11y": "^6.6.1",
46 "eslint-plugin-react": "^7.27.1", 46 "eslint-plugin-react": "^7.30.1",
47 "eslint-plugin-react-hooks": "^4.3.0", 47 "eslint-plugin-react-hooks": "^4.6.0",
48 "html-webpack-plugin": "^5.5.0", 48 "html-webpack-plugin": "^5.5.0",
49 "image-webpack-loader": "^8.0.1", 49 "image-webpack-loader": "^8.1.0",
50 "mini-css-extract-plugin": "^2.4.5", 50 "mini-css-extract-plugin": "^2.6.1",
51 "postcss": "^8.4.5", 51 "postcss": "^8.4.14",
52 "postcss-scss": "^4.0.2", 52 "postcss-scss": "^4.0.4",
53 "sass": "^1.45.0", 53 "sass": "^1.54.0",
54 "sass-loader": "^12.4.0", 54 "sass-loader": "^13.0.2",
55 "style-loader": "^3.3.1", 55 "style-loader": "^3.3.1",
56 "stylelint": "^14.1.0", 56 "stylelint": "^14.9.1",
57 "stylelint-config-recommended-scss": "^5.0.2", 57 "stylelint-config-recommended-scss": "^7.0.0",
58 "stylelint-scss": "^4.0.1", 58 "stylelint-scss": "^4.3.0",
59 "typescript": "~4.5.4", 59 "typescript": "~4.7.4",
60 "webpack": "^5.65.0", 60 "webpack": "^5.74.0",
61 "webpack-cli": "^4.9.1", 61 "webpack-cli": "^4.10.0",
62 "webpack-dev-server": "^4.6.0", 62 "webpack-dev-server": "^4.9.3",
63 "webpack-subresource-integrity": "^5.0.0" 63 "webpack-subresource-integrity": "^5.1.0"
64 }, 64 },
65 "dependencies": { 65 "dependencies": {
66 "@babel/runtime": "^7.16.5", 66 "@babel/runtime": "^7.18.9",
67 "@codemirror/autocomplete": "^0.19.9", 67 "@codemirror/autocomplete": "^6.1.0",
68 "@codemirror/closebrackets": "^0.19.0", 68 "@codemirror/commands": "^6.0.1",
69 "@codemirror/commands": "^0.19.6", 69 "@codemirror/language": "^6.2.1",
70 "@codemirror/comment": "^0.19.0", 70 "@codemirror/lint": "^6.0.0",
71 "@codemirror/fold": "^0.19.2", 71 "@codemirror/search": "^6.0.1",
72 "@codemirror/gutter": "^0.19.9", 72 "@codemirror/state": "^6.1.0",
73 "@codemirror/highlight": "^0.19.6", 73 "@codemirror/view": "^6.1.1",
74 "@codemirror/history": "^0.19.0", 74 "@emotion/react": "^11.9.3",
75 "@codemirror/language": "^0.19.7", 75 "@emotion/styled": "^11.9.3",
76 "@codemirror/lint": "^0.19.3", 76 "@fontsource/jetbrains-mono": "^4.5.9",
77 "@codemirror/matchbrackets": "^0.19.3", 77 "@fontsource/roboto": "^4.5.7",
78 "@codemirror/rangeset": "^0.19.2", 78 "@lezer/common": "^1.0.0",
79 "@codemirror/rectangular-selection": "^0.19.1", 79 "@lezer/highlight": "^1.0.0",
80 "@codemirror/search": "^0.19.4", 80 "@lezer/lr": "^1.2.0",
81 "@codemirror/state": "^0.19.6", 81 "@mui/icons-material": "5.8.4",
82 "@codemirror/view": "^0.19.31", 82 "@mui/material": "5.9.2",
83 "@emotion/react": "^11.7.1",
84 "@emotion/styled": "^11.6.0",
85 "@fontsource/jetbrains-mono": "^4.5.0",
86 "@fontsource/roboto": "^4.5.1",
87 "@lezer/common": "^0.15.10",
88 "@lezer/lr": "^0.15.5",
89 "@mui/icons-material": "5.2.1",
90 "@mui/material": "5.2.3",
91 "ansi-styles": "^6.1.0", 83 "ansi-styles": "^6.1.0",
92 "escape-string-regexp": "^5.0.0", 84 "escape-string-regexp": "^5.0.0",
93 "loglevel": "^1.8.0", 85 "loglevel": "^1.8.0",
94 "loglevel-plugin-prefix": "^0.8.4", 86 "loglevel-plugin-prefix": "^0.8.4",
95 "mobx": "^6.3.8", 87 "mobx": "^6.6.1",
96 "mobx-react-lite": "^3.2.2", 88 "mobx-react-lite": "^3.4.0",
97 "nanoid": "^3.1.30", 89 "nanoid": "^4.0.0",
98 "react": "^17.0.2", 90 "react": "^18.2.0",
99 "react-dom": "^17.0.2", 91 "react-dom": "^18.2.0",
100 "zod": "^3.11.6" 92 "zod": "^3.17.10"
101 } 93 }
102} 94}