Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): pin dependencies #2

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading