Skip to content

Commit

Permalink
chore: updates (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Apr 29, 2024
1 parent a887bdf commit 69f70c9
Show file tree
Hide file tree
Showing 2 changed files with 751 additions and 798 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"focus-visible": "^5.2.0",
"styled-components": "^6.1.8",
"use-debounce": "^10.0.0",
Expand Down Expand Up @@ -75,32 +75,32 @@
"@rollup/plugin-terser": "^0.4.4",
"@size-limit/preset-big-lib": "^11.1.2",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/sanitize-html": "^2.11.0",
"@types/styled-components": "^5.1.34",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-styled-components": "^2.1.4",
"c8": "^9.1.0",
"cssnano": "^6.1.2",
"cypress": "13.7.2",
"eslint": "^9.0.0",
"cssnano": "^7.0.1",
"cypress": "13.8.1",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand All @@ -112,16 +112,16 @@
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.4",
"postcss-preset-env": "^9.5.9",
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.22.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-router-dom": "^6.23.0",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup": "^4.17.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -130,24 +130,24 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.74.1",
"sass": "^1.75.0",
"semver": "7.6.0",
"size-limit": "^11.1.2",
"snyk": "^1.1287.0",
"snyk": "^1.1290.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^6.0.4",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.2.8",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.2"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

0 comments on commit 69f70c9

Please sign in to comment.