Compare commits

..

1 commit

Author SHA1 Message Date
f6caff6a51 Update all package.json for renovate check
Some checks failed
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-11-18 11:23:25 +01:00
4 changed files with 10 additions and 14 deletions

View file

@ -80,4 +80,4 @@ replaceInFiles.sync({
});
// install deps
execSync(`pnpm i`, { cwd: `./${contextDir}` })
execSync(`cd ${contextDir} && pnpm i`);

View file

@ -12,7 +12,6 @@
"release": "pnpm version --no-git-tag-version"
},
"dependencies": {
"app": "link:app",
"minimist": "1.2.8",
"replace-in-file": "7.0.2"
},

3
pnpm-lock.yaml generated
View file

@ -5,9 +5,6 @@ settings:
excludeLinksFromLockfile: false
dependencies:
app:
specifier: link:app
version: link:app
minimist:
specifier: 1.2.8
version: 1.2.8

View file

@ -21,15 +21,15 @@
"codegen": "pnpm dlx @rtk-query/codegen-openapi openapi-config.ts"
},
"dependencies": {
"@procyon/api": "1.1.11",
"@procyon/auth": "1.1.11",
"@procyon/components": "1.1.11",
"@procyon/constants": "1.1.11",
"@procyon/forms": "1.1.11",
"@procyon/localization": "1.1.11",
"@procyon/styles": "1.1.11",
"@procyon/types": "1.1.11",
"@procyon/utils": "1.1.11",
"@procyon/api": "1.0.31",
"@procyon/auth": "1.0.31",
"@procyon/components": "1.0.31",
"@procyon/constants": "1.0.31",
"@procyon/forms": "1.0.31",
"@procyon/localization": "1.0.31",
"@procyon/styles": "1.0.31",
"@procyon/types": "1.0.31",
"@procyon/utils": "1.0.31",
"@reduxjs/toolkit": "1.9.7",
"clsx": "2.0.0",
"date-fns": "2.30.0",