Skip to content

Commit

Permalink
Merge pull request #110 from PagerDuty/dependabot/npm_and_yarn/develo…
Browse files Browse the repository at this point in the history
…p/styled-components-6.0.1
  • Loading branch information
gsreynolds authored Jun 28, 2023
2 parents 37e1b0a + c1fb913 commit e7f458f
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
es2021: true,
},
extends: ['plugin:react/recommended', 'airbnb', 'plugin:cypress/recommended'],
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaFeatures: { jsx: true },
ecmaVersion: 12,
Expand Down
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@braintree/sanitize-url": "^6.0.2",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@craco/craco": "7.0.0",
"@craco/craco": "^7.0.0",
"@datadog/browser-rum": "^4.43.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
Expand All @@ -19,11 +19,10 @@
"@pagerduty/pdjs": "^2.2.3",
"@types/jest": "^29.5.1",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"autoprefixer": "10.4.13",
"@types/react": "^18.2.14",
"autoprefixer": "^10.4.13",
"axios": "^1.2.4",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.6.2",
"bottleneck": "^2.19.5",
"chakra-react-select": "^4.6.0",
Expand All @@ -32,45 +31,45 @@
"font-awesome": "^4.7.0",
"framer-motion": "^10.12.7",
"fuse.js": "^6.6.2",
"i18next": "^22.4.8",
"i18next-browser-languagedetector": "^7.0.1",
"i18next": "^22.4.8",
"immer": "^10.0.2",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
"mezr": "^0.6.2",
"moment": "^2.29.4",
"node-sass": "^7.0.3",
"pretty-print-error": "^1.1.1",
"react": "^18",
"react-bootstrap": "^2.8.0",
"react-contextmenu": "^2.14.0",
"react-datepicker": "^4.14.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd": "^16.0.1",
"react-dom": "^18",
"react-i18next": "^12.1.5",
"react-icons": "^4.8.0",
"react-inject-env": "^2.0.1",
"react-intersection-observer": "^9.5.1",
"react-minimal-pie-chart": "^8.4.0",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-table": "^7.8.0",
"react-test-renderer": "^18.2.0",
"react-window": "^1.8.8",
"redux": "^4.2.1",
"react": "^18",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.1",
"styled-components": "^5.3.7",
"redux": "^4.2.1",
"styled-components": "^6.0.1",
"typescript": "^5.0.4",
"use-debounce": "^9.0.3",
"validator": "^13.7.0",
"web-vitals": "^3.1.0"
},
"resolutions": {
"autoprefixer": "10.4.5",
"nwsapi": "2.2.2"
"autoprefixer": "^10.4.5",
"nwsapi": "^2.2.2"
},
"scripts": {
"start": "npx craco start",
Expand Down Expand Up @@ -109,41 +108,44 @@
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.1",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.22.5",
"@cypress/react": "7.0.1",
"@cypress/react": "^7.0.1",
"@cypress/webpack-dev-server": "^3.2.3",
"@faker-js/faker": "^8.0.2",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@welldone-software/why-did-you-render": "^7.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"cy2": "^3.4.3",
"cypress": "^10.10.0",
"cypress-fail-fast": "^7.0.0",
"eslint": "^7.32.0",
"cypress": "^10.10.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-styled-components-a11y": "^2.1.0",
"eslint": "^8.43.0",
"genversion": "^3.1.1",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "5",
"html-webpack-plugin": "^5",
"i18next-parser": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest-canvas-mock": "^2.4.0",
"jest-location-mock": "^1.0.9",
"prettier": "^2.8.0",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"prettier-eslint": "^15.0.1",
"prettier": "^2.8.0",
"redux-mock-store": "^1.5.4",
"redux-saga-test-plan": "^4.0.6",
"resolve-url-loader": "^5.0.0",
Expand Down
Loading

0 comments on commit e7f458f

Please sign in to comment.