Skip to content

Commit

Permalink
Update frontend dependencies, remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Sep 26, 2023
1 parent 4b3f6ec commit 380f2e4
Show file tree
Hide file tree
Showing 3 changed files with 1,120 additions and 1,154 deletions.
3 changes: 1 addition & 2 deletions frontend/babel.config.json
Expand Up @@ -11,7 +11,6 @@
]
],
"plugins": [
"@babel/plugin-transform-react-jsx",
"@babel/plugin-proposal-class-properties"
"@babel/plugin-transform-react-jsx"
]
}
41 changes: 18 additions & 23 deletions frontend/package.json
Expand Up @@ -17,53 +17,48 @@
"license": "GPL-3.0-only",
"dependencies": {
"bazooka": "^0.9.1",
"classnames": "^2.3.2",
"core-js": "^3.30.2",
"core-js": "^3.32.2",
"hyphenation.ru": "^0.2.1",
"hypher": "^0.2.5",
"jquery": "^2.2.4",
"preact": "^10.15.1",
"preact": "^10.17.1",
"react-autosuggest": "^10.1.0",
"react-tagsinput": "3.20.3"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
"@csstools/postcss-global-data": "^1.0.3",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/register": "^7.22.15",
"@csstools/postcss-global-data": "^2.1.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"cssnano-preset-default": "^6.0.1",
"eslint": "^8.42.0",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"eslint-plugin-react": "^7.33.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss-custom-properties": "^13.2.0",
"postcss": "^8.4.30",
"postcss-custom-properties": "^13.3.2",
"postcss-loader": "^7.3.3",
"postcss-mixins": "^9.0.4",
"postcss-move-props-to-bg-image-query": "^4.0.0",
"postcss-nesting": "^11.2.2",
"postcss-nesting": "^12.0.1",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"svg-transform-loader": "^2.0.13",
"svg-url-loader": "^8.0.0",
"terser-webpack-plugin": "^5.3.9",
"url-loader": "^4.1.1",
"webpack": "^5.86.0",
"webpack": "^5.88.2",
"webpack-assets-manifest": "^5.1.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-remove-block-loader": "^1.0.2"
}
Expand Down

0 comments on commit 380f2e4

Please sign in to comment.