Skip to content

Commit f2de563

Browse files
build: pin DFINITY libs (#442)
Signed-off-by: David Dal Busco <[email protected]>
1 parent ad32a2b commit f2de563

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"e2e:playwright:install": "playwright install chromium --with-deps"
3030
},
3131
"dependencies": {
32-
"@dfinity/utils": "^4.0.2",
32+
"@dfinity/utils": "4.0.2",
3333
"@dfinity/zod-schemas": "^3.0.2",
34-
"@icp-sdk/canisters": "^3.0.0",
35-
"@icp-sdk/core": "^4.2.3",
36-
"@junobuild/admin": "^3.1.0",
37-
"@junobuild/cdn": "^2.1.0",
38-
"@junobuild/cli-tools": "^0.9.4",
34+
"@icp-sdk/canisters": "3.0.0",
35+
"@icp-sdk/core": "4.2.3",
36+
"@junobuild/admin": "^3.2.1",
37+
"@junobuild/cdn": "^2.1.1",
38+
"@junobuild/cli-tools": "^0.9.5",
3939
"@junobuild/config": "^2.7.0",
4040
"@junobuild/config-loader": "^0.4.6",
41-
"@junobuild/core": "^3.3.1",
42-
"@junobuild/did-tools": "^0.3.6",
43-
"@junobuild/ic-client": "^7.0.0",
44-
"@junobuild/storage": "^2.1.1",
45-
"@junobuild/utils": "^0.2.3",
41+
"@junobuild/core": "^3.3.2",
42+
"@junobuild/did-tools": "^0.3.7",
43+
"@junobuild/ic-client": "^7.0.1",
44+
"@junobuild/storage": "^2.1.2",
45+
"@junobuild/utils": "^0.2.4",
4646
"chokidar": "^4.0.3",
4747
"conf": "^14.0.0",
4848
"open": "^11.0.0",
@@ -57,7 +57,7 @@
5757
"@dfinity/internet-identity-playwright": "^2.0.0",
5858
"@eslint/eslintrc": "^3.3.1",
5959
"@eslint/js": "^9.39.1",
60-
"@junobuild/functions": "^0.5.2",
60+
"@junobuild/functions": "^0.5.3",
6161
"@playwright/test": "^1.56.1",
6262
"@types/node": "^24.10.1",
6363
"@types/prompts": "^2.4.9",

0 commit comments

Comments
 (0)