Skip to content
Snippets Groups Projects
Commit 9e28af61 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Initial definition of common pnpm config using pnpm catalogs feature

parent 94a6b023
No related branches found
No related tags found
1 merge request!72Support for common definition of pnpm config like also sharing helper scripts used while building NPM applications
# https://gitlab.syncad.com/hive group specification, offering aggregated package view: https://gitlab.syncad.com/groups/hive/-/packages
@hiveio:registry=https://gitlab.syncad.com/api/v4/groups/136/-/packages/npm/
packages:
- ./* # maybe we can constrain it to some common subdirs
catalogs:
# Can be referenced through "catalog:rollup-toolset"
rollup-toolset:
rollup: ^4.22.4
rollup-plugin-copy: ^3.5.0
rollup-plugin-dts: ^6.1.1
"@rollup/plugin-commonjs": ^27.0.0
"@rollup/plugin-node-resolve": ^15.3.0
"@rollup/plugin-replace": ^6.0.1
typedoc-toolset:
"typedoc": "0.27.3"
"typedoc-gitlab-wiki-theme": "^2.1.0"
"typedoc-plugin-markdown": "4.3.1"
typescript:
typescript: 5.7.3
# We can make also separate entries to allow choosing just a part of toolset defined above
rollup:
rollup: ^4.22.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment