Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hello-nrfcloud/proto-map
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.1.36
Choose a base ref
...
head repository: hello-nrfcloud/proto-map
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.1.37
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 8, 2025

  1. chore(deps): update dependency @swc/core to v1.10.15

    renovate[bot] authored Feb 8, 2025
    Copy the full SHA
    8287537 View commit details

Commits on Feb 10, 2025

  1. chore(deps): update dependency @bifravst/prettier-config to v1.1.5

    renovate[bot] authored Feb 10, 2025
    Copy the full SHA
    8d2683c View commit details

Commits on Feb 12, 2025

  1. fix(deps): update dependency @sinclair/typebox to ^0.34.20

    renovate[bot] authored Feb 12, 2025
    Copy the full SHA
    1cbcb19 View commit details
Showing with 59 additions and 59 deletions.
  1. +56 −56 package-lock.json
  2. +3 −3 package.json
112 changes: 56 additions & 56 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -36,10 +36,10 @@
},
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.20",
"@bifravst/prettier-config": "1.1.4",
"@bifravst/prettier-config": "1.1.5",
"@commitlint/config-conventional": "19.7.1",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.14",
"@swc/core": "1.10.15",
"@types/node": "22.13.1",
"@types/xml2js": "0.4.14",
"chalk": "5.4.1",
@@ -98,6 +98,6 @@
"lwm2m"
],
"peerDependencies": {
"@sinclair/typebox": "^0.34.16"
"@sinclair/typebox": "^0.34.20"
}
}