Skip to content

Commit

Permalink
chore(deps): pin dependencies (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent fdbd8ea commit 47804ba
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
18.19.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:18-alpine@sha256:0085670310d2879621f96a4216c893f92e2ded827e9e6ef8437672e1bd72f437 AS base

WORKDIR /app
ENV IS_DOCKER=true
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
"express": "4.18.2",
"express-rate-limit": "7.1.5",
"helmet": "7.1.0",
"isbot": "^4",
"isbot": "4.4.0",
"morgan": "1.10.0",
"react": "18.2",
"react-dom": "18.2"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@remix-run/dev": "2.6.0",
"@total-typescript/ts-reset": "0.5.1",
"@tsconfig/node18": "18.2.2",
"@tsconfig/remix": "2.0.3",
"@tsconfig/strictest": "2.0.2",
"@types/express": "4.17.21",
"@types/morgan": "1.9.9",
"@types/node": "18",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@types/node": "18.19.14",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"autoprefixer": "10.4.17",
"eslint": "^8.38.0",
"eslint": "8.56.0",
"eslint-config-promise": "github:promise/eslint-config",
"tailwindcss": "3.4.1",
"typescript": "^5.1.6"
"typescript": "5.3.3"
},
"eslintConfig": {
"extends": "promise",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47804ba

Please sign in to comment.