aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-19 20:17:56 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-20 03:00:38 +0100
commit40ebe0088bc97f644889d915b0524b49d4a21e4c (patch)
tree3d8a22d8f36634e3ac678f83600d9f443b47bc90 /language-web/package.json
parentbuild: fix cross-project group and version config (diff)
downloadrefinery-40ebe0088bc97f644889d915b0524b49d4a21e4c.tar.gz
refinery-40ebe0088bc97f644889d915b0524b49d4a21e4c.tar.zst
refinery-40ebe0088bc97f644889d915b0524b49d4a21e4c.zip
build: upgrade to yarn 3
Also upgrades various frontend dependencies. We can't upgrade to typescript 4.5 yet, because https://github.com/yarnpkg/berry/pull/3760 is not released yet.
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json84
1 files changed, 44 insertions, 40 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 54aad155..0fca5d94 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -25,77 +25,81 @@
25 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
26 "devDependencies": { 26 "devDependencies": {
27 "@babel/core": "^7.16.0", 27 "@babel/core": "^7.16.0",
28 "@babel/preset-env": "^7.16.0", 28 "@babel/plugin-transform-runtime": "^7.16.4",
29 "@babel/preset-env": "^7.16.4",
29 "@babel/preset-react": "^7.16.0", 30 "@babel/preset-react": "^7.16.0",
30 "@babel/preset-typescript": "^7.16.0", 31 "@babel/preset-typescript": "^7.16.0",
31 "@babel/plugin-transform-runtime": "^7.16.0", 32 "@lezer/generator": "^0.15.2",
33 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
34 "@types/react": "^17.0.35",
35 "@types/react-dom": "^17.0.11",
36 "@typescript-eslint/eslint-plugin": "^5.4.0",
37 "@typescript-eslint/parser": "^5.4.0",
32 "babel-loader": "^8.2.3", 38 "babel-loader": "^8.2.3",
33 "css-loader": "^6.5.0", 39 "css-loader": "^6.5.1",
34 "eslint": "^7.32.0", 40 "eslint": "^8.2.0",
35 "eslint-config-airbnb": "^18.2.1", 41 "eslint-config-airbnb": "^19.0.0",
36 "eslint-config-airbnb-typescript": "^14.0.1", 42 "eslint-config-airbnb-typescript": "^16.0.0",
37 "eslint-plugin-import": "^2.25.2", 43 "eslint-import-resolver-node": "^0.3.6",
38 "eslint-plugin-jsx-a11y": "^6.4.1", 44 "eslint-plugin-import": "^2.25.3",
39 "eslint-plugin-react": "^7.26.1", 45 "eslint-plugin-jsx-a11y": "^6.5.1",
40 "eslint-plugin-react-hooks": "^4.2.0", 46 "eslint-plugin-react": "^7.27.1",
47 "eslint-plugin-react-hooks": "^4.3.0",
41 "eslint-plugin-sonarjs": "^0.10.0", 48 "eslint-plugin-sonarjs": "^0.10.0",
42 "html-webpack-plugin": "^5.5.0", 49 "html-webpack-plugin": "^5.5.0",
43 "image-webpack-loader": "^8.0.1", 50 "image-webpack-loader": "^8.0.1",
44 "@lezer/generator": "^0.15.2",
45 "magic-comments-loader": "^1.4.1", 51 "magic-comments-loader": "^1.4.1",
46 "mini-css-extract-plugin": "^2.4.3", 52 "mini-css-extract-plugin": "^2.4.5",
47 "postcss": "^8.3.11", 53 "postcss": "^8.3.11",
48 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 54 "postcss-scss": "^4.0.2",
49 "sass": "^1.43.4", 55 "sass": "^1.43.4",
50 "sass-loader": "^12.3.0", 56 "sass-loader": "^12.3.0",
51 "style-loader": "^3.3.1", 57 "style-loader": "^3.3.1",
52 "stylelint": "^14.0.1", 58 "stylelint": "^14.1.0",
53 "stylelint-config-recommended-scss": "^5.0.0", 59 "stylelint-config-recommended-scss": "^5.0.1",
54 "stylelint-scss": "^4.0.0", 60 "stylelint-scss": "^4.0.0",
55 "@types/react-dom": "^17.0.10", 61 "typescript": "~4.4.4",
56 "typescript": "^4.4.4", 62 "webpack": "^5.64.1",
57 "@typescript-eslint/eslint-plugin": "^4.33.0",
58 "@typescript-eslint/parser": "^4.33.0",
59 "webpack": "^5.61.0",
60 "webpack-cli": "^4.9.1", 63 "webpack-cli": "^4.9.1",
61 "webpack-dev-server": "^4.4.0", 64 "webpack-dev-server": "^4.5.0",
62 "webpack-subresource-integrity": "^5.0.0" 65 "webpack-subresource-integrity": "^5.0.0"
63 }, 66 },
64 "dependencies": { 67 "dependencies": {
65 "ansi-styles": "^6.1.0", 68 "@babel/runtime": "^7.16.3",
66 "@babel/runtime": "^7.16.0", 69 "@codemirror/autocomplete": "^0.19.8",
67 "@codemirror/autocomplete": "^0.19.4",
68 "@codemirror/closebrackets": "^0.19.0", 70 "@codemirror/closebrackets": "^0.19.0",
69 "@codemirror/commands": "^0.19.5", 71 "@codemirror/commands": "^0.19.5",
70 "@codemirror/comment": "^0.19.0", 72 "@codemirror/comment": "^0.19.0",
71 "@codemirror/fold": "^0.19.1", 73 "@codemirror/fold": "^0.19.1",
72 "@codemirror/gutter": "^0.19.4", 74 "@codemirror/gutter": "^0.19.5",
73 "@codemirror/highlight": "^0.19.6", 75 "@codemirror/highlight": "^0.19.6",
74 "@codemirror/history": "^0.19.0", 76 "@codemirror/history": "^0.19.0",
75 "@codemirror/language": "^0.19.3", 77 "@codemirror/language": "^0.19.5",
76 "@codemirror/lint": "^0.19.2", 78 "@codemirror/lint": "^0.19.3",
77 "@codemirror/matchbrackets": "^0.19.3", 79 "@codemirror/matchbrackets": "^0.19.3",
78 "@codemirror/rangeset": "^0.19.1", 80 "@codemirror/rangeset": "^0.19.2",
79 "@codemirror/rectangular-selection": "^0.19.1", 81 "@codemirror/rectangular-selection": "^0.19.1",
80 "@codemirror/search": "^0.19.2", 82 "@codemirror/search": "^0.19.2",
81 "@codemirror/state": "^0.19.2", 83 "@codemirror/state": "^0.19.6",
82 "@codemirror/view": "^0.19.9", 84 "@codemirror/view": "^0.19.20",
83 "@emotion/react": "^11.5.0", 85 "@emotion/react": "^11.6.0",
84 "@emotion/styled": "^11.3.0", 86 "@emotion/styled": "^11.6.0",
85 "escape-string-regexp": "^5.0.0",
86 "@fontsource/jetbrains-mono": "^4.5.0", 87 "@fontsource/jetbrains-mono": "^4.5.0",
87 "@fontsource/roboto": "^4.5.1", 88 "@fontsource/roboto": "^4.5.1",
88 "@lezer/common": "^0.15.7", 89 "@lezer/common": "^0.15.8",
89 "@lezer/lr": "^0.15.4", 90 "@lezer/lr": "^0.15.4",
90 "loglevel": "^1.7.1", 91 "@mui/icons-material": "5.1.1",
92 "@mui/material": "5.1.1",
93 "ansi-styles": "^6.1.0",
94 "escape-string-regexp": "^5.0.0",
95 "loglevel": "^1.8.0",
91 "loglevel-plugin-prefix": "^0.8.4", 96 "loglevel-plugin-prefix": "^0.8.4",
92 "@mui/material": "5.0.6", 97 "mobx": "^6.3.7",
93 "@mui/icons-material": "5.0.5", 98 "mobx-react-lite": "^3.2.2",
94 "mobx": "^6.3.5",
95 "mobx-react-lite": "^3.2.1",
96 "nanoid": "^3.1.30", 99 "nanoid": "^3.1.30",
97 "react": "^17.0.2", 100 "react": "^17.0.2",
98 "react-dom": "^17.0.2", 101 "react-dom": "^17.0.2",
99 "zod": "^3.11.6" 102 "zod": "^3.11.6"
100 } 103 },
104 "packageManager": "yarn@3.1.0"
101} 105}