Skip to content

Commit

Permalink
chore: update dependencies (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jun 23, 2022
1 parent 41abdea commit 969a01e
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 102 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-strip": "^2.1.0",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/dom": "^8.13.0",
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@testing-library/user-event": "^14.2.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.43",
"@types/react": "^18.0.12",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react": "^1.3.2",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"cssnano": "^5.1.11",
"cypress": "10.1.0",
"eslint": "^8.17.0",
"cssnano": "^5.1.12",
"cypress": "10.2.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand All @@ -84,32 +84,32 @@
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.2",
"postcss": "^8.4.14",
"postcss-syntax": "^0.36.2",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.75.5",
"rollup": "^2.75.7",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"snyk": "^1.950.0",
"snyk": "^1.956.0",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.8.5",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^5.0.0",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^28.0.5",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"vite": "^2.9.10"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 969a01e

Please sign in to comment.