Skip to content

Commit 216465d

Browse files
Pin dependencies
1 parent a0fd896 commit 216465d

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.ref }}
1515
cancel-in-progress: false
16-
uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main
16+
uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@a1abf35e31a4d364d90076de3d096f1666c6d1ed # main
1717
secrets: inherit
1818
with:
1919
publishFromDist: true

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@
3838
},
3939
"prettier": "@openmfp/config-prettier",
4040
"devDependencies": {
41-
"@analogjs/vite-plugin-angular": "^2.4.0",
41+
"@analogjs/vite-plugin-angular": "2.4.0",
4242
"@angular-devkit/build-angular": "21.2.5",
4343
"@angular-eslint/builder": "^21.3.1",
4444
"@angular/build": "^21.2.5",
4545
"@angular/cli": "21.2.5",
4646
"@angular/compiler-cli": "21.2.6",
47-
"@compodoc/compodoc": "^1.2.1",
47+
"@compodoc/compodoc": "1.2.1",
4848
"@openmfp/config-prettier": "0.9.2",
4949
"@openmfp/eslint-config-typescript": "0.7.11",
50-
"@storybook/addon-docs": "^10.2.16",
51-
"@storybook/addon-links": "^10.2.16",
52-
"@storybook/angular": "^10.2.16",
53-
"@types/jsonpath": "^0.2.4",
50+
"@storybook/addon-docs": "10.3.3",
51+
"@storybook/addon-links": "10.3.3",
52+
"@storybook/angular": "10.3.3",
53+
"@types/jsonpath": "0.2.4",
5454
"@types/node": "24.12.0",
5555
"@vitest/coverage-v8": "4.1.1",
5656
"concurrently": "9.2.1",
@@ -60,7 +60,7 @@
6060
"nodemon": "3.1.14",
6161
"prettier": "3.8.1",
6262
"rimraf": "6.1.3",
63-
"storybook": "^10.2.16",
63+
"storybook": "10.3.3",
6464
"typescript": "5.9.3",
6565
"typescript-eslint": "^8.33.0",
6666
"vitest": "4.1.1",

0 commit comments

Comments
 (0)