From cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 31 Oct 2021 19:24:14 +0100 Subject: chore: bump dependency versions --- language-web/package.json | 70 +++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'language-web/package.json') 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 @@ }, "homepage": "https://refinery.tools", "devDependencies": { - "@babel/core": "^7.15.5", - "@babel/preset-env": "^7.15.6", - "@babel/preset-react": "^7.14.5", - "@babel/preset-typescript": "^7.15.0", - "@babel/plugin-transform-runtime": "^7.15.0", - "babel-loader": "^8.2.2", - "css-loader": "^6.3.0", + "@babel/core": "^7.16.0", + "@babel/preset-env": "^7.16.0", + "@babel/preset-react": "^7.16.0", + "@babel/preset-typescript": "^7.16.0", + "@babel/plugin-transform-runtime": "^7.16.0", + "babel-loader": "^8.2.3", + "css-loader": "^6.5.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", - "eslint-config-airbnb-typescript": "^14.0.0", - "eslint-plugin-import": "^2.24.2", + "eslint-config-airbnb-typescript": "^14.0.1", + "eslint-plugin-import": "^2.25.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-sonarjs": "^0.10.0", - "html-webpack-plugin": "^5.3.2", + "html-webpack-plugin": "^5.5.0", "image-webpack-loader": "^8.0.1", "@lezer/generator": "^0.15.2", "magic-comments-loader": "^1.4.1", - "mini-css-extract-plugin": "^2.3.0", + "mini-css-extract-plugin": "^2.4.3", + "postcss": "^8.3.11", "@principalstudio/html-webpack-inject-preload": "^1.2.7", - "sass": "^1.42.1", - "sass-loader": "^12.1.0", - "style-loader": "^3.3.0", - "stylelint": "^13.13.1", - "stylelint-config-recommended-scss": "^4.3.0", - "stylelint-scss": "^3.21.0", - "@types/codemirror": "^5.60.3", - "@types/react-dom": "^17.0.9", - "typescript": "^4.4.3", - "@typescript-eslint/eslint-plugin": "^4.32.0", - "@typescript-eslint/parser": "^4.32.0", - "webpack": "^5.56.0", - "webpack-cli": "^4.8.0", - "webpack-dev-server": "^4.3.0", + "sass": "^1.43.4", + "sass-loader": "^12.3.0", + "style-loader": "^3.3.1", + "stylelint": "^14.0.1", + "stylelint-config-recommended-scss": "^5.0.0", + "stylelint-scss": "^4.0.0", + "@types/react-dom": "^17.0.10", + "typescript": "^4.4.4", + "@typescript-eslint/eslint-plugin": "^4.33.0", + "@typescript-eslint/parser": "^4.33.0", + "webpack": "^5.61.0", + "webpack-cli": "^4.9.1", + "webpack-dev-server": "^4.4.0", "webpack-subresource-integrity": "^5.0.0" }, "dependencies": { "ansi-styles": "^6.1.0", - "@babel/runtime": "^7.15.4", - "@codemirror/autocomplete": "^0.19.3", + "@babel/runtime": "^7.16.0", + "@codemirror/autocomplete": "^0.19.4", "@codemirror/closebrackets": "^0.19.0", "@codemirror/commands": "^0.19.5", "@codemirror/comment": "^0.19.0", - "@codemirror/fold": "^0.19.0", - "@codemirror/gutter": "^0.19.2", + "@codemirror/fold": "^0.19.1", + "@codemirror/gutter": "^0.19.4", "@codemirror/highlight": "^0.19.6", "@codemirror/history": "^0.19.0", "@codemirror/language": "^0.19.3", @@ -78,19 +78,19 @@ "@codemirror/rangeset": "^0.19.1", "@codemirror/rectangular-selection": "^0.19.1", "@codemirror/search": "^0.19.2", - "@codemirror/state": "^0.19.0", + "@codemirror/state": "^0.19.2", "@codemirror/view": "^0.19.9", - "@emotion/react": "^11.4.1", + "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "escape-string-regexp": "^5.0.0", "@fontsource/jetbrains-mono": "^4.5.0", - "@fontsource/roboto": "^4.5.0", + "@fontsource/roboto": "^4.5.1", "@lezer/lr": "^0.15.4", "loglevel": "^1.7.1", "loglevel-plugin-prefix": "^0.8.4", - "@mui/material": "5.0.2", - "@mui/icons-material": "5.0.1", - "mobx": "^6.3.3", + "@mui/material": "5.0.6", + "@mui/icons-material": "5.0.5", + "mobx": "^6.3.5", "mobx-react-lite": "^3.2.1", "nanoid": "^3.1.30", "react": "^17.0.2", -- cgit v1.2.3-54-g00ecf