Skip to content

Commit

Permalink
chore: update major
Browse files Browse the repository at this point in the history
Malolan committed Jan 8, 2023
1 parent 98fe3be commit 0798b1e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"vite-plugin-svgr": "2.2.2"
"vite-plugin-svgr": "2.4.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.0",
@@ -39,35 +39,35 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^3.0.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.9.1",
"husky": "^8.0.3",
"jest": "28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest": "29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "2.7.1",
"prettier": "2.8.2",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.2.4",
"ts-jest": "28.0.8",
"ts-jest": "29.0.3",
"typescript": "^4.9.4",
"vite": "^3.2.5",
"vite-tsconfig-paths": "^3.6.0"
"vite": "^4.0.4",
"vite-tsconfig-paths": "^4.0.3"
}
}

0 comments on commit 0798b1e

Please sign in to comment.