create-cedar-app 2.1.0-rc.35 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/create-cedar-app.js +1 -1
- package/package.json +4 -4
- package/templates/esm-js/.yarn/install-state.gz +0 -0
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +3 -3
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-js/yarn.lock +182 -182
- package/templates/esm-ts/.yarn/install-state.gz +0 -0
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +3 -3
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/esm-ts/yarn.lock +182 -182
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +3 -3
- package/templates/js/web/package.json +4 -4
- package/templates/js/yarn.lock +182 -182
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +3 -3
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/yarn.lock +182 -182
|
@@ -1780,15 +1780,15 @@ __metadata:
|
|
|
1780
1780
|
languageName: node
|
|
1781
1781
|
linkType: hard
|
|
1782
1782
|
|
|
1783
|
-
"@cedarjs/api-server@npm:2.1.0
|
|
1784
|
-
version: 2.1.0
|
|
1785
|
-
resolution: "@cedarjs/api-server@npm:2.1.0
|
|
1786
|
-
dependencies:
|
|
1787
|
-
"@cedarjs/context": "npm:2.1.0
|
|
1788
|
-
"@cedarjs/fastify-web": "npm:2.1.0
|
|
1789
|
-
"@cedarjs/internal": "npm:2.1.0
|
|
1790
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
1791
|
-
"@cedarjs/web-server": "npm:2.1.0
|
|
1783
|
+
"@cedarjs/api-server@npm:2.1.0":
|
|
1784
|
+
version: 2.1.0
|
|
1785
|
+
resolution: "@cedarjs/api-server@npm:2.1.0"
|
|
1786
|
+
dependencies:
|
|
1787
|
+
"@cedarjs/context": "npm:2.1.0"
|
|
1788
|
+
"@cedarjs/fastify-web": "npm:2.1.0"
|
|
1789
|
+
"@cedarjs/internal": "npm:2.1.0"
|
|
1790
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
1791
|
+
"@cedarjs/web-server": "npm:2.1.0"
|
|
1792
1792
|
"@fastify/multipart": "npm:9.0.3"
|
|
1793
1793
|
"@fastify/url-data": "npm:6.0.3"
|
|
1794
1794
|
chalk: "npm:4.1.2"
|
|
@@ -1804,7 +1804,7 @@ __metadata:
|
|
|
1804
1804
|
split2: "npm:4.2.0"
|
|
1805
1805
|
yargs: "npm:17.7.2"
|
|
1806
1806
|
peerDependencies:
|
|
1807
|
-
"@cedarjs/graphql-server": 2.1.0
|
|
1807
|
+
"@cedarjs/graphql-server": 2.1.0
|
|
1808
1808
|
peerDependenciesMeta:
|
|
1809
1809
|
"@cedarjs/graphql-server":
|
|
1810
1810
|
optional: true
|
|
@@ -1815,13 +1815,13 @@ __metadata:
|
|
|
1815
1815
|
rw-api-server-watch: dist/cjs/watch.js
|
|
1816
1816
|
rw-log-formatter: dist/cjs/logFormatter/bin.js
|
|
1817
1817
|
rw-server: dist/cjs/bin.js
|
|
1818
|
-
checksum: 10c0/
|
|
1818
|
+
checksum: 10c0/d4cd79e312ce504aead2d29461db54abcc43d8ab8f2ceb04183dff29478f63b53b156b4871088d6a77beebfbf40c172ec419f5d2805a1c06d20b7612b88e52fb
|
|
1819
1819
|
languageName: node
|
|
1820
1820
|
linkType: hard
|
|
1821
1821
|
|
|
1822
|
-
"@cedarjs/api@npm:2.1.0
|
|
1823
|
-
version: 2.1.0
|
|
1824
|
-
resolution: "@cedarjs/api@npm:2.1.0
|
|
1822
|
+
"@cedarjs/api@npm:2.1.0":
|
|
1823
|
+
version: 2.1.0
|
|
1824
|
+
resolution: "@cedarjs/api@npm:2.1.0"
|
|
1825
1825
|
dependencies:
|
|
1826
1826
|
"@prisma/client": "npm:6.19.1"
|
|
1827
1827
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
@@ -1846,23 +1846,23 @@ __metadata:
|
|
|
1846
1846
|
rw: dist/cjs/bins/redwood.js
|
|
1847
1847
|
rwfw: dist/cjs/bins/rwfw.js
|
|
1848
1848
|
tsc: dist/cjs/bins/tsc.js
|
|
1849
|
-
checksum: 10c0/
|
|
1849
|
+
checksum: 10c0/ff4cc1c2f106004afc40120feb274a433be81bde18b5c58c96049cd5f213d9567851466c09b378980df212ff6d5c25966fc240be5d74c0f8e0041c3733870377
|
|
1850
1850
|
languageName: node
|
|
1851
1851
|
linkType: hard
|
|
1852
1852
|
|
|
1853
|
-
"@cedarjs/auth@npm:2.1.0
|
|
1854
|
-
version: 2.1.0
|
|
1855
|
-
resolution: "@cedarjs/auth@npm:2.1.0
|
|
1853
|
+
"@cedarjs/auth@npm:2.1.0":
|
|
1854
|
+
version: 2.1.0
|
|
1855
|
+
resolution: "@cedarjs/auth@npm:2.1.0"
|
|
1856
1856
|
dependencies:
|
|
1857
1857
|
core-js: "npm:3.42.0"
|
|
1858
1858
|
react: "npm:18.3.1"
|
|
1859
|
-
checksum: 10c0/
|
|
1859
|
+
checksum: 10c0/63ee27d6076a0399ca65846aa2a67e78b2aa096b230ab083d88feb8c24251ba9acf13c3157f53d54ac7afb0501f6cc4164556ec6858f9f0feadd570564ade0e5
|
|
1860
1860
|
languageName: node
|
|
1861
1861
|
linkType: hard
|
|
1862
1862
|
|
|
1863
|
-
"@cedarjs/babel-config@npm:2.1.0
|
|
1864
|
-
version: 2.1.0
|
|
1865
|
-
resolution: "@cedarjs/babel-config@npm:2.1.0
|
|
1863
|
+
"@cedarjs/babel-config@npm:2.1.0":
|
|
1864
|
+
version: 2.1.0
|
|
1865
|
+
resolution: "@cedarjs/babel-config@npm:2.1.0"
|
|
1866
1866
|
dependencies:
|
|
1867
1867
|
"@babel/core": "npm:^7.26.10"
|
|
1868
1868
|
"@babel/parser": "npm:7.28.5"
|
|
@@ -1877,7 +1877,7 @@ __metadata:
|
|
|
1877
1877
|
"@babel/register": "npm:7.28.3"
|
|
1878
1878
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
1879
1879
|
"@babel/traverse": "npm:7.28.5"
|
|
1880
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
1880
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
1881
1881
|
babel-plugin-auto-import: "npm:1.1.0"
|
|
1882
1882
|
babel-plugin-graphql-tag: "npm:3.3.0"
|
|
1883
1883
|
babel-plugin-module-resolver: "npm:5.0.2"
|
|
@@ -1885,17 +1885,17 @@ __metadata:
|
|
|
1885
1885
|
fast-glob: "npm:3.3.3"
|
|
1886
1886
|
graphql: "npm:16.9.0"
|
|
1887
1887
|
typescript: "npm:5.9.3"
|
|
1888
|
-
checksum: 10c0/
|
|
1888
|
+
checksum: 10c0/c7c657159011a8f61ddeb3fb7aa863eba33f132c7df58a3a134d6662b02ae4456193324386ebf0d7a63e65d8abfcdeb0a6d5faacec4cb37859d9694f63054379
|
|
1889
1889
|
languageName: node
|
|
1890
1890
|
linkType: hard
|
|
1891
1891
|
|
|
1892
|
-
"@cedarjs/cli-helpers@npm:2.1.0
|
|
1893
|
-
version: 2.1.0
|
|
1894
|
-
resolution: "@cedarjs/cli-helpers@npm:2.1.0
|
|
1892
|
+
"@cedarjs/cli-helpers@npm:2.1.0":
|
|
1893
|
+
version: 2.1.0
|
|
1894
|
+
resolution: "@cedarjs/cli-helpers@npm:2.1.0"
|
|
1895
1895
|
dependencies:
|
|
1896
1896
|
"@babel/core": "npm:^7.26.10"
|
|
1897
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
1898
|
-
"@cedarjs/telemetry": "npm:2.1.0
|
|
1897
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
1898
|
+
"@cedarjs/telemetry": "npm:2.1.0"
|
|
1899
1899
|
"@opentelemetry/api": "npm:1.8.0"
|
|
1900
1900
|
ansis: "npm:4.1.0"
|
|
1901
1901
|
dotenv: "npm:16.4.7"
|
|
@@ -1910,25 +1910,25 @@ __metadata:
|
|
|
1910
1910
|
smol-toml: "npm:1.3.4"
|
|
1911
1911
|
termi-link: "npm:1.1.0"
|
|
1912
1912
|
yargs-parser: "npm:21.1.1"
|
|
1913
|
-
checksum: 10c0/
|
|
1913
|
+
checksum: 10c0/552384335655f9d6eb86f7271ae25e4abc111ba8fccb7af7c6369e59438a4399503d5da745b62602089dc2ae7ae47774c3684489b07129b1eda59797949b2f33
|
|
1914
1914
|
languageName: node
|
|
1915
1915
|
linkType: hard
|
|
1916
1916
|
|
|
1917
|
-
"@cedarjs/cli@npm:2.1.0
|
|
1918
|
-
version: 2.1.0
|
|
1919
|
-
resolution: "@cedarjs/cli@npm:2.1.0
|
|
1917
|
+
"@cedarjs/cli@npm:2.1.0":
|
|
1918
|
+
version: 2.1.0
|
|
1919
|
+
resolution: "@cedarjs/cli@npm:2.1.0"
|
|
1920
1920
|
dependencies:
|
|
1921
1921
|
"@babel/preset-typescript": "npm:7.28.5"
|
|
1922
1922
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
1923
|
-
"@cedarjs/api-server": "npm:2.1.0
|
|
1924
|
-
"@cedarjs/cli-helpers": "npm:2.1.0
|
|
1925
|
-
"@cedarjs/fastify-web": "npm:2.1.0
|
|
1926
|
-
"@cedarjs/internal": "npm:2.1.0
|
|
1927
|
-
"@cedarjs/prerender": "npm:2.1.0
|
|
1928
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
1929
|
-
"@cedarjs/structure": "npm:2.1.0
|
|
1930
|
-
"@cedarjs/telemetry": "npm:2.1.0
|
|
1931
|
-
"@cedarjs/web-server": "npm:2.1.0
|
|
1923
|
+
"@cedarjs/api-server": "npm:2.1.0"
|
|
1924
|
+
"@cedarjs/cli-helpers": "npm:2.1.0"
|
|
1925
|
+
"@cedarjs/fastify-web": "npm:2.1.0"
|
|
1926
|
+
"@cedarjs/internal": "npm:2.1.0"
|
|
1927
|
+
"@cedarjs/prerender": "npm:2.1.0"
|
|
1928
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
1929
|
+
"@cedarjs/structure": "npm:2.1.0"
|
|
1930
|
+
"@cedarjs/telemetry": "npm:2.1.0"
|
|
1931
|
+
"@cedarjs/web-server": "npm:2.1.0"
|
|
1932
1932
|
"@listr2/prompt-adapter-enquirer": "npm:2.0.16"
|
|
1933
1933
|
"@opentelemetry/api": "npm:1.8.0"
|
|
1934
1934
|
"@opentelemetry/core": "npm:1.22.0"
|
|
@@ -1981,41 +1981,41 @@ __metadata:
|
|
|
1981
1981
|
redwood: dist/index.js
|
|
1982
1982
|
rw: dist/index.js
|
|
1983
1983
|
rwfw: dist/rwfw.js
|
|
1984
|
-
checksum: 10c0/
|
|
1984
|
+
checksum: 10c0/3224bdaa31ae340dd70b4e0cc113b177f6441053d59cd91d0e81a839714697c8e31f1edeb44ad195dc75a0fae0671c6fb70c4519a2adcc289a037b9ba2237874
|
|
1985
1985
|
languageName: node
|
|
1986
1986
|
linkType: hard
|
|
1987
1987
|
|
|
1988
|
-
"@cedarjs/context@npm:2.1.0
|
|
1989
|
-
version: 2.1.0
|
|
1990
|
-
resolution: "@cedarjs/context@npm:2.1.0
|
|
1991
|
-
checksum: 10c0/
|
|
1988
|
+
"@cedarjs/context@npm:2.1.0":
|
|
1989
|
+
version: 2.1.0
|
|
1990
|
+
resolution: "@cedarjs/context@npm:2.1.0"
|
|
1991
|
+
checksum: 10c0/b41d427706693bab31d4fc0c3358f2fc8bdd4bc82f71eb22e19e785bb2e6a9180828b6f59966a94d5af4bd121aaf97a4d67f5a9ab8e7cfb9e09a6e5806b941f8
|
|
1992
1992
|
languageName: node
|
|
1993
1993
|
linkType: hard
|
|
1994
1994
|
|
|
1995
|
-
"@cedarjs/cookie-jar@npm:2.1.0
|
|
1996
|
-
version: 2.1.0
|
|
1997
|
-
resolution: "@cedarjs/cookie-jar@npm:2.1.0
|
|
1995
|
+
"@cedarjs/cookie-jar@npm:2.1.0":
|
|
1996
|
+
version: 2.1.0
|
|
1997
|
+
resolution: "@cedarjs/cookie-jar@npm:2.1.0"
|
|
1998
1998
|
dependencies:
|
|
1999
1999
|
cookie: "npm:1.0.2"
|
|
2000
2000
|
esbuild: "npm:0.25.9"
|
|
2001
2001
|
fast-glob: "npm:3.3.3"
|
|
2002
2002
|
fs-extra: "npm:11.2.0"
|
|
2003
|
-
checksum: 10c0/
|
|
2003
|
+
checksum: 10c0/1bfab1420d2c21392514fac9b03b0198ffc9b6e0c6685b95a2bb24d8c1e2441b8535b771024ec77965e03af4048f9654179e66e7f97e626c57ba0be0b23407e4
|
|
2004
2004
|
languageName: node
|
|
2005
2005
|
linkType: hard
|
|
2006
2006
|
|
|
2007
|
-
"@cedarjs/core@npm:2.1.0
|
|
2008
|
-
version: 2.1.0
|
|
2009
|
-
resolution: "@cedarjs/core@npm:2.1.0
|
|
2007
|
+
"@cedarjs/core@npm:2.1.0":
|
|
2008
|
+
version: 2.1.0
|
|
2009
|
+
resolution: "@cedarjs/core@npm:2.1.0"
|
|
2010
2010
|
dependencies:
|
|
2011
2011
|
"@babel/cli": "npm:7.28.3"
|
|
2012
|
-
"@cedarjs/api-server": "npm:2.1.0
|
|
2013
|
-
"@cedarjs/cli": "npm:2.1.0
|
|
2014
|
-
"@cedarjs/eslint-config": "npm:2.1.0
|
|
2015
|
-
"@cedarjs/internal": "npm:2.1.0
|
|
2016
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2017
|
-
"@cedarjs/testing": "npm:2.1.0
|
|
2018
|
-
"@cedarjs/web-server": "npm:2.1.0
|
|
2012
|
+
"@cedarjs/api-server": "npm:2.1.0"
|
|
2013
|
+
"@cedarjs/cli": "npm:2.1.0"
|
|
2014
|
+
"@cedarjs/eslint-config": "npm:2.1.0"
|
|
2015
|
+
"@cedarjs/internal": "npm:2.1.0"
|
|
2016
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2017
|
+
"@cedarjs/testing": "npm:2.1.0"
|
|
2018
|
+
"@cedarjs/web-server": "npm:2.1.0"
|
|
2019
2019
|
graphql-tag: "npm:2.12.6"
|
|
2020
2020
|
lodash: "npm:4.17.21"
|
|
2021
2021
|
nodemon: "npm:3.1.11"
|
|
@@ -2045,21 +2045,21 @@ __metadata:
|
|
|
2045
2045
|
rw-web-server: dist/bins/rw-web-server.js
|
|
2046
2046
|
rwfw: dist/bins/rwfw.js
|
|
2047
2047
|
vitest: dist/bins/vitest.js
|
|
2048
|
-
checksum: 10c0/
|
|
2048
|
+
checksum: 10c0/e36766c59fa40411f92d8f43f141e2cd587675bfeb9641f7f7c9fe4b44d300b3dd0f5a5cff8d178ec6423b40b35ff953fffa20c9be0005db06513b152b0efcd8
|
|
2049
2049
|
languageName: node
|
|
2050
2050
|
linkType: hard
|
|
2051
2051
|
|
|
2052
|
-
"@cedarjs/eslint-config@npm:2.1.0
|
|
2053
|
-
version: 2.1.0
|
|
2054
|
-
resolution: "@cedarjs/eslint-config@npm:2.1.0
|
|
2052
|
+
"@cedarjs/eslint-config@npm:2.1.0":
|
|
2053
|
+
version: 2.1.0
|
|
2054
|
+
resolution: "@cedarjs/eslint-config@npm:2.1.0"
|
|
2055
2055
|
dependencies:
|
|
2056
2056
|
"@babel/core": "npm:^7.26.10"
|
|
2057
2057
|
"@babel/eslint-parser": "npm:7.28.5"
|
|
2058
2058
|
"@babel/eslint-plugin": "npm:7.27.1"
|
|
2059
|
-
"@cedarjs/babel-config": "npm:2.1.0
|
|
2060
|
-
"@cedarjs/eslint-plugin": "npm:2.1.0
|
|
2061
|
-
"@cedarjs/internal": "npm:2.1.0
|
|
2062
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2059
|
+
"@cedarjs/babel-config": "npm:2.1.0"
|
|
2060
|
+
"@cedarjs/eslint-plugin": "npm:2.1.0"
|
|
2061
|
+
"@cedarjs/internal": "npm:2.1.0"
|
|
2062
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2063
2063
|
"@eslint/js": "npm:8.57.1"
|
|
2064
2064
|
"@typescript-eslint/eslint-plugin": "npm:8.44.0"
|
|
2065
2065
|
"@typescript-eslint/parser": "npm:8.44.0"
|
|
@@ -2076,53 +2076,53 @@ __metadata:
|
|
|
2076
2076
|
eslint-plugin-react-hooks: "npm:4.6.2"
|
|
2077
2077
|
prettier: "npm:3.6.2"
|
|
2078
2078
|
typescript-eslint: "npm:8.44.0"
|
|
2079
|
-
checksum: 10c0/
|
|
2079
|
+
checksum: 10c0/3e7573f1ec9220814eb059fae097673fb414e149108524edb26892b765e8eb440ae2eaf609426a8319fb84be7bee2283eec924df2d2e144013922f26a16e03c0
|
|
2080
2080
|
languageName: node
|
|
2081
2081
|
linkType: hard
|
|
2082
2082
|
|
|
2083
|
-
"@cedarjs/eslint-plugin@npm:2.1.0
|
|
2084
|
-
version: 2.1.0
|
|
2085
|
-
resolution: "@cedarjs/eslint-plugin@npm:2.1.0
|
|
2083
|
+
"@cedarjs/eslint-plugin@npm:2.1.0":
|
|
2084
|
+
version: 2.1.0
|
|
2085
|
+
resolution: "@cedarjs/eslint-plugin@npm:2.1.0"
|
|
2086
2086
|
dependencies:
|
|
2087
2087
|
"@typescript-eslint/utils": "npm:8.44.0"
|
|
2088
2088
|
eslint: "npm:8.57.1"
|
|
2089
|
-
checksum: 10c0/
|
|
2089
|
+
checksum: 10c0/5dcdc41acf04c21c4e908f329d68fe9d6584b8b5b414531aec03148fc6e060c232a076f6ba08d974974d0a5dbe9c1e1070335e256e86ffdd9eeb96e06c012ded
|
|
2090
2090
|
languageName: node
|
|
2091
2091
|
linkType: hard
|
|
2092
2092
|
|
|
2093
|
-
"@cedarjs/fastify-web@npm:2.1.0
|
|
2094
|
-
version: 2.1.0
|
|
2095
|
-
resolution: "@cedarjs/fastify-web@npm:2.1.0
|
|
2093
|
+
"@cedarjs/fastify-web@npm:2.1.0":
|
|
2094
|
+
version: 2.1.0
|
|
2095
|
+
resolution: "@cedarjs/fastify-web@npm:2.1.0"
|
|
2096
2096
|
dependencies:
|
|
2097
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2097
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2098
2098
|
"@fastify/http-proxy": "npm:11.1.2"
|
|
2099
2099
|
"@fastify/static": "npm:8.2.0"
|
|
2100
2100
|
"@fastify/url-data": "npm:6.0.3"
|
|
2101
2101
|
fast-glob: "npm:3.3.3"
|
|
2102
|
-
checksum: 10c0/
|
|
2102
|
+
checksum: 10c0/9097cd1b26bec2f50c9f8119276a10eb71bc547c81cbeb0a3e16fe0f3f63be3c8c1cfb5e085c7a5ae48f678f371c91664cc01336f7039ee5e234bc75cdb970a9
|
|
2103
2103
|
languageName: node
|
|
2104
2104
|
linkType: hard
|
|
2105
2105
|
|
|
2106
|
-
"@cedarjs/forms@npm:2.1.0
|
|
2107
|
-
version: 2.1.0
|
|
2108
|
-
resolution: "@cedarjs/forms@npm:2.1.0
|
|
2106
|
+
"@cedarjs/forms@npm:2.1.0":
|
|
2107
|
+
version: 2.1.0
|
|
2108
|
+
resolution: "@cedarjs/forms@npm:2.1.0"
|
|
2109
2109
|
dependencies:
|
|
2110
2110
|
graphql: "npm:16.9.0"
|
|
2111
2111
|
pascalcase: "npm:1.0.0"
|
|
2112
2112
|
react-hook-form: "npm:7.54.2"
|
|
2113
2113
|
peerDependencies:
|
|
2114
2114
|
react: 18.3.1
|
|
2115
|
-
checksum: 10c0/
|
|
2115
|
+
checksum: 10c0/73b8b94f00bbd8912b7e212ecc08cff9764a27ccbec90680675d74fee70dd5de3de5d09c0dbb5f16d7efae025bc523f26613d92dadca8a6a80bb324024b6ea28
|
|
2116
2116
|
languageName: node
|
|
2117
2117
|
linkType: hard
|
|
2118
2118
|
|
|
2119
|
-
"@cedarjs/graphql-server@npm:2.1.0
|
|
2120
|
-
version: 2.1.0
|
|
2121
|
-
resolution: "@cedarjs/graphql-server@npm:2.1.0
|
|
2119
|
+
"@cedarjs/graphql-server@npm:2.1.0":
|
|
2120
|
+
version: 2.1.0
|
|
2121
|
+
resolution: "@cedarjs/graphql-server@npm:2.1.0"
|
|
2122
2122
|
dependencies:
|
|
2123
2123
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2124
|
-
"@cedarjs/api": "npm:2.1.0
|
|
2125
|
-
"@cedarjs/context": "npm:2.1.0
|
|
2124
|
+
"@cedarjs/api": "npm:2.1.0"
|
|
2125
|
+
"@cedarjs/context": "npm:2.1.0"
|
|
2126
2126
|
"@envelop/core": "npm:5.0.2"
|
|
2127
2127
|
"@envelop/depth-limit": "npm:4.0.0"
|
|
2128
2128
|
"@envelop/disable-introspection": "npm:6.0.0"
|
|
@@ -2141,13 +2141,13 @@ __metadata:
|
|
|
2141
2141
|
graphql-yoga: "npm:5.7.0"
|
|
2142
2142
|
lodash: "npm:4.17.21"
|
|
2143
2143
|
uuid: "npm:10.0.0"
|
|
2144
|
-
checksum: 10c0/
|
|
2144
|
+
checksum: 10c0/6df6b0bd101734f4d901fbee24861048f655f7793dd21ccc7b5914066060e07fb62ca23ad219fee0798bb186d7791093a6799955774961b3e0e7550002810993
|
|
2145
2145
|
languageName: node
|
|
2146
2146
|
linkType: hard
|
|
2147
2147
|
|
|
2148
|
-
"@cedarjs/internal@npm:2.1.0
|
|
2149
|
-
version: 2.1.0
|
|
2150
|
-
resolution: "@cedarjs/internal@npm:2.1.0
|
|
2148
|
+
"@cedarjs/internal@npm:2.1.0":
|
|
2149
|
+
version: 2.1.0
|
|
2150
|
+
resolution: "@cedarjs/internal@npm:2.1.0"
|
|
2151
2151
|
dependencies:
|
|
2152
2152
|
"@babel/core": "npm:^7.26.10"
|
|
2153
2153
|
"@babel/parser": "npm:7.28.5"
|
|
@@ -2155,10 +2155,10 @@ __metadata:
|
|
|
2155
2155
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2156
2156
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2157
2157
|
"@babel/traverse": "npm:7.28.5"
|
|
2158
|
-
"@cedarjs/babel-config": "npm:2.1.0
|
|
2159
|
-
"@cedarjs/graphql-server": "npm:2.1.0
|
|
2160
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2161
|
-
"@cedarjs/router": "npm:2.1.0
|
|
2158
|
+
"@cedarjs/babel-config": "npm:2.1.0"
|
|
2159
|
+
"@cedarjs/graphql-server": "npm:2.1.0"
|
|
2160
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2161
|
+
"@cedarjs/router": "npm:2.1.0"
|
|
2162
2162
|
"@graphql-codegen/add": "npm:4.0.1"
|
|
2163
2163
|
"@graphql-codegen/cli": "npm:3.3.1"
|
|
2164
2164
|
"@graphql-codegen/client-preset": "npm:4.3.3"
|
|
@@ -2191,24 +2191,24 @@ __metadata:
|
|
|
2191
2191
|
bin:
|
|
2192
2192
|
rw-gen: dist/generate/generate.js
|
|
2193
2193
|
rw-gen-watch: dist/generate/watch.js
|
|
2194
|
-
checksum: 10c0/
|
|
2194
|
+
checksum: 10c0/e6f93249d19344984eeeb7d445831a2f9fbe241dec122f5798503b89279b1fd90492b762f8fffaf468eff80ab54e9f0495f685edf25abbac4e7ac8cb9a8f0fcd
|
|
2195
2195
|
languageName: node
|
|
2196
2196
|
linkType: hard
|
|
2197
2197
|
|
|
2198
|
-
"@cedarjs/prerender@npm:2.1.0
|
|
2199
|
-
version: 2.1.0
|
|
2200
|
-
resolution: "@cedarjs/prerender@npm:2.1.0
|
|
2198
|
+
"@cedarjs/prerender@npm:2.1.0":
|
|
2199
|
+
version: 2.1.0
|
|
2200
|
+
resolution: "@cedarjs/prerender@npm:2.1.0"
|
|
2201
2201
|
dependencies:
|
|
2202
2202
|
"@ast-grep/napi": "npm:0.40.3"
|
|
2203
2203
|
"@babel/generator": "npm:7.28.5"
|
|
2204
2204
|
"@babel/parser": "npm:7.28.5"
|
|
2205
2205
|
"@babel/traverse": "npm:7.28.5"
|
|
2206
|
-
"@cedarjs/babel-config": "npm:2.1.0
|
|
2207
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2208
|
-
"@cedarjs/router": "npm:2.1.0
|
|
2209
|
-
"@cedarjs/structure": "npm:2.1.0
|
|
2210
|
-
"@cedarjs/vite": "npm:2.1.0
|
|
2211
|
-
"@cedarjs/web": "npm:2.1.0
|
|
2206
|
+
"@cedarjs/babel-config": "npm:2.1.0"
|
|
2207
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2208
|
+
"@cedarjs/router": "npm:2.1.0"
|
|
2209
|
+
"@cedarjs/structure": "npm:2.1.0"
|
|
2210
|
+
"@cedarjs/vite": "npm:2.1.0"
|
|
2211
|
+
"@cedarjs/web": "npm:2.1.0"
|
|
2212
2212
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2213
2213
|
"@rollup/plugin-commonjs": "npm:28.0.9"
|
|
2214
2214
|
"@rollup/plugin-node-resolve": "npm:16.0.3"
|
|
@@ -2228,58 +2228,58 @@ __metadata:
|
|
|
2228
2228
|
peerDependencies:
|
|
2229
2229
|
react: 18.3.1
|
|
2230
2230
|
react-dom: 18.3.1
|
|
2231
|
-
checksum: 10c0/
|
|
2231
|
+
checksum: 10c0/e5aa7b1fded76dca4252de2153f6ad9c134af6c4aab159f70c22d1b243f7a883baf585fdbd9884ac7ef8cbe71392720bb4d99210187294ea615c3067e5fe19be
|
|
2232
2232
|
languageName: node
|
|
2233
2233
|
linkType: hard
|
|
2234
2234
|
|
|
2235
|
-
"@cedarjs/project-config@npm:2.1.0
|
|
2236
|
-
version: 2.1.0
|
|
2237
|
-
resolution: "@cedarjs/project-config@npm:2.1.0
|
|
2235
|
+
"@cedarjs/project-config@npm:2.1.0":
|
|
2236
|
+
version: 2.1.0
|
|
2237
|
+
resolution: "@cedarjs/project-config@npm:2.1.0"
|
|
2238
2238
|
dependencies:
|
|
2239
2239
|
deepmerge: "npm:4.3.1"
|
|
2240
2240
|
fast-glob: "npm:3.3.3"
|
|
2241
2241
|
smol-toml: "npm:1.3.4"
|
|
2242
2242
|
string-env-interpolation: "npm:1.0.1"
|
|
2243
|
-
checksum: 10c0/
|
|
2243
|
+
checksum: 10c0/d5f8d268d83235089e9655e55b74787c884722aa2adab988be38476ec3118df2c86ac33a2b23a749e12e81f2f42af968700decd447c90949f7e4c646c1df1458
|
|
2244
2244
|
languageName: node
|
|
2245
2245
|
linkType: hard
|
|
2246
2246
|
|
|
2247
|
-
"@cedarjs/router@npm:2.1.0
|
|
2248
|
-
version: 2.1.0
|
|
2249
|
-
resolution: "@cedarjs/router@npm:2.1.0
|
|
2247
|
+
"@cedarjs/router@npm:2.1.0":
|
|
2248
|
+
version: 2.1.0
|
|
2249
|
+
resolution: "@cedarjs/router@npm:2.1.0"
|
|
2250
2250
|
dependencies:
|
|
2251
2251
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2252
|
-
"@cedarjs/auth": "npm:2.1.0
|
|
2253
|
-
"@cedarjs/server-store": "npm:2.1.0
|
|
2252
|
+
"@cedarjs/auth": "npm:2.1.0"
|
|
2253
|
+
"@cedarjs/server-store": "npm:2.1.0"
|
|
2254
2254
|
core-js: "npm:3.42.0"
|
|
2255
2255
|
react: "npm:18.3.1"
|
|
2256
2256
|
react-dom: "npm:18.3.1"
|
|
2257
2257
|
peerDependencies:
|
|
2258
2258
|
react: 18.3.1
|
|
2259
2259
|
react-dom: 18.3.1
|
|
2260
|
-
checksum: 10c0/
|
|
2260
|
+
checksum: 10c0/2956b6b5a386f47c55f2951782205958e94d33535fd1967b4f0af57b495562e27934e807eff8dc18dc97e5423f1a216837a4f91addfebf897c6971918cb3aa19
|
|
2261
2261
|
languageName: node
|
|
2262
2262
|
linkType: hard
|
|
2263
2263
|
|
|
2264
|
-
"@cedarjs/server-store@npm:2.1.0
|
|
2265
|
-
version: 2.1.0
|
|
2266
|
-
resolution: "@cedarjs/server-store@npm:2.1.0
|
|
2264
|
+
"@cedarjs/server-store@npm:2.1.0":
|
|
2265
|
+
version: 2.1.0
|
|
2266
|
+
resolution: "@cedarjs/server-store@npm:2.1.0"
|
|
2267
2267
|
dependencies:
|
|
2268
|
-
"@cedarjs/auth": "npm:2.1.0
|
|
2269
|
-
"@cedarjs/cookie-jar": "npm:2.1.0
|
|
2268
|
+
"@cedarjs/auth": "npm:2.1.0"
|
|
2269
|
+
"@cedarjs/cookie-jar": "npm:2.1.0"
|
|
2270
2270
|
esbuild: "npm:0.25.9"
|
|
2271
2271
|
fast-glob: "npm:3.3.3"
|
|
2272
2272
|
fs-extra: "npm:11.2.0"
|
|
2273
|
-
checksum: 10c0/
|
|
2273
|
+
checksum: 10c0/40ee0936c8e27cc075168d44b0c28cbb40e72575ed5cb688a5b06f26901391d032777310c8a8e751daccd24234a440faad6d4b8b74e4d778bfc4a590815566db
|
|
2274
2274
|
languageName: node
|
|
2275
2275
|
linkType: hard
|
|
2276
2276
|
|
|
2277
|
-
"@cedarjs/structure@npm:2.1.0
|
|
2278
|
-
version: 2.1.0
|
|
2279
|
-
resolution: "@cedarjs/structure@npm:2.1.0
|
|
2277
|
+
"@cedarjs/structure@npm:2.1.0":
|
|
2278
|
+
version: 2.1.0
|
|
2279
|
+
resolution: "@cedarjs/structure@npm:2.1.0"
|
|
2280
2280
|
dependencies:
|
|
2281
2281
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2282
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2282
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2283
2283
|
"@prisma/internals": "npm:6.19.1"
|
|
2284
2284
|
"@types/line-column": "npm:1.0.2"
|
|
2285
2285
|
camelcase: "npm:6.3.0"
|
|
@@ -2302,37 +2302,37 @@ __metadata:
|
|
|
2302
2302
|
vscode-languageserver-textdocument: "npm:1.0.12"
|
|
2303
2303
|
vscode-languageserver-types: "npm:3.17.5"
|
|
2304
2304
|
yargs-parser: "npm:21.1.1"
|
|
2305
|
-
checksum: 10c0/
|
|
2305
|
+
checksum: 10c0/0ea9f53a95e1810d94bbd06be65c0c725516e7c2e084787732b544d2a5a2521c3853fed90990e15cbb22111bc48a6cac8a044416d27739fb5a81602b4f054114
|
|
2306
2306
|
languageName: node
|
|
2307
2307
|
linkType: hard
|
|
2308
2308
|
|
|
2309
|
-
"@cedarjs/telemetry@npm:2.1.0
|
|
2310
|
-
version: 2.1.0
|
|
2311
|
-
resolution: "@cedarjs/telemetry@npm:2.1.0
|
|
2309
|
+
"@cedarjs/telemetry@npm:2.1.0":
|
|
2310
|
+
version: 2.1.0
|
|
2311
|
+
resolution: "@cedarjs/telemetry@npm:2.1.0"
|
|
2312
2312
|
dependencies:
|
|
2313
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2314
|
-
"@cedarjs/structure": "npm:2.1.0
|
|
2313
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2314
|
+
"@cedarjs/structure": "npm:2.1.0"
|
|
2315
2315
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
2316
2316
|
ci-info: "npm:4.0.0"
|
|
2317
2317
|
envinfo: "npm:7.14.0"
|
|
2318
2318
|
systeminformation: "npm:5.23.8"
|
|
2319
2319
|
uuid: "npm:10.0.0"
|
|
2320
2320
|
yargs: "npm:17.7.2"
|
|
2321
|
-
checksum: 10c0/
|
|
2321
|
+
checksum: 10c0/d4f1d9a3741185068aadc246387540b9f2902b7f09e509cb283e781baf21ddd61c9eb0381b52f092c963648e1079713dae59264f600cc57b536509361064a779
|
|
2322
2322
|
languageName: node
|
|
2323
2323
|
linkType: hard
|
|
2324
2324
|
|
|
2325
|
-
"@cedarjs/testing@npm:2.1.0
|
|
2326
|
-
version: 2.1.0
|
|
2327
|
-
resolution: "@cedarjs/testing@npm:2.1.0
|
|
2328
|
-
dependencies:
|
|
2329
|
-
"@cedarjs/auth": "npm:2.1.0
|
|
2330
|
-
"@cedarjs/babel-config": "npm:2.1.0
|
|
2331
|
-
"@cedarjs/context": "npm:2.1.0
|
|
2332
|
-
"@cedarjs/graphql-server": "npm:2.1.0
|
|
2333
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2334
|
-
"@cedarjs/router": "npm:2.1.0
|
|
2335
|
-
"@cedarjs/web": "npm:2.1.0
|
|
2325
|
+
"@cedarjs/testing@npm:2.1.0":
|
|
2326
|
+
version: 2.1.0
|
|
2327
|
+
resolution: "@cedarjs/testing@npm:2.1.0"
|
|
2328
|
+
dependencies:
|
|
2329
|
+
"@cedarjs/auth": "npm:2.1.0"
|
|
2330
|
+
"@cedarjs/babel-config": "npm:2.1.0"
|
|
2331
|
+
"@cedarjs/context": "npm:2.1.0"
|
|
2332
|
+
"@cedarjs/graphql-server": "npm:2.1.0"
|
|
2333
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2334
|
+
"@cedarjs/router": "npm:2.1.0"
|
|
2335
|
+
"@cedarjs/web": "npm:2.1.0"
|
|
2336
2336
|
"@testing-library/jest-dom": "npm:6.5.0"
|
|
2337
2337
|
"@testing-library/react": "npm:14.3.1"
|
|
2338
2338
|
"@testing-library/user-event": "npm:14.5.2"
|
|
@@ -2355,26 +2355,26 @@ __metadata:
|
|
|
2355
2355
|
peerDependenciesMeta:
|
|
2356
2356
|
vitest:
|
|
2357
2357
|
optional: true
|
|
2358
|
-
checksum: 10c0/
|
|
2358
|
+
checksum: 10c0/dcae446ee5230beea4335bb5c7f8083dc43254e9a152150e6db499aab3cfcec318629353ccb00642a4d256152d1b829bd0fa5382a1a52a456bdfdde9f0ac3bee
|
|
2359
2359
|
languageName: node
|
|
2360
2360
|
linkType: hard
|
|
2361
2361
|
|
|
2362
|
-
"@cedarjs/vite@npm:2.1.0
|
|
2363
|
-
version: 2.1.0
|
|
2364
|
-
resolution: "@cedarjs/vite@npm:2.1.0
|
|
2362
|
+
"@cedarjs/vite@npm:2.1.0":
|
|
2363
|
+
version: 2.1.0
|
|
2364
|
+
resolution: "@cedarjs/vite@npm:2.1.0"
|
|
2365
2365
|
dependencies:
|
|
2366
2366
|
"@ast-grep/napi": "npm:0.40.3"
|
|
2367
2367
|
"@babel/generator": "npm:7.28.5"
|
|
2368
2368
|
"@babel/parser": "npm:7.28.5"
|
|
2369
2369
|
"@babel/traverse": "npm:7.28.5"
|
|
2370
|
-
"@cedarjs/auth": "npm:2.1.0
|
|
2371
|
-
"@cedarjs/babel-config": "npm:2.1.0
|
|
2372
|
-
"@cedarjs/cookie-jar": "npm:2.1.0
|
|
2373
|
-
"@cedarjs/internal": "npm:2.1.0
|
|
2374
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2375
|
-
"@cedarjs/server-store": "npm:2.1.0
|
|
2376
|
-
"@cedarjs/testing": "npm:2.1.0
|
|
2377
|
-
"@cedarjs/web": "npm:2.1.0
|
|
2370
|
+
"@cedarjs/auth": "npm:2.1.0"
|
|
2371
|
+
"@cedarjs/babel-config": "npm:2.1.0"
|
|
2372
|
+
"@cedarjs/cookie-jar": "npm:2.1.0"
|
|
2373
|
+
"@cedarjs/internal": "npm:2.1.0"
|
|
2374
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2375
|
+
"@cedarjs/server-store": "npm:2.1.0"
|
|
2376
|
+
"@cedarjs/testing": "npm:2.1.0"
|
|
2377
|
+
"@cedarjs/web": "npm:2.1.0"
|
|
2378
2378
|
"@swc/core": "npm:1.13.5"
|
|
2379
2379
|
"@vitejs/plugin-react": "npm:4.3.4"
|
|
2380
2380
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
@@ -2405,16 +2405,16 @@ __metadata:
|
|
|
2405
2405
|
rw-vite-build: bins/rw-vite-build.mjs
|
|
2406
2406
|
rw-vite-dev: bins/rw-vite-dev.mjs
|
|
2407
2407
|
vite: bins/vite.mjs
|
|
2408
|
-
checksum: 10c0/
|
|
2408
|
+
checksum: 10c0/2162fe8aa8e8a9c2fc602a12fca354472b848d1972f8c73c5399904076ed2271711f9dae65be73c248e0fdbbe6733a60f0652ec0581f2961f641f9ec225706ac
|
|
2409
2409
|
languageName: node
|
|
2410
2410
|
linkType: hard
|
|
2411
2411
|
|
|
2412
|
-
"@cedarjs/web-server@npm:2.1.0
|
|
2413
|
-
version: 2.1.0
|
|
2414
|
-
resolution: "@cedarjs/web-server@npm:2.1.0
|
|
2412
|
+
"@cedarjs/web-server@npm:2.1.0":
|
|
2413
|
+
version: 2.1.0
|
|
2414
|
+
resolution: "@cedarjs/web-server@npm:2.1.0"
|
|
2415
2415
|
dependencies:
|
|
2416
|
-
"@cedarjs/fastify-web": "npm:2.1.0
|
|
2417
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
2416
|
+
"@cedarjs/fastify-web": "npm:2.1.0"
|
|
2417
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
2418
2418
|
ansis: "npm:4.1.0"
|
|
2419
2419
|
dotenv-defaults: "npm:5.0.2"
|
|
2420
2420
|
fastify: "npm:5.4.0"
|
|
@@ -2422,18 +2422,18 @@ __metadata:
|
|
|
2422
2422
|
yargs: "npm:17.7.2"
|
|
2423
2423
|
bin:
|
|
2424
2424
|
rw-web-server: dist/bin.js
|
|
2425
|
-
checksum: 10c0/
|
|
2425
|
+
checksum: 10c0/febe032d65c66440551a316403fe06fe56583deca4221bf6f883778a8bc4ed6d774a5f4fe5549b42281a1cc68c03792cc94231fb1411dec0ff82cdfe01297a55
|
|
2426
2426
|
languageName: node
|
|
2427
2427
|
linkType: hard
|
|
2428
2428
|
|
|
2429
|
-
"@cedarjs/web@npm:2.1.0
|
|
2430
|
-
version: 2.1.0
|
|
2431
|
-
resolution: "@cedarjs/web@npm:2.1.0
|
|
2429
|
+
"@cedarjs/web@npm:2.1.0":
|
|
2430
|
+
version: 2.1.0
|
|
2431
|
+
resolution: "@cedarjs/web@npm:2.1.0"
|
|
2432
2432
|
dependencies:
|
|
2433
2433
|
"@apollo/client": "npm:3.13.9"
|
|
2434
2434
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2435
|
-
"@cedarjs/auth": "npm:2.1.0
|
|
2436
|
-
"@cedarjs/server-store": "npm:2.1.0
|
|
2435
|
+
"@cedarjs/auth": "npm:2.1.0"
|
|
2436
|
+
"@cedarjs/server-store": "npm:2.1.0"
|
|
2437
2437
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2438
2438
|
"@whatwg-node/fetch": "npm:0.9.21"
|
|
2439
2439
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2458,7 +2458,7 @@ __metadata:
|
|
|
2458
2458
|
rwfw: dist/cjs/bins/rwfw.js
|
|
2459
2459
|
storybook: dist/cjs/bins/storybook.js
|
|
2460
2460
|
tsc: dist/cjs/bins/tsc.js
|
|
2461
|
-
checksum: 10c0/
|
|
2461
|
+
checksum: 10c0/09f4a109f6cfa8fbae999992be5b45102c9c9551134f4cc73a284df7cefb44757c3a1199c1c54a0554906b671567966b974bd92574052805634eb86a8d968bdf
|
|
2462
2462
|
languageName: node
|
|
2463
2463
|
linkType: hard
|
|
2464
2464
|
|
|
@@ -5825,9 +5825,9 @@ __metadata:
|
|
|
5825
5825
|
linkType: hard
|
|
5826
5826
|
|
|
5827
5827
|
"@standard-schema/spec@npm:^1.0.0":
|
|
5828
|
-
version: 1.
|
|
5829
|
-
resolution: "@standard-schema/spec@npm:1.
|
|
5830
|
-
checksum: 10c0/
|
|
5828
|
+
version: 1.1.0
|
|
5829
|
+
resolution: "@standard-schema/spec@npm:1.1.0"
|
|
5830
|
+
checksum: 10c0/d90f55acde4b2deb983529c87e8025fa693de1a5e8b49ecc6eb84d1fd96328add0e03d7d551442156c7432fd78165b2c26ff561b970a9a881f046abb78d6a526
|
|
5831
5831
|
languageName: node
|
|
5832
5832
|
linkType: hard
|
|
5833
5833
|
|
|
@@ -7188,8 +7188,8 @@ __metadata:
|
|
|
7188
7188
|
version: 0.0.0-use.local
|
|
7189
7189
|
resolution: "api@workspace:api"
|
|
7190
7190
|
dependencies:
|
|
7191
|
-
"@cedarjs/api": "npm:2.1.0
|
|
7192
|
-
"@cedarjs/graphql-server": "npm:2.1.0
|
|
7191
|
+
"@cedarjs/api": "npm:2.1.0"
|
|
7192
|
+
"@cedarjs/graphql-server": "npm:2.1.0"
|
|
7193
7193
|
languageName: unknown
|
|
7194
7194
|
linkType: soft
|
|
7195
7195
|
|
|
@@ -16557,9 +16557,9 @@ __metadata:
|
|
|
16557
16557
|
version: 0.0.0-use.local
|
|
16558
16558
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16559
16559
|
dependencies:
|
|
16560
|
-
"@cedarjs/core": "npm:2.1.0
|
|
16561
|
-
"@cedarjs/project-config": "npm:2.1.0
|
|
16562
|
-
"@cedarjs/testing": "npm:2.1.0
|
|
16560
|
+
"@cedarjs/core": "npm:2.1.0"
|
|
16561
|
+
"@cedarjs/project-config": "npm:2.1.0"
|
|
16562
|
+
"@cedarjs/testing": "npm:2.1.0"
|
|
16563
16563
|
vitest: "npm:3.2.4"
|
|
16564
16564
|
languageName: unknown
|
|
16565
16565
|
linkType: soft
|
|
@@ -18792,10 +18792,10 @@ __metadata:
|
|
|
18792
18792
|
version: 0.0.0-use.local
|
|
18793
18793
|
resolution: "web@workspace:web"
|
|
18794
18794
|
dependencies:
|
|
18795
|
-
"@cedarjs/forms": "npm:2.1.0
|
|
18796
|
-
"@cedarjs/router": "npm:2.1.0
|
|
18797
|
-
"@cedarjs/vite": "npm:2.1.0
|
|
18798
|
-
"@cedarjs/web": "npm:2.1.0
|
|
18795
|
+
"@cedarjs/forms": "npm:2.1.0"
|
|
18796
|
+
"@cedarjs/router": "npm:2.1.0"
|
|
18797
|
+
"@cedarjs/vite": "npm:2.1.0"
|
|
18798
|
+
"@cedarjs/web": "npm:2.1.0"
|
|
18799
18799
|
"@types/react": "npm:^18.2.55"
|
|
18800
18800
|
"@types/react-dom": "npm:^18.2.19"
|
|
18801
18801
|
react: "npm:18.3.1"
|