aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-04-27 21:52:15 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-04-27 21:52:15 +0100
commit10bc93f41efdd9aab25e1e0d29b02b3b961158c5 (patch)
tree9d9c8fc3daf61326b7ebe4781be8d58e7dc8444a /package.json
parent19ec0b446041f77a623e574656442c76d75107ae (diff)
downloadlustre-10bc93f41efdd9aab25e1e0d29b02b3b961158c5.tar.gz
lustre-10bc93f41efdd9aab25e1e0d29b02b3b961158c5.zip
:bookmark: Code for 3.0.0-rc.13.0.0-rc.1
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
+}