Skip to content

Commit

Permalink
fix: use new package locations
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 12, 2024
1 parent ba0a0ae commit 6ac0e24
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion get-next-version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fromEnv } from '@nordicsemiconductor/from-env'
import { fromEnv } from '@bifravst/from-env'
import { execSync } from 'child_process'
import { appendFileSync } from 'fs'
import * as os from 'os'
Expand Down
41 changes: 21 additions & 20 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 @@ -24,9 +24,9 @@
},
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.9",
"@bifravst/from-env": "3.0.2",
"@bifravst/prettier-config": "1.0.3",
"@commitlint/config-conventional": "19.2.2",
"@bifravst/from-env": "*",
"@types/node": "20.14.10",
"@types/semantic-release": "20.0.6",
"@types/stream-buffers": "3.0.7",
Expand All @@ -44,7 +44,7 @@
},
"engines": {
"node": ">=20",
"npm": "10.8.1"
"npm": ">=10"
},
"release": {
"branches": [
Expand Down

0 comments on commit 6ac0e24

Please sign in to comment.