Skip to content

Commit

Permalink
Merge pull request #139 from cyprus-developer-community/feat/pkg-update
Browse files Browse the repository at this point in the history
feat: pkg update
  • Loading branch information
PatrickHeneise authored Sep 6, 2023
2 parents 441bb01 + 4831693 commit 8d1df8c
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 697 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@octokit/auth-app": "^4.0.13",
"@octokit/graphql": "^5.0.6",
"@octokit/auth-app": "^6.0.0",
"@octokit/graphql": "^7.0.1",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@remix-run/server-runtime": "^1.19.3",
"@types/marked": "^4.3.1",
"@types/marked": "^5.0.1",
"@zentered/issue-forms-body-parser": "^2.1.4",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"graphql": "^16.8.0",
"marked": "^4.3.0",
"marked": "^8.0.0",
"node-cache": "^5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -74,34 +74,34 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/typed-document-node": "^3.0.2",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@playwright/test": "^1.37.1",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.17.14",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
"@unocss/cli": "^0.55.7",
"@unocss/reset": "^0.55.7",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-markdown": "^3.0.1",
"husky": "8.0.3",
"is-ci": "^3.0.1",
"jsdom": "^21.1.2",
"lint-staged": "^13.3.0",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"msw": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0",
Expand Down
Loading

0 comments on commit 8d1df8c

Please sign in to comment.