Skip to content

Commit

Permalink
chore: update packages (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Nov 24, 2022
1 parent 750a314 commit 9c7bc09
Show file tree
Hide file tree
Showing 2 changed files with 843 additions and 781 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/babel-plugin": "^11.10.5",
"@jest/types": "^29.2.1",
"@jest/types": "^29.3.1",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-buble": "^1.0.1",
"@rollup/plugin-commonjs": "^23.0.2",
Expand All @@ -64,57 +64,57 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.2",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-loader": "^9.1.0",
"babel-plugin-styled-components": "^2.0.7",
"cssnano": "^5.1.14",
"cypress": "10.11.0",
"eslint": "^8.27.0",
"cypress": "11.2.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"husky": "^8.0.1",
"jest": "^29.2.2",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"postcss-syntax": "^0.36.2",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.4.3",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"rollup": "^3.4.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.4.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.34.1",
"snyk": "^1.1053.0",
"snyk": "^1.1061.0",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.14.1",
"stylelint": "^14.15.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^5.0.0",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"webpack": "^5.74.0"
"typescript": "^4.9.3",
"vite": "^3.2.4",
"webpack": "^5.75.0"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

0 comments on commit 9c7bc09

Please sign in to comment.