Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastastasia-B committed Oct 8, 2023
1 parent da7ebf3 commit bb9d760
Show file tree
Hide file tree
Showing 4 changed files with 6,321 additions and 8,747 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node: [12, 14, 16]
node: [16, 18]

runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion cli/environment/stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const internalConfig = {
extends: [
'stylelint-config-datarockets',
'stylelint-config-styled-components',
fs.existsSync(pathToPrettier) && 'stylelint-config-prettier',
].filter(Boolean),
rules: {
indentation: fs.existsSync(pathToPrettier) ? null : 2,
Expand Down
77 changes: 38 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,58 +15,57 @@
"node": ">=12"
},
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.18.2",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@frontrockets/redux-abstract-action": "^0.0.1",
"@sentry/browser": "^5.11.1",
"@storybook/addon-actions": "^6",
"@storybook/addon-knobs": "^6",
"@storybook/addon-storysource": "^6",
"@storybook/preset-create-react-app": "^3",
"@storybook/react": "^6",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-jest": "^26",
"babel-plugin-jsx-remove-data-test-id": "^2.1.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-require": "^3.1.3",
"babel-plugin-styled-components": "^1.10.7",
"@sentry/browser": "^7.69.0",
"@storybook/addon-actions": "^7.4.1",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/addon-storysource": "^7.4.1",
"@storybook/preset-create-react-app": "^7.4.1",
"@storybook/react": "^7.4.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-jest": "^29.7.0",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-require": "^4.0.1",
"babel-plugin-styled-components": "^2.1.4",
"babel-plugin-styled-components-require": "^1.1.0",
"babel-plugin-transform-react-pug": "^7.0.1",
"dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"enzyme": "^3.11",
"enzyme-adapter-react-16": "^1.15",
"eslint": "^7",
"eslint-config-airbnb": "^18",
"eslint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/eslint-config?master",
"eslint-config-prettier": "^6",
"eslint-import-resolver-babel-module": "^5.1",
"eslint-plugin-import": "^2",
"eslint-plugin-import-helpers": "^1",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-react": "^7",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/eslint-config?upgrade-dependencies",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-pug": "^0.8",
"find-up": "^5",
"find-up": "^6.3.0",
"identity-obj-proxy": "^3",
"jest": "^26",
"jest": "^29.7.0",
"jest-enzyme": "^7",
"lodash": "^4",
"minimatch": "^3.0.4",
"module-alias": "^2.2.2",
"react-redux": "^7.1",
"minimatch": "^9.0.3",
"module-alias": "^2.2.3",
"react-redux": "^7.2.8",
"react-scripts": "^5.0.1",
"redux": "^4.0",
"redux-saga": "^1.1",
"stylelint": "^13",
"stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?master",
"stylelint-config-prettier": "^8",
"stylelint-config-standard": "^20",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"stylelint": "^15.10.3",
"stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?upgrade-dependencies",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-styled-components": "^0.1",
"stylelint-processor-styled-components": "^1"
},
"devDependencies": {
"@babel/preset-env": "^7",
"prettier": "^2.7"
"@babel/preset-env": "^7.22.15",
"prettier": "^2.8.7"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18"
Expand Down
Loading

0 comments on commit bb9d760

Please sign in to comment.