Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Release-As: 0.6.1
  • Loading branch information
alioguzhan committed Jan 12, 2024
1 parent 5c41098 commit 7418992
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,46 @@
"@ant-design/icons": "^5.2.6",
"@decafhub/decaf-client": "^0.5.0",
"@decafhub/decaf-react": "^0.4.0",
"@decafhub/decaf-react-webapp": "^0.2.13",
"antd": "^5.12.1",
"@decafhub/decaf-react-webapp": "^0.2.14",
"antd": "^5.12.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-number-format": "^5.3.1",
"react-router-dom": "^6.20.1"
"react-router-dom": "^6.21.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-checker": "^0.6.2",
"vitest": "^1.0.1"
"vitest": "^1.1.3"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 7418992

Please sign in to comment.