Update all package.json for renovate check
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-11-18 11:23:25 +01:00
parent 3e8ea2fef2
commit 11e93822d8
6 changed files with 48 additions and 43 deletions

View file

@ -21,17 +21,17 @@
"codegen": "pnpm dlx @rtk-query/codegen-openapi openapi-config.ts"
},
"dependencies": {
"@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",
"@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",
"@reduxjs/toolkit": "1.9.7",
"clsx": "^2.0.0",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"history": "5.3.0",
"ramda": "0.29.1",
@ -56,8 +56,8 @@
"@typescript-eslint/parser": "6.11.0",
"autoprefixer": "10.4.16",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"process": "0.11.10",
"dotenv": "16.3.1",
@ -82,14 +82,14 @@
"ts-node": "10.9.1",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-prune": "^0.10.3",
"ts-prune": "0.10.3",
"tsconfig-paths": "4.2.0",
"url-loader": "4.1.1",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "^5.8.0"
"webpack-merge": "5.8.0"
},
"peerDependencies": {}
}