bump dev deps
This commit is contained in:
@@ -35,6 +35,7 @@ module.exports = {
|
||||
'shorthand-property-no-redundant-values': null,
|
||||
'alpha-value-notation': null,
|
||||
'declaration-block-no-redundant-longhand-properties': null,
|
||||
'selector-not-notation': null,
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
||||
Generated
+5341
-9140
File diff suppressed because it is too large
Load Diff
+44
-43
@@ -17,7 +17,7 @@
|
||||
"lint:stylelint": "stylelint \"app/**/*.css\" \"templates/**\"",
|
||||
"size": "cross-env NODE_ENV=production npm run build && size-limit",
|
||||
"prettier": "prettier --write \"./**/*.{js,ts,tsx,css,html}\"",
|
||||
"translation:extract": "formatjs extract --out-file=./extracted-messages/messages.json \"**/!(*.d).ts?(x)\"",
|
||||
"translation:extract": "formatjs extract --out-file=./extracted-messages/messages.json \"**/*.{ts,tsx}\" --ignore=\"**/*.d.ts\"",
|
||||
"translation:generate": "node ./tasks/generateDictionary.js",
|
||||
"translation:check": "node ./tasks/checkTranslation.js"
|
||||
},
|
||||
@@ -42,36 +42,37 @@
|
||||
"redux-thunk": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.14.1",
|
||||
"@babel/preset-react": "^7.13.13",
|
||||
"@formatjs/cli": "^4.2.11",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@formatjs/cli": "^5.0.2",
|
||||
"@mavrin/stylelint-declaration-use-css-custom-properties": "^2.0.0",
|
||||
"@prefresh/babel-plugin": "^0.4.1",
|
||||
"@prefresh/webpack": "^3.2.2",
|
||||
"@prefresh/babel-plugin": "^0.4.3",
|
||||
"@prefresh/webpack": "^3.3.4",
|
||||
"@size-limit/preset-app": "^7.0.8",
|
||||
"@swc/jest": "^0.2.20",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/preact": "^2.0.1",
|
||||
"@types/enzyme": "^3.10.8",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@swc/jest": "^0.2.21",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/preact": "^3.2.2",
|
||||
"@types/enzyme": "^3.10.12",
|
||||
"@types/eslint": "^8.4.3",
|
||||
"@types/jest": "^28.1.4",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/node-emoji": "^1.8.1",
|
||||
"@types/react-redux": "^7.1.16",
|
||||
"@types/redux-mock-store": "^1.0.2",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
"@types/redux-mock-store": "^1.0.3",
|
||||
"@types/webpack-env": "^1.17.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"babel-loader": "^8.2.5",
|
||||
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"codecov": "^3.8.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.6.0",
|
||||
"css-minimizer-webpack-plugin": "^3.0.2",
|
||||
"cssnano": "^5.0.2",
|
||||
"dotenv": "^9.0.0",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
"cssnano": "^5.1.12",
|
||||
"dotenv": "^16.0.1",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-preact-pure": "^3.1.0",
|
||||
"enzyme-adapter-preact-pure": "^4.0.1",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-preact": "^1.3.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
@@ -85,36 +86,36 @@
|
||||
"eslint-plugin-testing-library": "^5.5.1",
|
||||
"fast-async": "^6.3.8",
|
||||
"file-loader": "^6.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "^6.2.6",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"husky": "^6.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"husky": "^8.0.1",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"incstr": "^1.2.3",
|
||||
"jest": "^26.6.3",
|
||||
"jest": "^28.1.2",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"jest-localstorage-mock": "^2.4.10",
|
||||
"lint-staged": "^10.5.4",
|
||||
"mini-css-extract-plugin": "^2.2.0",
|
||||
"jest-localstorage-mock": "^2.4.21",
|
||||
"lint-staged": "^13.0.3",
|
||||
"mini-css-extract-plugin": "^2.6.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.5",
|
||||
"postcss-html": "^1.3.0",
|
||||
"postcss-loader": "^6.2.1",
|
||||
"postcss-preset-env": "^7.2.3",
|
||||
"prettier": "^2.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-html": "^1.4.1",
|
||||
"postcss-loader": "^7.0.0",
|
||||
"postcss-preset-env": "^7.7.2",
|
||||
"prettier": "^2.7.1",
|
||||
"redux-mock-store": "^1.5.4",
|
||||
"size-limit": "^7.0.8",
|
||||
"style-loader": "^2.0.0",
|
||||
"stylelint": "^14.6.1",
|
||||
"style-loader": "^3.3.1",
|
||||
"stylelint": "^14.9.1",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
"stylelint-config-standard": "^26.0.0",
|
||||
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
||||
"ts-loader": "^9.1.2",
|
||||
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
||||
"typescript": "^4.6.3",
|
||||
"ts-loader": "^9.3.1",
|
||||
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
||||
"typescript": "^4.7.4",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.68.0",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack-dev-server": "^4.7.4"
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user