Skip to content

Commit 98cf9b2

Browse files
committed
bump
1 parent 3f52435 commit 98cf9b2

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

core/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@aws-sdk/client-sagemaker-runtime": "^3.621.0",
4747
"@aws-sdk/credential-providers": "^3.620.1",
4848
"@continuedev/config-types": "^1.0.13",
49-
"@continuedev/config-yaml": "^1.0.57",
49+
"@continuedev/config-yaml": "^1.0.59",
5050
"@continuedev/fetch": "^1.0.4",
5151
"@continuedev/llm-info": "^1.0.2",
5252
"@continuedev/openai-adapters": "^1.0.10",

gui/package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:watch": "vitest"
1616
},
1717
"dependencies": {
18-
"@continuedev/config-yaml": "^1.0.57",
18+
"@continuedev/config-yaml": "^1.0.59",
1919
"@headlessui/react": "^1.7.17",
2020
"@heroicons/react": "^2.0.18",
2121
"@reduxjs/toolkit": "^2.3.0",

packages/config-yaml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuedev/config-yaml",
3-
"version": "1.0.57",
3+
"version": "1.0.59",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)