Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Jun 8, 2024
1 parent 097302f commit 7bac53f
Show file tree
Hide file tree
Showing 3 changed files with 1,864 additions and 1,880 deletions.
46 changes: 23 additions & 23 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,48 +17,48 @@
"license": "GPL-3.0-only",
"dependencies": {
"bazooka": "^0.9.1",
"core-js": "^3.34.0",
"core-js": "^3.37.1",
"hyphenation.ru": "^0.2.1",
"hypher": "^0.2.5",
"jquery": "^2.2.4",
"preact": "^10.19.3",
"preact": "^10.22.0",
"react-autosuggest": "^10.1.0",
"react-tagsinput": "3.20.3"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.23.6",
"@babel/register": "^7.22.15",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/register": "^7.24.6",
"@csstools/postcss-global-data": "^2.1.1",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.2",
"cssnano-preset-default": "^6.0.2",
"css-loader": "^7.1.2",
"cssnano": "^7.0.2",
"cssnano-preset-default": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.32",
"postcss-custom-properties": "^13.3.3",
"postcss-loader": "^7.3.3",
"postcss-mixins": "^9.0.4",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-custom-properties": "^13.3.10",
"postcss-loader": "^8.1.1",
"postcss-mixins": "^10.0.1",
"postcss-move-props-to-bg-image-query": "^4.0.0",
"postcss-nesting": "^12.0.2",
"source-map-loader": "^4.0.1",
"postcss-nesting": "^12.1.5",
"source-map-loader": "^5.0.0",
"svg-transform-loader": "^2.0.13",
"svg-url-loader": "^8.0.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-bundle-analyzer": "^4.10.1",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-assets-manifest": "^5.2.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-remove-block-loader": "^1.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const postCSSOptions = {
plugins: [
postCSSAutoPrefixer(),
postCSSMixins(),
postCSSNesting(),
postCSSNesting({ edition: '2024-02' }),
postCSSMoveProps({
computeCustomProps: root => postcss([
postCSSGlobalData({
Expand Down
Loading

0 comments on commit 7bac53f

Please sign in to comment.