Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 8de6f60 commit 3612d9f
Show file tree
Hide file tree
Showing 3 changed files with 2,487 additions and 1,545 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.20.2
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"dependencies": {
"@reduxjs/toolkit": "1.8.6",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.3.0",
"react-router-dom": "6.3.0"
"@reduxjs/toolkit": "1.9.7",
"classnames": "2.5.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "6.27.0",
"react-router-dom": "6.27.0"
},
"scripts": {
"pre": "nvm use && source venv/bin/activate",
Expand All @@ -27,65 +27,65 @@
"build": "rimraf dist && NODE_ENV=production BABEL_ENV=production rollup -c"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-url": "7.0.0",
"@svgr/rollup": "6.2.1",
"@svgr/webpack": "6.2.1",
"@testing-library/dom": "8.13.0",
"@svgr/rollup": "6.5.1",
"@svgr/webpack": "6.5.1",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.2.6",
"@testing-library/user-event": "14.5.2",
"@types/jest": "28.1.8",
"@types/node": "18.0.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/node": "18.19.63",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"babel-jest": "28.1.3",
"babel-loader": "8.2.5",
"babel-loader": "8.4.1",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-named-asset-import": "0.3.8",
"babel-preset-react-app": "10.0.1",
"css-loader": "6.7.3",
"css-loader": "6.11.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-qunit": "7.3.0",
"husky": "8.0.3",
"jest": "28.1.3",
"lint-staged": "13.0.4",
"markdownlint-cli": "0.31.1",
"lint-staged": "13.3.0",
"markdownlint-cli": "0.42.0",
"postcss": "8.4.31",
"postcss-scss": "4.0.9",
"prettier": "2.7.1",
"regenerator-runtime": "0.13.11",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.1",
"rimraf": "3.0.2",
"rollup": "2.75.7",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"sass": "1.52.3",
"sass-loader": "13.0.2",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.80.5",
"sass-loader": "13.3.3",
"scriptlint": "2.2.0",
"style-loader": "3.3.3",
"stylelint": "14.9.1",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-prettier": "2.0.0",
"stylelint-scss": "4.2.0",
"typescript": "4.7.4",
"stylelint-scss": "4.7.0",
"typescript": "4.9.5",
"url-loader": "4.1.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3612d9f

Please sign in to comment.