1- // generated by src/lib /package.gen.ts
1+ // generated by src/routes /package.gen.ts
22
33import type { Package_Json } from '@grogarden/gro/package_json.js' ;
44import type { Src_Json } from '@grogarden/gro/src_json.js' ;
@@ -13,7 +13,7 @@ export const package_json = {
1313 homepage : 'https://code.fuz.dev/' ,
1414 repository : 'https://github.com/fuz-dev/fuz_code' ,
1515 author : { name : 'Ryan Atkinson' , email : 'mail@ryanatkn.com' , url : 'https://www.ryanatkn.com/' } ,
16- engines : { node : '>=20.7 ' } ,
16+ engines : { node : '>=20.10 ' } ,
1717 scripts : {
1818 start : 'gro dev' ,
1919 dev : 'gro dev' ,
@@ -28,24 +28,25 @@ export const package_json = {
2828 '@feltjs/eslint-config' : '^0.4.1' ,
2929 '@fuz.dev/fuz' : '^0.81.0' ,
3030 '@fuz.dev/fuz_library' : '^0.23.0' ,
31- '@grogarden/gro' : '^0.103.0' ,
32- '@grogarden/util' : '^0.17.0' ,
33- '@sveltejs/adapter-static' : '^2.0.3' ,
34- '@sveltejs/kit' : '^1.27.6' ,
35- '@sveltejs/package' : '^2.2.3' ,
31+ '@grogarden/gro' : '^0.107.0' ,
32+ '@grogarden/util' : '^0.18.1' ,
33+ '@sveltejs/adapter-static' : '^3.0.1' ,
34+ '@sveltejs/kit' : '^2.0.4' ,
35+ '@sveltejs/package' : '^2.2.4' ,
36+ '@sveltejs/vite-plugin-svelte' : '^3.0.1' ,
3637 '@types/prismjs' : '^1.26.3' ,
37- '@typescript-eslint/eslint-plugin' : '^6.13.1 ' ,
38- '@typescript-eslint/parser' : '^6.13.1 ' ,
39- eslint : '^8.54 .0' ,
38+ '@typescript-eslint/eslint-plugin' : '^6.15.0 ' ,
39+ '@typescript-eslint/parser' : '^6.15.0 ' ,
40+ eslint : '^8.56 .0' ,
4041 'eslint-plugin-svelte' : '^2.35.1' ,
41- prettier : '^3.1.0 ' ,
42+ prettier : '^3.1.1 ' ,
4243 'prettier-plugin-svelte' : '^3.1.2' ,
4344 'prism-svelte' : '^0.5.0' ,
4445 prismjs : '^1.29.0' ,
45- svelte : '^4.2.7 ' ,
46+ svelte : '^4.2.8 ' ,
4647 'svelte-check' : '^3.6.2' ,
4748 tslib : '^2.6.2' ,
48- typescript : '^5.3.2 ' ,
49+ typescript : '^5.3.3 ' ,
4950 uvu : '^0.5.6' ,
5051 } ,
5152 eslintConfig : { root : true , extends : '@feltjs' } ,
@@ -63,8 +64,6 @@ export const package_json = {
6364 default : './dist/Code.svelte' ,
6465 types : './dist/Code.svelte.d.ts' ,
6566 } ,
66- './package.gen.js' : { default : './dist/package.gen.js' , types : './dist/package.gen.d.ts' } ,
67- './package.js' : { default : './dist/package.js' , types : './dist/package.d.ts' } ,
6867 './prism.css' : { default : './dist/prism.css' } ,
6968 './remove_prism_css_vite_plugin.js' : {
7069 default : './dist/remove_prism_css_vite_plugin.js' ,
@@ -78,14 +77,6 @@ export const src_json = {
7877 version : '0.4.3' ,
7978 modules : {
8079 './Code.svelte' : { path : 'Code.svelte' , declarations : [ ] } ,
81- './package.gen.js' : { path : 'package.gen.ts' , declarations : [ ] } ,
82- './package.js' : {
83- path : 'package.ts' ,
84- declarations : [
85- { name : 'package_json' , kind : 'variable' } ,
86- { name : 'src_json' , kind : 'variable' } ,
87- ] ,
88- } ,
8980 './prism.css' : { path : 'prism.css' , declarations : [ ] } ,
9081 './remove_prism_css_vite_plugin.js' : {
9182 path : 'remove_prism_css_vite_plugin.ts' ,
@@ -94,4 +85,4 @@ export const src_json = {
9485 } ,
9586} satisfies Src_Json ;
9687
97- // generated by src/lib /package.gen.ts
88+ // generated by src/routes /package.gen.ts
0 commit comments