Skip to content

Commit 8958634

Browse files
committed
Update workspace naming
1 parent 2acc787 commit 8958634

File tree

12 files changed

+275
-455
lines changed

12 files changed

+275
-455
lines changed

apps/vscode-e2e/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "@roo-code/vscode-e2e",
2+
"name": "@tne-code/vscode-e2e",
33
"private": true,
44
"scripts": {
55
"lint": "eslint src --ext=ts --max-warnings=0",
66
"check-types": "tsc -p tsconfig.esm.json --noEmit",
77
"format": "prettier --write src",
8-
"test:ci": "pnpm -w bundle && pnpm --filter @roo-code/vscode-webview build && pnpm test:run",
8+
"test:ci": "pnpm -w bundle && pnpm --filter @tne-code/vscode-webview build && pnpm test:run",
99
"test:run": "rimraf out && tsc -p tsconfig.json && npx dotenvx run -f .env.local -- node ./out/runTest.js",
1010
"clean": "rimraf out .turbo"
1111
},
1212
"devDependencies": {
13-
"@roo-code/config-eslint": "workspace:^",
14-
"@roo-code/config-typescript": "workspace:^",
15-
"@roo-code/types": "workspace:^",
13+
"@tne-code/config-eslint": "workspace:^",
14+
"@tne-code/config-typescript": "workspace:^",
15+
"@tne-code/types": "workspace:^",
1616
"@types/mocha": "^10.0.10",
1717
"@types/node": "^22.14.1",
1818
"@types/vscode": "^1.95.0",

apps/vscode-nightly/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@roo-code/vscode-nightly",
2+
"name": "@tne-code/vscode-nightly",
33
"description": "Nightly build for the Roo Code VSCode extension.",
44
"private": true,
55
"packageManager": "[email protected]",
@@ -9,6 +9,6 @@
99
"clean": "rimraf build .turbo"
1010
},
1111
"devDependencies": {
12-
"@roo-code/build": "workspace:^"
12+
"@tne-code/build": "workspace:^"
1313
}
1414
}

apps/vscode-nightly/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["//"],
44
"tasks": {
55
"bundle:nightly": {
6-
"dependsOn": ["^build", "@roo-code/vscode-webview#build:nightly"],
6+
"dependsOn": ["^build", "@tne-code/vscode-webview#build:nightly"],
77
"outputs": ["build/**"]
88
},
99
"vsix:nightly": {

apps/web-evals/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@roo-code/web-evals",
2+
"name": "@tne-code/web-evals",
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
@@ -24,8 +24,8 @@
2424
"@radix-ui/react-slot": "^1.1.2",
2525
"@radix-ui/react-tabs": "^1.1.3",
2626
"@radix-ui/react-tooltip": "^1.1.8",
27-
"@roo-code/evals": "workspace:^",
28-
"@roo-code/types": "workspace:^",
27+
"@tne-code/evals": "workspace:^",
28+
"@tne-code/types": "workspace:^",
2929
"@tanstack/react-query": "^5.69.0",
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
@@ -47,8 +47,8 @@
4747
"zod": "^3.24.2"
4848
},
4949
"devDependencies": {
50-
"@roo-code/config-eslint": "workspace:^",
51-
"@roo-code/config-typescript": "workspace:^",
50+
"@tne-code/config-eslint": "workspace:^",
51+
"@tne-code/config-typescript": "workspace:^",
5252
"@tailwindcss/postcss": "^4",
5353
"@types/ps-tree": "^1.1.6",
5454
"@types/react": "^18.3.23",

apps/web-roo-code/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@roo-code/web-roo-code",
2+
"name": "@tne-code/web-roo-code",
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
@@ -21,7 +21,7 @@
2121
"@libsql/client": "^0.15.7",
2222
"@radix-ui/react-dialog": "^1.1.14",
2323
"@radix-ui/react-slot": "^1.2.3",
24-
"@roo-code/types": "workspace:^",
24+
"@tne-code/types": "workspace:^",
2525
"@tanstack/react-query": "^5.79.0",
2626
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
@@ -44,8 +44,8 @@
4444
"zod": "^3.25.41"
4545
},
4646
"devDependencies": {
47-
"@roo-code/config-eslint": "workspace:^",
48-
"@roo-code/config-typescript": "workspace:^",
47+
"@tne-code/config-eslint": "workspace:^",
48+
"@tne-code/config-typescript": "workspace:^",
4949
"@tailwindcss/typography": "^0.5.16",
5050
"@types/node": "^20.17.54",
5151
"@types/react": "^18.3.23",

packages/build/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@roo-code/config-typescript/base.json",
2+
"extends": "@tne-code/config-typescript/base.json",
33
"compilerOptions": {
44
"types": ["vitest/globals"],
55
"outDir": "dist"

packages/ipc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@roo-code/config-typescript/base.json",
2+
"extends": "@tne-code/config-typescript/base.json",
33
"compilerOptions": {
44
"types": ["vitest/globals"]
55
},

packages/types/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@roo-code/config-typescript/base.json",
2+
"extends": "@tne-code/config-typescript/base.json",
33
"compilerOptions": {
44
"types": ["vitest/globals"],
55
"outDir": "dist"

0 commit comments

Comments
 (0)