aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-03 00:30:20 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-03 00:30:54 +0200
commitc20c3dd605349c1abaf44dda37f2df4a3a9e078e (patch)
tree4e922f54ace71a187ca095f9e2a8ee2278c48d39 /language-web/package.json
parentchore: fix Java 17 Sonar warnings (diff)
downloadrefinery-c20c3dd605349c1abaf44dda37f2df4a3a9e078e.tar.gz
refinery-c20c3dd605349c1abaf44dda37f2df4a3a9e078e.tar.zst
refinery-c20c3dd605349c1abaf44dda37f2df4a3a9e078e.zip
chore(web): bump frontend dependencies except MUI
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 79e63342..64252f69 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -22,59 +22,59 @@
22 }, 22 },
23 "homepage": "https://github.com/viatra/VIATRA-Generator#readme", 23 "homepage": "https://github.com/viatra/VIATRA-Generator#readme",
24 "devDependencies": { 24 "devDependencies": {
25 "@babel/core": "^7.15.0", 25 "@babel/core": "^7.15.5",
26 "@babel/preset-env": "^7.15.0", 26 "@babel/preset-env": "^7.15.6",
27 "@babel/preset-react": "^7.14.5", 27 "@babel/preset-react": "^7.14.5",
28 "@babel/preset-typescript": "^7.15.0", 28 "@babel/preset-typescript": "^7.15.0",
29 "@babel/plugin-transform-runtime": "^7.15.0", 29 "@babel/plugin-transform-runtime": "^7.15.0",
30 "babel-loader": "^8.2.2", 30 "babel-loader": "^8.2.2",
31 "css-loader": "^6.2.0", 31 "css-loader": "^6.3.0",
32 "eslint": "^7.32.0", 32 "eslint": "^7.32.0",
33 "eslint-config-airbnb": "^18.2.1", 33 "eslint-config-airbnb": "^18.2.1",
34 "eslint-config-airbnb-typescript": "^13.0.0", 34 "eslint-config-airbnb-typescript": "^14.0.0",
35 "eslint-plugin-import": "^2.24.1", 35 "eslint-plugin-import": "^2.24.2",
36 "eslint-plugin-react": "^7.24.0", 36 "eslint-plugin-react": "^7.26.1",
37 "eslint-plugin-react-hooks": "^4.2.0", 37 "eslint-plugin-react-hooks": "^4.2.0",
38 "eslint-plugin-jsx-a11y": "^6.4.1", 38 "eslint-plugin-jsx-a11y": "^6.4.1",
39 "html-webpack-plugin": "^5.3.2", 39 "html-webpack-plugin": "^5.3.2",
40 "image-webpack-loader": "^7.0.1", 40 "image-webpack-loader": "^8.0.1",
41 "magic-comments-loader": "^1.4.1", 41 "magic-comments-loader": "^1.4.1",
42 "mini-css-extract-plugin": "^2.2.0", 42 "mini-css-extract-plugin": "^2.3.0",
43 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 43 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
44 "sass": "^1.38.0", 44 "sass": "^1.42.1",
45 "sass-loader": "^12.1.0", 45 "sass-loader": "^12.1.0",
46 "style-loader": "^3.2.1", 46 "style-loader": "^3.3.0",
47 "stylelint": "^13.13.1", 47 "stylelint": "^13.13.1",
48 "stylelint-config-recommended-scss": "^4.3.0", 48 "stylelint-config-recommended-scss": "^4.3.0",
49 "stylelint-scss": "^3.20.1", 49 "stylelint-scss": "^3.21.0",
50 "@types/codemirror": "^5.60.2", 50 "@types/codemirror": "^5.60.3",
51 "@types/react-dom": "^17.0.9", 51 "@types/react-dom": "^17.0.9",
52 "typescript": "^4.4.1", 52 "typescript": "^4.4.3",
53 "@typescript-eslint/eslint-plugin": "^4.29.2", 53 "@typescript-eslint/eslint-plugin": "^4.32.0",
54 "@typescript-eslint/parser": "^4.29.2", 54 "@typescript-eslint/parser": "^4.32.0",
55 "webpack": "^5.51.0", 55 "webpack": "^5.56.0",
56 "webpack-cli": "^4.8.0", 56 "webpack-cli": "^4.8.0",
57 "webpack-dev-server": "^4.0.0", 57 "webpack-dev-server": "^4.3.0",
58 "webpack-subresource-integrity": "^5.0.0-rc.1" 58 "webpack-subresource-integrity": "^5.0.0"
59 }, 59 },
60 "dependencies": { 60 "dependencies": {
61 "ansi-styles": "^6.1.0", 61 "ansi-styles": "^6.1.0",
62 "@babel/runtime": "^7.15.0", 62 "@babel/runtime": "^7.15.4",
63 "@emotion/react": "^11.4.1", 63 "@emotion/react": "^11.4.1",
64 "@emotion/styled": "^11.3.0", 64 "@emotion/styled": "^11.3.0",
65 "@fontsource/jetbrains-mono": "^4.5.0", 65 "@fontsource/jetbrains-mono": "^4.5.0",
66 "@fontsource/roboto": "^4.5.0", 66 "@fontsource/roboto": "^4.5.0",
67 "@material-ui/core": "5.0.0-beta.4", 67 "@material-ui/core": "5.0.0-beta.4",
68 "@material-ui/icons": "5.0.0-beta.4", 68 "@material-ui/icons": "5.0.0-beta.4",
69 "codemirror": "^5.62.3", 69 "codemirror": "^5.63.1",
70 "jquery": "^3.6.0", 70 "jquery": "^3.6.0",
71 "loglevel": "^1.7.1", 71 "loglevel": "^1.7.1",
72 "loglevel-plugin-prefix": "^0.8.4", 72 "loglevel-plugin-prefix": "^0.8.4",
73 "mobx": "^6.3.2", 73 "mobx": "^6.3.3",
74 "mobx-react-lite": "^3.2.0", 74 "mobx-react-lite": "^3.2.1",
75 "react": "^17.0.2", 75 "react": "^17.0.2",
76 "react-codemirror2": "npm:react-codemirror2-react-17@^1.0.0", 76 "react-codemirror2": "npm:react17-codemirror2@^7.2.3",
77 "react-dom": "^17.0.2", 77 "react-dom": "^17.0.2",
78 "tss-react": "^0.7.3" 78 "tss-react": "^0.9.3"
79 } 79 }
80} 80}