mirror of https://github.com/portainer/portainer
chore(deps): upgrade webpack loaders [EE-5126] (#9206)
parent
a725883cbc
commit
76b871d8a0
42
package.json
42
package.json
|
@ -49,8 +49,8 @@
|
|||
"@reach/combobox": "^0.18.0",
|
||||
"@reach/dialog": "^0.17.0",
|
||||
"@reach/menu-button": "^0.16.1",
|
||||
"@tanstack/react-table": "^8.8.5",
|
||||
"@reach/popover": "^0.18.0",
|
||||
"@tanstack/react-table": "^8.8.5",
|
||||
"@tippyjs/react": "^4.2.6",
|
||||
"@uirouter/angularjs": "1.0.11",
|
||||
"@uirouter/react": "^1.0.7",
|
||||
|
@ -119,6 +119,7 @@
|
|||
"strip-ansi": "^6.0.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"toastr": "^2.1.4",
|
||||
"ts-xor": "^1.1.0",
|
||||
"uuid": "^3.3.2",
|
||||
"xterm": "^3.8.0",
|
||||
"yaml": "^1.10.2",
|
||||
|
@ -127,10 +128,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-cli": "^4.0.4",
|
||||
"@babel/core": "^7.22.1",
|
||||
"@babel/preset-env": "^7.22.4",
|
||||
"@babel/preset-react": "^7.22.3",
|
||||
"@babel/preset-typescript": "^7.21.5",
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/preset-env": "^7.22.9",
|
||||
"@babel/preset-react": "^7.22.5",
|
||||
"@babel/preset-typescript": "^7.22.5",
|
||||
"@simbathesailor/use-what-changed": "^2.0.0",
|
||||
"@storybook/addon-actions": "^7.0.18",
|
||||
"@storybook/addon-essentials": "^7.0.18",
|
||||
|
@ -156,12 +157,12 @@
|
|||
"@types/sanitize-html": "^2.8.0",
|
||||
"@types/toastr": "^2.1.39",
|
||||
"@types/uuid": "^3.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"auto-ngtemplate-loader": "^2.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"auto-ngtemplate-loader": "^3.1.2",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"babel-jest": "^29.5.0",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-loader": "^9.1.3",
|
||||
"babel-plugin-i18next-extract": "^0.9.0",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"clean-terminal-webpack-plugin": "^3.0.0",
|
||||
|
@ -170,7 +171,7 @@
|
|||
"css-loader": "^6.8.1",
|
||||
"cssnano": "^6.0.1",
|
||||
"dotenv-webpack": "^8.0.1",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint": "^8.44.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
|
@ -186,7 +187,7 @@
|
|||
"eslint-plugin-storybook": "^0.6.12",
|
||||
"eslint-webpack-plugin": "^4.0.0",
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"html-webpack-plugin": "^5.5.3",
|
||||
"husky": "^8.0.0",
|
||||
"jest": "^27.4.3",
|
||||
"kubernetes-types": "^1.26.0",
|
||||
|
@ -196,27 +197,27 @@
|
|||
"msw-storybook-addon": "^1.8.0",
|
||||
"ngtemplate-loader": "^2.1.0",
|
||||
"plop": "^3.1.2",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss-loader": "^7.3.2",
|
||||
"postcss": "^8.4.25",
|
||||
"postcss-loader": "^7.3.3",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-tailwindcss": "^0.2.6",
|
||||
"react-docgen-typescript-plugin": "^1.0.5",
|
||||
"react-test-renderer": "^17.0.2",
|
||||
"source-map-loader": "^3.0.0",
|
||||
"source-map-loader": "^4.0.1",
|
||||
"speed-measure-webpack-plugin": "^1.5.0",
|
||||
"storybook": "^7.0.18",
|
||||
"storybook-css-modules-preset": "^1.1.1",
|
||||
"style-loader": "^3.3.3",
|
||||
"swagger2openapi": "^7.0.8",
|
||||
"tailwindcss": "3.1.4",
|
||||
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
||||
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
||||
"typescript": "^5.0.4",
|
||||
"webpack": "^5.84.1",
|
||||
"webpack": "^5.88.1",
|
||||
"webpack-build-notifier": "^2.3.0",
|
||||
"webpack-bundle-analyzer": "^4.8.0",
|
||||
"webpack-cli": "^5.1.1",
|
||||
"webpack-dev-server": "^4.15.0",
|
||||
"webpack-merge": "^5.8.0"
|
||||
"webpack-bundle-analyzer": "^4.9.0",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-server": "^4.15.1",
|
||||
"webpack-merge": "^5.9.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/jquery": "^3.6.0",
|
||||
|
@ -227,7 +228,6 @@
|
|||
"http-proxy": "^1.18.1",
|
||||
"**/@uirouter/react": "^1.0.7",
|
||||
"**/@uirouter/angularjs": "1.0.11",
|
||||
"**/css-loader": "^6.6.0",
|
||||
"**/moment": "^2.21.0"
|
||||
},
|
||||
"browserslist": "last 2 versions"
|
||||
|
|
Loading…
Reference in New Issue