Skip to content

Commit

Permalink
chore: update dependencies (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Jul 1, 2023
1 parent e1b462e commit fa75819
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"/public/build"
],
"dependencies": {
"@architect/architect": "^10.12.5",
"@architect/architect": "^10.12.7",
"@architect/functions": "^5.4.1",
"@paralleldrive/cuid2": "^2.2.1",
"@remix-run/architect": "*",
Expand All @@ -33,7 +33,7 @@
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
"bcryptjs": "2.4.3",
"isbot": "^3.6.10",
"isbot": "^3.6.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tiny-invariant": "^1.3.1"
Expand All @@ -46,16 +46,16 @@
"@testing-library/jest-dom": "^5.16.5",
"@types/architect__functions": "^3.13.7",
"@types/bcryptjs": "2.4.2",
"@types/eslint": "^8.40.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^0.32.0",
"@types/eslint": "^8.40.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"cypress": "^12.14.0",
"esbuild": "^0.18.1",
"eslint": "^8.42.0",
"cypress": "^12.15.0",
"esbuild": "^0.18.8",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-markdown": "^3.0.0",
Expand All @@ -72,7 +72,7 @@
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^3.6.0",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"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 @@ -7,7 +7,7 @@
"@architect/utils": "^3.1.9",
"@npmcli/package-json": "^2.0.0",
"inquirer": "^8.2.5",
"semver": "^7.5.1",
"semver": "^7.5.3",
"yaml": "^2.3.1"
}
}

0 comments on commit fa75819

Please sign in to comment.