Skip to content

Commit c3faff1

Browse files
committed
Update react implementation.
1 parent 2d53eb2 commit c3faff1

File tree

12 files changed

+1193
-3481
lines changed

12 files changed

+1193
-3481
lines changed

devbox.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.5/.schema/devbox.schema.json",
3+
"packages": ["nodejs@20"],
4+
"shell": {
5+
"init_hook": [
6+
"echo 'Welcome to devbox!' > /dev/null"
7+
],
8+
"scripts": {
9+
"test": [
10+
"echo \"Error: no test specified\" && exit 1"
11+
]
12+
}
13+
}
14+
}

devbox.lock

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"lockfile_version": "1",
3+
"packages": {
4+
"nodejs@20": {
5+
"last_modified": "2024-09-10T15:01:03Z",
6+
"plugin_version": "0.0.2",
7+
"resolved": "github:NixOS/nixpkgs/5ed627539ac84809c78b2dd6d26a5cebeb5ae269#nodejs_20",
8+
"source": "devbox-search",
9+
"version": "20.17.0",
10+
"systems": {
11+
"aarch64-darwin": {
12+
"outputs": [
13+
{
14+
"name": "out",
15+
"path": "/nix/store/hxl1k8qgmrm1vfq5f419iv4wybz9szqq-nodejs-20.17.0",
16+
"default": true
17+
},
18+
{
19+
"name": "libv8",
20+
"path": "/nix/store/baf3p9zf8dn2arp6wjkdi3v0g2xgfd6y-nodejs-20.17.0-libv8"
21+
}
22+
],
23+
"store_path": "/nix/store/hxl1k8qgmrm1vfq5f419iv4wybz9szqq-nodejs-20.17.0"
24+
},
25+
"aarch64-linux": {
26+
"outputs": [
27+
{
28+
"name": "out",
29+
"path": "/nix/store/vc64zpxndmp3xh9699yb2vpbl81pxbk0-nodejs-20.17.0",
30+
"default": true
31+
},
32+
{
33+
"name": "libv8",
34+
"path": "/nix/store/0c57mzp5bqf0pp4a0pdj8wynphsgi92c-nodejs-20.17.0-libv8"
35+
}
36+
],
37+
"store_path": "/nix/store/vc64zpxndmp3xh9699yb2vpbl81pxbk0-nodejs-20.17.0"
38+
},
39+
"x86_64-darwin": {
40+
"outputs": [
41+
{
42+
"name": "out",
43+
"path": "/nix/store/lgyrki1i0205nwh51c1h22bhl95x0nyd-nodejs-20.17.0",
44+
"default": true
45+
},
46+
{
47+
"name": "libv8",
48+
"path": "/nix/store/n4xvswmgb3ql2440bkl8xk4i3b11w46x-nodejs-20.17.0-libv8"
49+
}
50+
],
51+
"store_path": "/nix/store/lgyrki1i0205nwh51c1h22bhl95x0nyd-nodejs-20.17.0"
52+
},
53+
"x86_64-linux": {
54+
"outputs": [
55+
{
56+
"name": "out",
57+
"path": "/nix/store/w78sh036dyn14f29w8za9ni9syrmwm3q-nodejs-20.17.0",
58+
"default": true
59+
},
60+
{
61+
"name": "libv8",
62+
"path": "/nix/store/bsqha32xvv1j20bwkhr2wsnclk4qsi3a-nodejs-20.17.0-libv8"
63+
}
64+
],
65+
"store_path": "/nix/store/w78sh036dyn14f29w8za9ni9syrmwm3q-nodejs-20.17.0"
66+
}
67+
}
68+
}
69+
}
70+
}

implementations/react-15.3.1/build.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)