Skip to content

Commit

Permalink
chore: update dependencies (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored May 17, 2024
1 parent c4888dd commit e472228
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"express": "^4.19.2",
"isbot": "^4.4.0",
"morgan": "^1.10.0",
"prom-client": "^15.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"prom-client": "^15.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"source-map-support": "^0.5.21",
"tiny-invariant": "^1.3.3"
},
Expand All @@ -58,49 +58,49 @@
"@types/bcryptjs": "^2.4.6",
"@types/compression": "^1.7.5",
"@types/cookie": "^0.6.0",
"@types/eslint": "^8.56.6",
"@types/eslint": "^8.56.10",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^18.19.26",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/node": "^18.19.31",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.3",
"autoprefixer": "^10.4.19",
"cookie": "^0.6.0",
"cypress": "^13.7.1",
"cypress": "^13.8.1",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"happy-dom": "^14.3.9",
"msw": "^2.2.13",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"happy-dom": "^14.7.1",
"msw": "^2.2.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^4.16.2",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.2",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.3"
},
"engines": {
"node": ">=18.0.0"
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,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@npmcli/package-json": "^5.0.0",
"@npmcli/package-json": "^5.1.0",
"semver": "^7.6.0"
}
}

0 comments on commit e472228

Please sign in to comment.