Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florianwiech committed Jan 19, 2022
1 parent a42dbd3 commit f6d5cd1
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 407 deletions.
5 changes: 1 addition & 4 deletions cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ export class RemixStack extends cdk.Stack {
handler: 'handler',
entry: join(__dirname, 'server/index.js'),
environment: {
AWS_NODEJS_CONNECTION_REUSE_ENABLED: "1",
NODE_ENV: "production",
},
bundling: {
minify: true,
sourceMap: true,
target: "es2020",
nodeModules: ['@remix-run/architect', 'react', 'react-dom'],
},
timeout: cdk.Duration.seconds(10),
logRetention: logs.RetentionDays.THREE_DAYS,
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"start": "node concurrently.js"
},
"dependencies": {
"@remix-run/architect": "^1.0.6",
"@remix-run/react": "^1.0.6",
"aws-sdk": "2.796.0",
"@remix-run/architect": "^1.1.1",
"@remix-run/react": "^1.1.1",
"aws-sdk": "2.1059.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.0.6"
"remix": "^1.1.1"
},
"devDependencies": {
"@architect/architect": "^9.4.2",
"@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
"@remix-run/dev": "^1.0.6",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"aws-cdk": "^2.1.0",
"aws-cdk-lib": "^2.1.0",
"concurrently": "^6.4.0",
"constructs": "^10.0.12",
"esbuild": "^0.14.3",
"@architect/architect": "^9.5.4",
"@aws-cdk/aws-apigatewayv2-alpha": "^2.8.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.8.0-alpha.0",
"@remix-run/dev": "^1.1.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"aws-cdk": "^2.8.0",
"aws-cdk-lib": "^2.8.0",
"concurrently": "^7.0.0",
"constructs": "^10.0.38",
"esbuild": "^0.14.11",
"source-map-support": "^0.5.21",
"typescript": "^4.1.2"
"typescript": "^4.5.4"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
module.exports = {
appDirectory: "app",
browserBuildDirectory: "public/build",
assetsBuildDirectory: "public/build",
publicPath: "/_static/build/",
serverBuildDirectory: "server/build",
devServerPort: 8002
Expand Down
Loading

0 comments on commit f6d5cd1

Please sign in to comment.