Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webbestmaster committed Dec 23, 2023
1 parent ce2f6a5 commit d240e6a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 44 deletions.
13 changes: 9 additions & 4 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"plugins": [
"stylelint-scss"
"stylelint-scss",
"stylelint-order"
],
"extends": [
"stylelint-config-standard",
"stylelint-config-sass-guidelines"
"stylelint-config-standard-scss",
"stylelint-config-standard"
],
"rules": {
"media-query-no-invalid": null,
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"order/properties-alphabetical-order": true,
"declaration-property-value-no-unknown": null,
"import-notation": "string",
"indentation": 4,
"selector-pseudo-element-colon-notation": "single",
"max-nesting-depth": 2,
"selector-class-pattern": "^[a-z\\-\\d_]+$",
Expand Down
2 changes: 1 addition & 1 deletion dist/src/system-hook-helper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/util/function.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/util/system.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 38 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint:fix": "eslint . --fix",
"stylelint": "stylelint ./**.scss",
"stylelint:fix": "stylelint ./**.scss --fix",
"prettier": "prettier --write \"./**/*.(js|ts|tsx)\" --loglevel warn",
"prettier": "prettier --write \"./**/*.(js|ts|tsx)\" --log-level warn",
"tsc": "tsc -p ./tsconfig.json",
"tsc:watch": "tsc -p ./tsconfig.json --watch",
"front:tsc-library": "tsc -p ./tsconfig.library.json && npm run front:tsc-library-css",
Expand All @@ -65,22 +65,22 @@
"zip": "zip -9 --exclude=*node_modules* --exclude=*.git* -r my-project_`git symbolic-ref --short HEAD`-`date +%Y-%m-%d--%H-%M-%S` ./"
},
"peerDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/plugin-transform-strict-mode": "^7.22.5",
"@testing-library/react": "^14.0.0",
"@types/circular-dependency-plugin": "^5.0.6",
"@types/duplicate-package-checker-webpack-plugin": "^2.1.3",
"@types/script-ext-html-webpack-plugin": "^2.1.3",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-node-externals": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-strict-mode": "^7.23.3",
"@testing-library/react": "^14.1.2",
"@types/circular-dependency-plugin": "^5.0.8",
"@types/duplicate-package-checker-webpack-plugin": "^2.1.5",
"@types/script-ext-html-webpack-plugin": "^2.1.6",
"@types/webpack-bundle-analyzer": "^4.6.3",
"@types/webpack-node-externals": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"ajv": "^8.12.0",
"babel-loader": "^9.1.3",
"circular-dependency-plugin": "^5.2.2",
Expand All @@ -91,50 +91,51 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"css-modules-typescript-loader": "^4.0.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-typescript-sort-keys": "^3.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"html-webpack-plugin": "^5.5.3",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^50.0.1",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^2.7.6",
"nodemon": "^3.0.1",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"puppeteer": "^21.3.4",
"nodemon": "^3.0.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"puppeteer": "^21.6.1",
"raw-loader": "^4.0.2",
"sass": "^1.68.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^3.3.3",
"stylelint": "^15.10.3",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.2.1",
"stylelint": "^16.0.2",
"stylelint-config-standard": "^35.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-coverage-report": "^0.8.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-node-externals": "^3.0.0"
Expand Down

0 comments on commit d240e6a

Please sign in to comment.