Skip to content

Commit

Permalink
updated packages (#464)
Browse files Browse the repository at this point in the history
* remove focus-visible references
* disable buble in rollup config
  • Loading branch information
prabhuignoto committed Jan 23, 2024
1 parent 78ef214 commit e8ca313
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 459 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"dependencies": {
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"focus-visible": "^5.2.0",
"styled-components": "^6.1.8",
"xss": "^1.0.14"
},
Expand Down Expand Up @@ -73,7 +72,7 @@
"@size-limit/preset-big-lib": "^11.0.2",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -85,8 +84,8 @@
"@types/sanitize-html": "^2.9.5",
"@types/styled-components": "^5.1.34",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
Expand All @@ -105,7 +104,7 @@
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"husky": "^8.0.3",
"intersection-observer": "^0.12.2",
"jsdom": "^23.2.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"postcss-preset-env": "^9.3.0",
Expand All @@ -115,9 +114,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.21.2",
"react-router-dom": "^6.21.3",
"rimraf": "^5.0.5",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -127,17 +126,17 @@
"sass": "^1.70.0",
"semver": "^7.5.4",
"size-limit": "^11.0.2",
"snyk": "^1.1269.0",
"snyk": "^1.1274.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"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.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.0.11",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
},
Expand Down
Loading

1 comment on commit e8ca313

@vercel
Copy link

@vercel vercel bot commented on e8ca313 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.