Skip to content

Commit

Permalink
chore: update packages (#455)
Browse files Browse the repository at this point in the history
- updated packages
- updated rollup configuration
  • Loading branch information
prabhuignoto authored Jan 15, 2024
1 parent e39840c commit fd1f5c1
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 255 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
Expand All @@ -88,12 +88,12 @@
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"c8": "^9.0.0",
"c8": "^9.1.0",
"cssnano": "^6.0.3",
"cypress": "13.6.2",
"eslint": "^8.56.0",
Expand All @@ -110,14 +110,14 @@
"postcss": "^8.4.33",
"postcss-preset-env": "^9.3.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-router-dom": "^6.21.2",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.9.5",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -127,7 +127,7 @@
"sass": "^1.69.7",
"semver": "^7.5.4",
"size-limit": "^11.0.1",
"snyk": "^1.1268.0",
"snyk": "^1.1269.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.1.0",
"stylelint-config-recommended": "^14.0.0",
Expand All @@ -138,7 +138,7 @@
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
"vitest": "^1.2.0"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

1 comment on commit fd1f5c1

@vercel
Copy link

@vercel vercel bot commented on fd1f5c1 Jan 15, 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.