Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@tailor-cms/eslint-config": "workspace:*",
"@tailor-cms/tce-boot": "workspace:*",
"@types/node": "^24.0.4",
"@types/node": "^24.0.10",
"concurrently": "^9.2.0",
"typescript": "^5.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion example/packages/display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tce-manifest": "workspace:*",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vue-tsc": "^2.2.10"
"vue-tsc": "^3.0.1"
},
"dependencies": {
"stringify-object": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion example/packages/edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"tce-manifest": "workspace:*",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vue-tsc": "^2.2.10"
"vue-tsc": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"eslint": "^9.29.0",
"eslint": "^9.30.1",
"prettier": "^3.6.2"
},
"packageManager": "pnpm@10.12.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/cek-common

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.

## 1.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Content element kit shared util library",
"author": "Studion <info@gostudion.com>",
"type": "module",
"version": "1.2.5",
"version": "1.2.6",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@tailor-cms/eslint-config": "workspace:*",
"@types/json-schema": "^7.0.15",
"@types/node": "^24.0.4",
"@types/node": "^24.0.10",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/cek-e2e

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailor-cms/cek-e2e",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/eslint-config

## 1.0.3

### Patch Changes

- Bump dependencies to the latest versions.

## 1.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tailor-cms/eslint-config",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -14,15 +14,15 @@
"nuke": "pnpm dlx del-cli node_modules"
},
"dependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-vue": "^10.2.0",
"eslint-plugin-vue": "^10.3.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"neostandard": "^0.12.1",
"typescript-eslint": "^8.35.0",
"vue-eslint-parser": "^10.1.4"
"typescript-eslint": "^8.35.1",
"vue-eslint-parser": "^10.2.0"
},
"peerDependencies": {
"eslint": ">=9.28.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tailor-cms/tce-preview-runtime

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.
- Updated dependencies
- @tailor-cms/cek-common@1.2.6

## 1.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailor-cms/tce-preview-runtime",
"description": "Preview content element client side runtime",
"author": "Studion <info@gostudion.com>",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,7 +14,7 @@
"@mdi/font": "7.4.47",
"@tailor-cms/cek-common": "workspace:*",
"@vitejs/plugin-vue": "6.0.0",
"@vueuse/core": "13.4.0",
"@vueuse/core": "13.5.0",
"date-fns": "^4.1.0",
"lodash-es": "^4.17.21",
"sass": "1.89.2",
Expand All @@ -24,7 +24,7 @@
"vite": "7.0.0",
"vite-plugin-vuetify": "2.1.1",
"vue": "3.5.17",
"vuetify": "3.8.11"
"vuetify": "3.8.12"
},
"devDependencies": {
"@tailor-cms/eslint-config": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/tce-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tailor-cms/tce-display-runtime

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.
- Updated dependencies
- @tailor-cms/cek-common@1.2.6

## 1.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/tce-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailor-cms/tce-display-runtime",
"description": "Display content element client side runtime",
"author": "Studion <info@gostudion.com>",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,19 +18,19 @@
"@vue/runtime-core": "^3.5.17",
"@vue/runtime-dom": "^3.5.17",
"@vue/shared": "^3.5.17",
"dotenv": "^16.6.0",
"dotenv": "^17.0.1",
"lodash-es": "^4.17.21",
"sass": "1.89.2",
"typescript": "5.8.3",
"vite": "7.0.0",
"vite-plugin-vuetify": "2.1.1",
"vue": "3.5.17",
"vuetify": "3.8.11"
"vuetify": "3.8.12"
},
"devDependencies": {
"@tailor-cms/eslint-config": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.0.4"
"@types/node": "^24.0.10"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/tce-edit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tailor-cms/tce-edit-runtime

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.
- Updated dependencies
- @tailor-cms/cek-common@1.2.6

## 1.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/tce-edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailor-cms/tce-edit-runtime",
"description": "Edit content element client side runtime",
"author": "Studion <info@gostudion.com>",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -27,12 +27,12 @@
"vite": "7.0.0",
"vite-plugin-vuetify": "2.1.1",
"vue": "3.5.17",
"vuetify": "3.8.11"
"vuetify": "3.8.12"
},
"devDependencies": {
"@tailor-cms/eslint-config": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.0.4"
"@types/node": "^24.0.10"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/tce-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/tce-server-runtime

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.

## 1.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/tce-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailor-cms/tce-server-runtime",
"description": "Teaching element server runtime",
"author": "Studion <info@gostudion.com>",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"scripts": {
"dev": "node --experimental-specifier-resolution=node --loader ts-node/esm ./boot.ts",
Expand All @@ -19,21 +19,21 @@
"lodash-es": "^4.17.21",
"mkdirp": "^3.0.1",
"multer": "2.0.1",
"openai": "^5.8.1",
"openai": "^5.8.2",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"untildify": "^5.0.0",
"url-join": "^5.0.0",
"ws": "^8.18.2"
"ws": "^8.18.3"
},
"devDependencies": {
"@tailor-cms/eslint-config": "workspace:*",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.0.4",
"@types/node": "^24.0.10",
"@types/ws": "^8.18.1"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/tce-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tailor-cms/tce-boot

## 1.2.6

### Patch Changes

- Bump dependencies to the latest versions.
- Updated dependencies
- @tailor-cms/tce-display-runtime@1.2.6
- @tailor-cms/tce-server-runtime@1.2.6
- @tailor-cms/tce-edit-runtime@1.2.6
- @tailor-cms/tce-preview-runtime@1.2.6

## 1.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tce-boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailor-cms/tce-boot",
"description": "Content element runtime boot script",
"author": "Studion <info@gostudion.com>",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"scripts": {
"start": "node src/free-ports.js && node src/index.js",
Expand All @@ -17,7 +17,7 @@
"@tailor-cms/tce-server-runtime": "workspace:*",
"boxen": "^8.0.1",
"concurrently": "^9.2.0",
"dotenv": "^16.6.0",
"dotenv": "^17.0.1",
"fkill": "^9.0.0",
"has-flag": "^5.0.1",
"lodash-es": "^4.17.21",
Expand Down
Loading