Skip to content

Commit

Permalink
chore(deps): bump multiple deps and dev-deps (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Aug 21, 2022
1 parent 8676466 commit adaeefb
Show file tree
Hide file tree
Showing 2 changed files with 3,279 additions and 3,538 deletions.
73 changes: 39 additions & 34 deletions package.json
Expand Up @@ -41,9 +41,10 @@
"prepare": "husky install",
"release": "cross-env SKIP_PREPARE_COMMIT_MSG=true release-it",
"test:accessibility": "lighthouse http://localhost:9002/iframe.html?id=examples-single-vertical-list--basic --no-enable-error-reporting --config-path=lighthouse.config.js --chrome-flags='--headless' --output=json --output=html --output-path=./test-reports/lighthouse/a11y.json && node a11y-audit-parse.js",
"test": "pnpm test:react-17 && pnpm test:react-16",
"test:react-16": "REACT_VERSION=16 jest --config ./jest.config.js",
"test:react-17": "jest --config ./jest.config.js",
"test": "jest --config ./jest.config.js",
"test:react-16": "cross-env REACT_MAJOR_VERSION=16 pnpm test",
"test:react-17": "cross-env REACT_MAJOR_VERSION=17 pnpm test",
"test:react-18": "cross-env REACT_MAJOR_VERSION=18 pnpm test",
"test:browser": "cypress open",
"test:browser:ci": "cypress run",
"test:coverage": "pnpm test --coverage --coveragePathIgnorePatterns=/debug",
Expand All @@ -66,12 +67,12 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.9",
"css-box-model": "^1.2.1",
"memoize-one": "^6.0.0",
"raf-schd": "^4.0.3",
"react-redux": "^7.2.8",
"redux": "^4.1.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"use-memo-one": "^1.1.2"
},
"devDependencies": {
Expand All @@ -95,42 +96,44 @@
"@emotion/eslint-plugin": "11.7.0",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@jest/environment": "27.5.1",
"@jest/environment": "28.1.3",
"@release-it/conventional-changelog": "4.2.2",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.3",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-strip": "2.1.0",
"@storybook/addon-docs": "6.5.0-alpha.60",
"@storybook/addon-essentials": "6.5.0-alpha.60",
"@storybook/addon-storysource": "6.5.0-alpha.60",
"@storybook/addons": "6.5.0-alpha.60",
"@storybook/core": "6.5.0-alpha.60",
"@storybook/react": "6.5.0-alpha.60",
"@storybook/theming": "6.5.0-alpha.60",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.4",
"@storybook/addon-docs": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-storysource": "6.5.10",
"@storybook/addons": "6.5.10",
"@storybook/core": "6.5.10",
"@storybook/react": "6.5.10",
"@storybook/theming": "6.5.10",
"@testing-library/dom": "8.17.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/react-16-17": "npm:@testing-library/react@^12.1.5",
"@types/enzyme": "3.10.12",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.4.1",
"@types/jest-axe": "3.5.3",
"@types/jsdom": "16.2.14",
"@types/jest": "28.1.7",
"@types/jest-axe": "3.5.4",
"@types/jsdom": "16.2.15",
"@types/markdown-it": "12.2.3",
"@types/node": "16.11.26",
"@types/raf-schd": "4.0.1",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@types/react-redux": "7.1.23",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-redux": "7.1.24",
"@types/react-virtualized": "9.21.21",
"@types/react-window": "1.8.5",
"@types/seedrandom": "3.0.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"babel-jest": "27.5.1",
"babel-jest": "28.1.3",
"babel-loader": "8.2.4",
"babel-plugin-dev-expression": "0.2.3",
"babel-plugin-module-resolver": "4.1.0",
Expand All @@ -147,32 +150,34 @@
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-es5": "1.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-jest": "26.8.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-storybook": "0.5.8",
"eslint-plugin-storybook": "0.6.4",
"express": "4.17.3",
"fast-glob": "3.2.11",
"fs-extra": "10.0.1",
"husky": "7.0.4",
"jest": "27.5.1",
"jest": "28.1.3",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "27.5.1",
"jest-junit": "13.1.0",
"jest-watch-typeahead": "1.0.0",
"jest-environment-jsdom": "28.1.3",
"jest-junit": "14.0.0",
"jest-watch-typeahead": "2.0.0",
"jsdom": "19.0.0",
"lighthouse": "9.5.0",
"markdown-it": "12.3.2",
"memory-fs": "0.5.0",
"prettier": "2.6.2",
"raf-stub": "3.0.0",
"react": "17.0.2",
"react": "18.2.0",
"react-16": "npm:react@16.14.0",
"react-dom": "17.0.2",
"react-dom-16": "npm:react-dom@16.14.0",
"react-17": "npm:react@17.0.2",
"react-dom": "18.2.0",
"react-dom-16": "npm:react-dom@^16.14.0",
"react-dom-17": "npm:react-dom@^17.0.2",
"react-virtualized": "9.22.3",
"react-window": "1.8.6",
"release-it": "14.14.1",
Expand All @@ -191,7 +196,7 @@
"stylelint-config-standard": "25.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-jest": "27.1.4",
"ts-jest": "28.0.8",
"typescript": "4.6.3",
"wait-on": "6.0.1",
"webpack": "5.72.0"
Expand Down

0 comments on commit adaeefb

Please sign in to comment.