fix: dependencies 2022-08-22 (#1509)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
This commit is contained in:
parent
806e7798d9
commit
0da9cf8b75
3 changed files with 425 additions and 266 deletions
12
package.json
12
package.json
|
|
@ -53,8 +53,8 @@
|
|||
"@types/jest-diff": "^24.3.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.33.0",
|
||||
"@typescript-eslint/parser": "5.33.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.33.1",
|
||||
"@typescript-eslint/parser": "5.33.1",
|
||||
"algoliasearch": "4.14.2",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "8.2.5",
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"eslint-plugin-cypress": "2.12.1",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jest": "26.8.2",
|
||||
"eslint-plugin-jest": "26.8.7",
|
||||
"eslint-plugin-jsdoc": "39.3.6",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
|
|
@ -94,15 +94,15 @@
|
|||
"rollup-plugin-terser": "7.0.2",
|
||||
"shipjs": "0.24.4",
|
||||
"start-server-and-test": "1.11.3",
|
||||
"stylelint": "14.10.0",
|
||||
"stylelint": "14.11.0",
|
||||
"stylelint-a11y": "1.2.3",
|
||||
"stylelint-config-prettier": "9.0.3",
|
||||
"stylelint-config-sass-guidelines": "9.0.1",
|
||||
"stylelint-config-standard": "27.0.0",
|
||||
"stylelint-config-standard": "28.0.0",
|
||||
"stylelint-no-unsupported-browser-features": "5.0.3",
|
||||
"stylelint-order": "5.0.0",
|
||||
"stylelint-prettier": "2.0.0",
|
||||
"ts-jest": "28.0.2",
|
||||
"ts-jest": "28.0.8",
|
||||
"typescript": "4.7.4",
|
||||
"watch": "1.0.2",
|
||||
"webpack": "4.44.1"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"my-loaders": "file:plugins/my-loaders",
|
||||
"postcss": "8.4.16",
|
||||
"postcss-import": "14.0.2",
|
||||
"postcss-preset-env": "7.2.0",
|
||||
"postcss-preset-env": "7.8.0",
|
||||
"prism-react-renderer": "1.2.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue