Skip to content

Commit

Permalink
chore: updates (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Nov 7, 2022
1 parent e31f816 commit 750a314
Show file tree
Hide file tree
Showing 2 changed files with 860 additions and 889 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.0",
"@babel/preset-env": "^7.19.4",
"@babel/plugin-transform-typescript": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/babel-plugin": "^11.10.5",
Expand All @@ -64,20 +64,20 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-loader": "^9.0.0",
"babel-loader": "^9.1.0",
"babel-plugin-styled-components": "^2.0.7",
"cssnano": "^5.1.14",
"cypress": "10.11.0",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
Expand All @@ -94,26 +94,26 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-router-dom": "^6.4.3",
"rimraf": "^3.0.2",
"rollup": "^3.2.3",
"rollup": "^3.2.5",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"snyk": "^1.1044.0",
"snyk": "^1.1053.0",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.14.0",
"stylelint": "^14.14.1",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^5.0.0",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4",
"vite": "^3.2.1",
"vite": "^3.2.2",
"webpack": "^5.74.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 750a314

Please sign in to comment.