Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jan 13, 2025
1 parent 3796c8c commit de24b70
Show file tree
Hide file tree
Showing 2 changed files with 1,971 additions and 1,212 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/plugin-transform-typescript": "^7.26.5",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/babel-plugin": "^11.13.5",
"@jest/types": "^29.6.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@size-limit/preset-big-lib": "^11.1.6",
Expand All @@ -82,15 +82,15 @@
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/node": "^22.10.6",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@types/react-router-dom": "^5.3.3",
"@types/sanitize-html": "^2.13.0",
"@types/styled-components": "^5.1.34",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
Expand All @@ -100,53 +100,53 @@
"babel-plugin-styled-components": "^2.1.4",
"c8": "^10.1.3",
"cssnano": "^7.0.6",
"cypress": "13.16.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"cypress": "13.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"husky": "^9.1.7",
"intersection-observer": "^0.12.2",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.1",
"jsdom": "^26.0.0",
"lint-staged": "^15.3.0",
"postcss": "^8.5.0",
"postcss-preset-env": "^10.1.3",
"postcss-syntax": "^0.36.2",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.1",
"rimraf": "^6.0.1",
"rollup": "^4.28.1",
"rollup": "^4.30.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.83.0",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.1",
"semver": "7.6.3",
"size-limit": "^11.1.6",
"snyk": "^1.1294.3",
"snyk": "^1.1295.0",
"start-server-and-test": "^2.0.9",
"stylelint": "^16.11.0",
"stylelint": "^16.13.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended": "^15.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^6.0.4",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit de24b70

Please sign in to comment.