aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 1b4eb2a..240b09b 100644
--- a/package.json
+++ b/package.json
@@ -20,18 +20,18 @@
"devDependencies": {
"@monaco-editor/react": "^4.4.5",
"chokidar-cli": "^3.0.0",
- "concurrently": "^7.0.0",
+ "concurrently": "^8.0.0",
"http-server": "^14.1.0",
- "parcel": "^2.3.0",
+ "parcel": "^2.8.0",
"process": "^0.11.10"
},
"alias": {
- "example": "./build/dev/javascript/lustre/dist/example",
- "lustre": "./build/dev/javascript/lustre/dist",
- "playground": "./build/dev/javascript/lustre/dist/playground"
+ "example": "./build/dev/javascript/lustre/example",
+ "lustre": "./build/dev/javascript/lustre",
+ "playground": "./build/dev/javascript/lustre/playground"
},
"dependencies": {
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
}
-} \ No newline at end of file
+}