Skip to content

Commit 0f7d1c3

Browse files
authored
1 parent bc63dd1 commit 0f7d1c3

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

apps/roadmap/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"dependencies": {
3-
"@instructure/ui": "^11.2.0",
4-
"@instructure/ui-color-utils": "^10.2.0",
5-
"react": "^19.2.0",
6-
"react-dom": "^19.2.0"
7-
},
8-
"devDependencies": {
9-
"@instructure.ai/shared-configs": "workspace:^"
10-
},
11-
"name": "@instructure.ai/roadmap",
12-
"private": true,
13-
"repository": {
14-
"directory": "apps/roadmap",
15-
"type": "git",
16-
"url": "https://github.com/instructure/instructure.ai"
17-
},
18-
"scripts": {
19-
"build": "vite build",
20-
"dev": "vite",
21-
"lint": "pnpm biome check",
22-
"preview": "vite preview",
23-
"test": "pnpm vitest run",
24-
"typecheck": "tsgo --noEmit"
25-
},
26-
"type": "module",
27-
"version": "1.0.2"
2+
"dependencies": {
3+
"@instructure/ui": "^11.2.0",
4+
"@instructure/ui-color-utils": "^10.2.0",
5+
"react": "^19.2.0",
6+
"react-dom": "^19.2.0"
7+
},
8+
"devDependencies": {
9+
"@instructure.ai/shared-configs": "workspace:^"
10+
},
11+
"name": "@instructure.ai/roadmap",
12+
"private": true,
13+
"repository": {
14+
"directory": "apps/roadmap",
15+
"type": "git",
16+
"url": "https://github.com/instructure/instructure.ai"
17+
},
18+
"scripts": {
19+
"build": "vite build",
20+
"dev": "vite",
21+
"lint": "pnpm biome check",
22+
"preview": "vite preview",
23+
"test": "pnpm vitest run",
24+
"typecheck": "tsgo --noEmit"
25+
},
26+
"type": "module",
27+
"version": "1.0.3"
2828
}

0 commit comments

Comments
 (0)