Skip to content

Commit

Permalink
chore: upgrade packages (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Jan 29, 2024
1 parent e8ca313 commit 3afeaf9
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 549 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@emotion/babel-plugin": "^11.11.0",
Expand All @@ -72,12 +72,12 @@
"@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.1",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
Expand All @@ -87,8 +87,8 @@
"@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",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
Expand All @@ -102,7 +102,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"intersection-observer": "^0.12.2",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
Expand All @@ -126,7 +126,7 @@
"sass": "^1.70.0",
"semver": "^7.5.4",
"size-limit": "^11.0.2",
"snyk": "^1.1274.0",
"snyk": "^1.1275.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.2.0",
"stylelint-config-recommended": "^14.0.0",
Expand All @@ -138,7 +138,7 @@
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

1 comment on commit 3afeaf9

@vercel
Copy link

@vercel vercel bot commented on 3afeaf9 Jan 29, 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.