Skip to content

Commit

Permalink
chore: upgrade packages (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed May 29, 2023
1 parent 690be4e commit af3d3f1
Show file tree
Hide file tree
Showing 11 changed files with 1,757 additions and 1,705 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"focus-visible": "^5.2.0",
"styled-components": "5.3.10"
"styled-components": "5.3.11"
},
"peerDependencies": {
"react": "^18.1.0",
Expand All @@ -50,12 +50,12 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/plugin-transform-typescript": "^7.22.3",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@emotion/babel-plugin": "^11.11.0",
"@jest/types": "^29.5.0",
Expand All @@ -71,23 +71,23 @@
"@testing-library/user-event": "^14.4.3",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.4",
"@types/react": "^18.2.6",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-c8": "^0.31.1",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.1.1",
"c8": "^7.13.0",
"babel-plugin-styled-components": "^2.1.3",
"c8": "^7.14.0",
"cssnano": "^6.0.1",
"cypress": "12.12.0",
"eslint": "^8.40.0",
"cypress": "12.13.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -96,21 +96,21 @@
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"postcss": "^8.4.23",
"postcss-preset-env": "^8.3.2",
"postcss": "^8.4.24",
"postcss-preset-env": "^8.4.1",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-live-runner": "^1.0.5",
"react-router-dom": "^6.11.1",
"react-router-dom": "^6.11.2",
"react-runner": "^1.0.3",
"rimraf": "^5.0.0",
"rollup": "^3.21.7",
"rimraf": "^5.0.1",
"rollup": "^3.23.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -119,18 +119,18 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"sass": "^1.62.1",
"snyk": "^1.1155.0",
"snyk": "^1.1168.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.6.1",
"stylelint": "^15.6.2",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^6.0.3",
"stylelint-processor-styled-components": "^1.10.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0",
"webpack": "^5.82.1"
"vite": "^4.3.9",
"vitest": "^0.31.1",
"webpack": "^5.84.1"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

1 comment on commit af3d3f1

@vercel
Copy link

@vercel vercel bot commented on af3d3f1 May 29, 2023

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.