Skip to content

Commit

Permalink
chore: pkg updates (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise authored Sep 6, 2023
1 parent 072ebd0 commit 965ec30
Show file tree
Hide file tree
Showing 2 changed files with 2,286 additions and 2,238 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"/public/build"
],
"dependencies": {
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.16",
"@octokit/auth-app": "^4.0.9",
"@octokit/graphql": "^5.0.5",
"@remix-run/node": "^1.13.0",
"@remix-run/react": "^1.13.0",
"@remix-run/serve": "^1.13.0",
"@remix-run/server-runtime": "^1.13.0",
"@types/marked": "^4.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@octokit/auth-app": "^4.0.13",
"@octokit/graphql": "^5.0.6",
"@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",
"@zentered/issue-forms-body-parser": "^2.1.4",
"date-fns": "^2.29.3",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"graphql": "^16.6.0",
"marked": "^4.2.12",
"graphql": "^16.8.0",
"marked": "^4.3.0",
"node-cache": "^5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -72,40 +72,40 @@
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/typed-document-node": "^3.0.1",
"@graphql-codegen/typescript": "^3.0.1",
"@graphql-codegen/typescript-operations": "^3.0.1",
"@playwright/test": "^1.31.1",
"@remix-run/dev": "^1.13.0",
"@remix-run/eslint-config": "^1.13.0",
"@testing-library/jest-dom": "^5.16.5",
"@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",
"@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/react": "^14.0.0",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@unocss/cli": "^0.50.1",
"@unocss/reset": "^0.50.1",
"@types/node": "^18.17.14",
"@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",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-markdown": "^3.0.1",
"husky": "8.0.3",
"is-ci": "^3.0.1",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.2",
"msw": "^1.2.1",
"jsdom": "^21.1.2",
"lint-staged": "^13.3.0",
"msw": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"unocss": "^0.50.1",
"vite": "^4.1.4",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.29.1"
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.3"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 965ec30

Please sign in to comment.