Skip to content

Commit 2de82de

Browse files
committed
move playwright tests
1 parent ba361d4 commit 2de82de

File tree

5 files changed

+39
-41
lines changed

5 files changed

+39
-41
lines changed

packages/idb-cache-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17+
"@playwright/test": "^1.48.2",
1718
"@instructure/ui": "^9.9.0",
1819
"@instructure/ui-buttons": "^9.9.0",
1920
"@instructure/ui-flex": "^9.9.0",
File renamed without changes.
File renamed without changes.

packages/idb-cache/package.json

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,37 @@
11
{
2-
"name": "@instructure/idb-cache",
3-
"version": "1.0.3",
4-
"license": "MIT",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+https://github.com/instructure/idb-cache.git"
8-
},
9-
"bugs": {
10-
"url": "https://github.com/instructure/idb-cache/issues"
11-
},
12-
"homepage": "https://github.com/instructure/idb-cache#readme",
13-
"type": "module",
14-
"exports": {
15-
".": {
16-
"types": "./dist/index.d.ts",
17-
"import": "./dist/index.js"
18-
}
19-
},
20-
"module": "./dist/index.js",
21-
"types": "./dist/index.d.ts",
22-
"files": [
23-
"dist"
24-
],
25-
"scripts": {
26-
"build": "rslib build",
27-
"dev": "rslib build --watch",
28-
"biome:check": "biome check . --write"
29-
},
30-
"peerDependencies": {
31-
"@rslib/core": "^0.0.15",
32-
"idb": "^8.0.0"
33-
},
34-
"devDependencies": {
35-
"@playwright/test": "^1.48.2",
36-
"@rslib/core": "^0.0.15",
37-
"@types/node": "^22.9.0",
38-
"typescript": "^5.6.3"
39-
}
2+
"name": "@instructure/idb-cache",
3+
"version": "1.0.3",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/instructure/idb-cache.git"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/instructure/idb-cache/issues"
11+
},
12+
"homepage": "https://github.com/instructure/idb-cache#readme",
13+
"type": "module",
14+
"exports": {
15+
".": {
16+
"types": "./dist/index.d.ts",
17+
"import": "./dist/index.js"
18+
}
19+
},
20+
"module": "./dist/index.js",
21+
"types": "./dist/index.d.ts",
22+
"files": ["dist"],
23+
"scripts": {
24+
"build": "rslib build",
25+
"dev": "rslib build --watch",
26+
"biome:check": "biome check . --write"
27+
},
28+
"peerDependencies": {
29+
"@rslib/core": "^0.0.15",
30+
"idb": "^8.0.0"
31+
},
32+
"devDependencies": {
33+
"@rslib/core": "^0.0.15",
34+
"@types/node": "^22.9.0",
35+
"typescript": "^5.6.3"
36+
}
4037
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)