Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: now minimum engine version is 22
feat: upgrade decaf library versions
  • Loading branch information
alioguzhan committed Dec 31, 2024
1 parent 97d868e commit e2eee52
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "--username-- <--usermail-->",
"type": "module",
"engines": {
"node": ">=20"
"node": ">=22"
},
"scripts": {
"dev": "vite",
Expand All @@ -19,52 +19,52 @@
"zeus": "zeus https://${DECAF_WEBAPP_HOST}/apis/microlot/v1/graphql ./src/autogen --typescript --typedDocumentNode --header=\"'Authorization:${DECAF_AUTH_HEADER}'\""
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@decafhub/decaf-client": "^0.5.1",
"@decafhub/decaf-react": "^0.5.0",
"@decafhub/decaf-react-webapp": "^0.2.16",
"antd": "^5.20.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-number-format": "^5.4.2",
"react-router-dom": "^6.26.2"
"@ant-design/icons": "^5.5.2",
"@decafhub/decaf-client": "^0.6.0",
"@decafhub/decaf-react": "^0.6.1",
"@decafhub/decaf-react-webapp": "^0.4.0",
"antd": "^5.22.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-number-format": "^5.4.3",
"react-router-dom": "^7.1.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-resolvers": "^4.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.10.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc-d1afcb43-20240903",
"globals": "^15.9.0",
"graphql-zeus": "^6.0.0",
"husky": "^9.1.6",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "^15.14.0",
"graphql-zeus": "^7.0.2",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-checker": "^0.8.0",
"vitest": "^2.1.1"
"vitest": "^2.1.8"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit e2eee52

Please sign in to comment.