aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:24:14 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:16 +0100
commitcb222c64bbf408ecc0fd7f7ab1d40e641c90e64b (patch)
tree0f7c24a9e0046dffd719d6a66be4a1f73b7fa4c7 /language-web/package.json
parentfix(web): not dot display spurious occurrences (diff)
downloadrefinery-cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b.tar.gz
refinery-cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b.tar.zst
refinery-cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b.zip
chore: bump dependency versions
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 76d27865..cb860c5f 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -24,52 +24,52 @@
24 }, 24 },
25 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
26 "devDependencies": { 26 "devDependencies": {
27 "@babel/core": "^7.15.5", 27 "@babel/core": "^7.16.0",
28 "@babel/preset-env": "^7.15.6", 28 "@babel/preset-env": "^7.16.0",
29 "@babel/preset-react": "^7.14.5", 29 "@babel/preset-react": "^7.16.0",
30 "@babel/preset-typescript": "^7.15.0", 30 "@babel/preset-typescript": "^7.16.0",
31 "@babel/plugin-transform-runtime": "^7.15.0", 31 "@babel/plugin-transform-runtime": "^7.16.0",
32 "babel-loader": "^8.2.2", 32 "babel-loader": "^8.2.3",
33 "css-loader": "^6.3.0", 33 "css-loader": "^6.5.0",
34 "eslint": "^7.32.0", 34 "eslint": "^7.32.0",
35 "eslint-config-airbnb": "^18.2.1", 35 "eslint-config-airbnb": "^18.2.1",
36 "eslint-config-airbnb-typescript": "^14.0.0", 36 "eslint-config-airbnb-typescript": "^14.0.1",
37 "eslint-plugin-import": "^2.24.2", 37 "eslint-plugin-import": "^2.25.2",
38 "eslint-plugin-jsx-a11y": "^6.4.1", 38 "eslint-plugin-jsx-a11y": "^6.4.1",
39 "eslint-plugin-react": "^7.26.1", 39 "eslint-plugin-react": "^7.26.1",
40 "eslint-plugin-react-hooks": "^4.2.0", 40 "eslint-plugin-react-hooks": "^4.2.0",
41 "eslint-plugin-sonarjs": "^0.10.0", 41 "eslint-plugin-sonarjs": "^0.10.0",
42 "html-webpack-plugin": "^5.3.2", 42 "html-webpack-plugin": "^5.5.0",
43 "image-webpack-loader": "^8.0.1", 43 "image-webpack-loader": "^8.0.1",
44 "@lezer/generator": "^0.15.2", 44 "@lezer/generator": "^0.15.2",
45 "magic-comments-loader": "^1.4.1", 45 "magic-comments-loader": "^1.4.1",
46 "mini-css-extract-plugin": "^2.3.0", 46 "mini-css-extract-plugin": "^2.4.3",
47 "postcss": "^8.3.11",
47 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 48 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
48 "sass": "^1.42.1", 49 "sass": "^1.43.4",
49 "sass-loader": "^12.1.0", 50 "sass-loader": "^12.3.0",
50 "style-loader": "^3.3.0", 51 "style-loader": "^3.3.1",
51 "stylelint": "^13.13.1", 52 "stylelint": "^14.0.1",
52 "stylelint-config-recommended-scss": "^4.3.0", 53 "stylelint-config-recommended-scss": "^5.0.0",
53 "stylelint-scss": "^3.21.0", 54 "stylelint-scss": "^4.0.0",
54 "@types/codemirror": "^5.60.3", 55 "@types/react-dom": "^17.0.10",
55 "@types/react-dom": "^17.0.9", 56 "typescript": "^4.4.4",
56 "typescript": "^4.4.3", 57 "@typescript-eslint/eslint-plugin": "^4.33.0",
57 "@typescript-eslint/eslint-plugin": "^4.32.0", 58 "@typescript-eslint/parser": "^4.33.0",
58 "@typescript-eslint/parser": "^4.32.0", 59 "webpack": "^5.61.0",
59 "webpack": "^5.56.0", 60 "webpack-cli": "^4.9.1",
60 "webpack-cli": "^4.8.0", 61 "webpack-dev-server": "^4.4.0",
61 "webpack-dev-server": "^4.3.0",
62 "webpack-subresource-integrity": "^5.0.0" 62 "webpack-subresource-integrity": "^5.0.0"
63 }, 63 },
64 "dependencies": { 64 "dependencies": {
65 "ansi-styles": "^6.1.0", 65 "ansi-styles": "^6.1.0",
66 "@babel/runtime": "^7.15.4", 66 "@babel/runtime": "^7.16.0",
67 "@codemirror/autocomplete": "^0.19.3", 67 "@codemirror/autocomplete": "^0.19.4",
68 "@codemirror/closebrackets": "^0.19.0", 68 "@codemirror/closebrackets": "^0.19.0",
69 "@codemirror/commands": "^0.19.5", 69 "@codemirror/commands": "^0.19.5",
70 "@codemirror/comment": "^0.19.0", 70 "@codemirror/comment": "^0.19.0",
71 "@codemirror/fold": "^0.19.0", 71 "@codemirror/fold": "^0.19.1",
72 "@codemirror/gutter": "^0.19.2", 72 "@codemirror/gutter": "^0.19.4",
73 "@codemirror/highlight": "^0.19.6", 73 "@codemirror/highlight": "^0.19.6",
74 "@codemirror/history": "^0.19.0", 74 "@codemirror/history": "^0.19.0",
75 "@codemirror/language": "^0.19.3", 75 "@codemirror/language": "^0.19.3",
@@ -78,19 +78,19 @@
78 "@codemirror/rangeset": "^0.19.1", 78 "@codemirror/rangeset": "^0.19.1",
79 "@codemirror/rectangular-selection": "^0.19.1", 79 "@codemirror/rectangular-selection": "^0.19.1",
80 "@codemirror/search": "^0.19.2", 80 "@codemirror/search": "^0.19.2",
81 "@codemirror/state": "^0.19.0", 81 "@codemirror/state": "^0.19.2",
82 "@codemirror/view": "^0.19.9", 82 "@codemirror/view": "^0.19.9",
83 "@emotion/react": "^11.4.1", 83 "@emotion/react": "^11.5.0",
84 "@emotion/styled": "^11.3.0", 84 "@emotion/styled": "^11.3.0",
85 "escape-string-regexp": "^5.0.0", 85 "escape-string-regexp": "^5.0.0",
86 "@fontsource/jetbrains-mono": "^4.5.0", 86 "@fontsource/jetbrains-mono": "^4.5.0",
87 "@fontsource/roboto": "^4.5.0", 87 "@fontsource/roboto": "^4.5.1",
88 "@lezer/lr": "^0.15.4", 88 "@lezer/lr": "^0.15.4",
89 "loglevel": "^1.7.1", 89 "loglevel": "^1.7.1",
90 "loglevel-plugin-prefix": "^0.8.4", 90 "loglevel-plugin-prefix": "^0.8.4",
91 "@mui/material": "5.0.2", 91 "@mui/material": "5.0.6",
92 "@mui/icons-material": "5.0.1", 92 "@mui/icons-material": "5.0.5",
93 "mobx": "^6.3.3", 93 "mobx": "^6.3.5",
94 "mobx-react-lite": "^3.2.1", 94 "mobx-react-lite": "^3.2.1",
95 "nanoid": "^3.1.30", 95 "nanoid": "^3.1.30",
96 "react": "^17.0.2", 96 "react": "^17.0.2",