Skip to content

Commit

Permalink
Upgrade dependancies with npm-check-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaDen committed Jul 21, 2022
1 parent da7ebf3 commit 57f3357
Show file tree
Hide file tree
Showing 2 changed files with 1,347 additions and 1,424 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,51 @@
},
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-parser": "^7.18.9",
"@frontrockets/redux-abstract-action": "^0.0.1",
"@sentry/browser": "^5.11.1",
"@sentry/browser": "^7.7.0",
"@storybook/addon-actions": "^6",
"@storybook/addon-knobs": "^6",
"@storybook/addon-storysource": "^6",
"@storybook/preset-create-react-app": "^3",
"@storybook/preset-create-react-app": "^4",
"@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",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-jest": "^28",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-require": "^3.1.3",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-styled-components-require": "^1.1.0",
"babel-plugin-transform-react-pug": "^7.0.1",
"dotenv": "^8.2.0",
"dotenv": "^16.0.1",
"enzyme": "^3.11",
"enzyme-adapter-react-16": "^1.15",
"eslint": "^7",
"eslint-config-airbnb": "^18",
"eslint": "^8",
"eslint-config-airbnb": "^19",
"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-config-prettier": "^8",
"eslint-import-resolver-babel-module": "^5.3",
"eslint-plugin-import": "^2",
"eslint-plugin-import-helpers": "^1",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-react": "^7",
"eslint-plugin-react-pug": "^0.8",
"find-up": "^5",
"find-up": "^6",
"identity-obj-proxy": "^3",
"jest": "^26",
"jest": "^28",
"jest-enzyme": "^7",
"lodash": "^4",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"module-alias": "^2.2.2",
"react-redux": "^7.1",
"react-redux": "^8.0",
"react-scripts": "^5.0.1",
"redux": "^4.0",
"redux": "^4.2",
"redux-saga": "^1.1",
"stylelint": "^13",
"stylelint": "^14",
"stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?master",
"stylelint-config-prettier": "^8",
"stylelint-config-standard": "^20",
"stylelint-config-prettier": "^9",
"stylelint-config-standard": "^26",
"stylelint-config-styled-components": "^0.1",
"stylelint-processor-styled-components": "^1"
},
Expand Down
Loading

0 comments on commit 57f3357

Please sign in to comment.