Skip to content

Commit

Permalink
chore(deps): update pepr
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | defenseunicorns/uds-common | v0.8.0 | v0.9.0 |
| npm         | pepr                       | 0.32.7 | 0.33.0 |
| npm         | ts-jest                    | 29.2.2 | 29.2.3 |
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 1f2005b commit b90683c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 24 deletions.
60 changes: 39 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"k3d-setup": "k3d cluster delete pepr-dev && k3d cluster create pepr-dev --k3s-arg '--debug@server:0'"
},
"dependencies": {
"pepr": "0.32.7"
"pepr": "0.33.0"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.2.2"
"ts-jest": "29.2.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.0/tasks/create.yaml
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml

variables:
- name: FLAVOR
Expand Down

0 comments on commit b90683c

Please sign in to comment.