Skip to content

Commit

Permalink
chore(dev-deps): update all non-major development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent b7248c0 commit 493e95a
Show file tree
Hide file tree
Showing 2 changed files with 1,251 additions and 1,261 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@
"devDependencies": {
"@atlaskit/css-reset": "6.6.1",
"@atlaskit/theme": "12.6.2",
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/core": "7.23.5",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-modules-commonjs": "7.23.0",
"@babel/plugin-transform-object-assign": "7.22.5",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/plugin-transform-object-assign": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/preset-env": "7.23.5",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/cz-commitlint": "17.8.1",
Expand Down Expand Up @@ -123,24 +123,24 @@
"@storybook/theming": "6.5.16",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.1.2",
"@testing-library/react-16-17": "npm:@testing-library/react@12.1.5",
"@types/express": "4.17.20",
"@types/fs-extra": "11.0.3",
"@types/jest-axe": "3.5.7",
"@types/jsdom": "21.1.4",
"@types/markdown-it": "13.0.5",
"@types/node": "20.9.0",
"@types/raf-schd": "4.0.2",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react-redux": "7.1.28",
"@types/react-virtualized": "9.21.26",
"@types/react-window": "1.8.7",
"@types/seedrandom": "3.0.7",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/jest-axe": "3.5.9",
"@types/jsdom": "21.1.6",
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.3",
"@types/raf-schd": "4.0.3",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.31",
"@types/react-virtualized": "9.21.28",
"@types/react-window": "1.8.8",
"@types/seedrandom": "3.0.8",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-dev-expression": "0.2.3",
Expand All @@ -150,9 +150,9 @@
"csstype": "3.1.2",
"cypress": "10.11.0",
"dotenv": "16.3.1",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-es5": "1.5.0",
Expand All @@ -165,8 +165,8 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15",
"express": "4.18.2",
"fast-glob": "3.3.1",
"fs-extra": "11.1.1",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-axe": "8.0.0",
Expand All @@ -178,7 +178,7 @@
"markdown-it": "13.0.2",
"memory-fs": "0.5.0",
"postcss-styled-syntax": "0.5.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"raf-stub": "3.0.0",
"react": "18.2.0",
"react-16": "npm:react@16.14.0",
Expand All @@ -187,8 +187,8 @@
"react-dom-16": "npm:react-dom@16.14.0",
"react-dom-17": "npm:react-dom@17.0.2",
"react-virtualized": "9.22.5",
"react-window": "1.8.9",
"release-it": "16.2.1",
"react-window": "1.8.10",
"release-it": "16.3.0",
"require-from-string": "2.0.2",
"rimraf": "5.0.5",
"rollup": "3.29.4",
Expand All @@ -199,7 +199,7 @@
"stylelint-config-recommended": "13.0.0",
"stylelint-config-standard": "34.0.0",
"typescript": "4.9.5",
"wait-on": "7.1.0",
"wait-on": "7.2.0",
"webpack": "5.89.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 493e95a

Please sign in to comment.