Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 21, 2022
1 parent c59bee2 commit df96ed7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- dev
pull_request: {}
permissions:
actions: write
contents: read
actions: write
contents: read

jobs:
lint:
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,60 +35,60 @@
"/public/build"
],
"dependencies": {
"@prisma/client": "^3.11.1",
"@prisma/client": "^3.14.0",
"@remix-run/express": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.17.3",
"express": "^4.18.1",
"morgan": "^1.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@faker-js/faker": "^6.1.1",
"@faker-js/faker": "^6.3.1",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@testing-library/cypress": "^8.0.2",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.4",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.2.0",
"@types/bcryptjs": "^2.4.2",
"@types/compression": "^1.7.2",
"@types/eslint": "^8.4.1",
"@types/eslint": "^8.4.2",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.4",
"c8": "^7.11.0",
"cypress": "^9.5.3",
"dotenv": "^16.0.0",
"esbuild": "^0.14.29",
"eslint": "^8.12.0",
"@types/node": "^17.0.35",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"c8": "^7.11.3",
"cypress": "^9.6.1",
"dotenv": "^16.0.1",
"esbuild": "^0.14.39",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"happy-dom": "^2.55.0",
"msw": "^0.39.2",
"msw": "^0.40.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"prisma": "^3.11.1",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"prisma": "^3.14.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.23",
"tailwindcss": "^3.0.24",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vite-tsconfig-paths": "^3.4.1",
"vitest": "^0.8.2"
"vitest": "^0.12.8"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion remix.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"sort-package-json": "^1.55.0"
"sort-package-json": "^1.57.0"
}
}

0 comments on commit df96ed7

Please sign in to comment.