Skip to content

Commit

Permalink
chore: update deps (#573)
Browse files Browse the repository at this point in the history
* chore: update @atlaskit

* chore: update babel

* chore: update rollup

* chore: update commitlint

* chore: storybook v7

* chore: update minor deps

* chore: update jsdom & jest-junit

* chore: typescript 5.1

* chore: update storybook script

* chore: storybook 7 -> 6

* chore: update circleci nodejs & deps

* chore: update webpack

* chore: update deps
  • Loading branch information
Xhale1 authored Jun 27, 2023
1 parent 41e9d20 commit 06d31c2
Show file tree
Hide file tree
Showing 5 changed files with 3,736 additions and 3,665 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
jobs:
install:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
environment:
- CYPRESS_CACHE_FOLDER: '~/repo/node_modules/.cache/Cypress'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

validate:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -62,7 +62,7 @@ jobs:

test-unit:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
resource_class: medium+
parameters:
Expand All @@ -88,7 +88,7 @@ jobs:

test-bundle:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -104,7 +104,7 @@ jobs:

build:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -125,7 +125,7 @@ jobs:

test-browser:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
environment:
- CYPRESS_CACHE_FOLDER: '~/repo/node_modules/.cache/Cypress'
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

test-a11y:
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16.1-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.2
18.16.1
3 changes: 3 additions & 0 deletions cypress/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ module.exports = {
'cypress/globals': true,
},
extends: ['plugin:cypress/recommended'],
rules: {
'cypress/unsafe-to-chain-command': 'off',
},
};
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,44 +74,44 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@babel/runtime": "^7.22.5",
"css-box-model": "^1.2.1",
"memoize-one": "^6.0.0",
"raf-schd": "^4.0.3",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"use-memo-one": "^1.1.3"
},
"devDependencies": {
"@atlaskit/css-reset": "6.3.20",
"@atlaskit/theme": "12.2.8",
"@babel/core": "7.21.0",
"@babel/eslint-parser": "7.19.1",
"@atlaskit/css-reset": "6.5.2",
"@atlaskit/theme": "12.5.4",
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@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.0",
"@babel/plugin-transform-modules-commonjs": "7.21.2",
"@babel/plugin-transform-object-assign": "7.18.6",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cz-commitlint": "17.4.4",
"@emotion/babel-preset-css-prop": "11.10.0",
"@emotion/eslint-plugin": "11.10.0",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@jest/environment": "29.4.3",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-modules-commonjs": "7.22.5",
"@babel/plugin-transform-object-assign": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cz-commitlint": "17.5.0",
"@emotion/babel-preset-css-prop": "11.11.0",
"@emotion/eslint-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@jest/environment": "29.5.0",
"@release-it/conventional-changelog": "5.1.1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-strip": "3.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-terser": "^0.4.3",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-storysource": "6.5.16",
Expand All @@ -121,79 +121,79 @@
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/dom": "9.0.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/react-16-17": "npm:@testing-library/react@^12.1.5",
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.1",
"@types/jest-axe": "3.5.5",
"@types/jsdom": "21.1.0",
"@types/jsdom": "21.1.1",
"@types/markdown-it": "12.2.3",
"@types/node": "18.14.1",
"@types/node": "18.16.18",
"@types/raf-schd": "4.0.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-redux": "7.1.25",
"@types/react-virtualized": "9.21.21",
"@types/react-virtualized": "9.21.22",
"@types/react-window": "1.8.5",
"@types/seedrandom": "3.0.4",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"babel-jest": "29.4.3",
"@types/seedrandom": "3.0.5",
"@types/testing-library__jest-dom": "5.14.6",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"babel-plugin-dev-expression": "0.2.3",
"babel-plugin-module-resolver": "5.0.0",
"commitizen": "4.3.0",
"cross-env": "7.0.3",
"csstype": "3.1.1",
"csstype": "3.1.2",
"cypress": "10.11.0",
"dotenv": "16.0.3",
"eslint": "8.34.0",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-cypress": "2.12.1",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-es5": "1.5.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-storybook": "0.6.12",
"express": "4.18.2",
"fast-glob": "3.2.12",
"fs-extra": "11.1.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"jest": "29.4.3",
"jest-axe": "7.0.0",
"jest-environment-jsdom": "29.4.3",
"jest-junit": "15.0.0",
"jest": "29.5.0",
"jest-axe": "7.0.1",
"jest-environment-jsdom": "29.5.0",
"jest-junit": "16.0.0",
"jest-watch-typeahead": "2.2.2",
"jsdom": "21.1.0",
"lighthouse": "10.0.1",
"jsdom": "22.1.0",
"lighthouse": "10.3.0",
"markdown-it": "13.0.1",
"memory-fs": "0.5.0",
"prettier": "2.8.4",
"prettier": "2.8.8",
"raf-stub": "3.0.0",
"react": "18.2.0",
"react-16": "npm:[email protected]",
"react-17": "npm:[email protected]",
"react-dom": "18.2.0",
"react-dom-16": "npm:[email protected]",
"react-dom-17": "npm:[email protected]",
"react-virtualized": "9.22.3",
"react-window": "1.8.8",
"release-it": "15.6.0",
"react-virtualized": "9.22.5",
"react-window": "1.8.9",
"release-it": "15.11.0",
"require-from-string": "2.0.2",
"rimraf": "4.1.2",
"rollup": "3.17.2",
"rollup-plugin-dts": "5.2.0",
"rimraf": "5.0.1",
"rollup": "3.25.3",
"rollup-plugin-dts": "5.3.0",
"seedrandom": "3.0.5",
"styled-components": "5.3.6",
"styled-components": "5.3.11",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended": "9.0.0",
Expand All @@ -202,7 +202,7 @@
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.9.5",
"wait-on": "7.0.1",
"webpack": "5.75.0"
"webpack": "5.88.0"
},
"peerDependencies": {
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
Expand Down
Loading

1 comment on commit 06d31c2

@vercel
Copy link

@vercel vercel bot commented on 06d31c2 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.