@shopify/remix-oxygen
Advanced tools
Comparing version 0.0.0-next-6b8537b-20230605175010 to 0.0.0-next-6e19fa6-20230823162419
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "0.0.0-next-6b8537b-20230605175010", | ||
"version": "0.0.0-next-6e19fa6-20230823162419", | ||
"license": "MIT", | ||
@@ -16,4 +16,4 @@ "main": "dist/index.cjs", | ||
"scripts": { | ||
"build": "tsup --clean --config ../../tsup.config.ts", | ||
"dev": "tsup --watch --config ../../tsup.config.ts", | ||
"build": "tsup --clean", | ||
"dev": "tsup --watch", | ||
"prepack": "npm run build", | ||
@@ -45,10 +45,10 @@ "typecheck": "tsc --noEmit" | ||
"dependencies": { | ||
"@remix-run/server-runtime": "1.15.0" | ||
"@remix-run/server-runtime": "1.19.1" | ||
}, | ||
"devDependencies": { | ||
"@shopify/oxygen-workers-types": "^3.17.2" | ||
"@shopify/oxygen-workers-types": "^3.17.3" | ||
}, | ||
"peerDependencies": { | ||
"@shopify/oxygen-workers-types": "^3.17.2" | ||
"@shopify/oxygen-workers-types": "^3.17.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48803
14
+ Added@remix-run/router@1.7.2(transitive)
+ Added@remix-run/server-runtime@1.19.1(transitive)
- Removed@remix-run/router@1.5.0(transitive)
- Removed@remix-run/server-runtime@1.15.0(transitive)
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@18.3.18(transitive)
- Removedcsstype@3.1.3(transitive)