File tree Expand file tree Collapse file tree 1 file changed +17
-19
lines changed
Expand file tree Collapse file tree 1 file changed +17
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " module-data-groups" ,
33 "version" : " 1.0.0" ,
4- "description" : " Like learning a musical instrument, programming requires daily practice." ,
5- "main" : " index.js" ,
4+ "type" : " module" ,
5+ "license" : " CC-BY-SA-4.0" ,
6+ "description" : " " ,
67 "scripts" : {
7- "test" : " jest"
8+ "test" : " jest" ,
9+ "format" : " prettier --write ."
810 },
11+ "workspaces" : [
12+ " alarmclock" ,
13+ " quote-generator" ,
14+ " reading-list" ,
15+ " slideshow" ,
16+ " todo-list"
17+ ],
918 "repository" : {
1019 "type" : " git" ,
1120 "url" : " git+https://github.com/CodeYourFuture/Module-Data-Groups.git"
1221 },
13- "keywords" : [],
14- "author" : " " ,
15- "license" : " ISC" ,
16- "type" : " commonjs" ,
1722 "bugs" : {
1823 "url" : " https://github.com/CodeYourFuture/Module-Data-Groups/issues"
1924 },
2025 "homepage" : " https://github.com/CodeYourFuture/Module-Data-Groups#readme" ,
2126 "devDependencies" : {
22- "@testing-library/jest-dom" : " ^6.9.1" ,
23- "jest" : " ^30.3.0" ,
24- "jest-environment-jsdom" : " ^30.3.0"
25- },
26- "dependencies" : {
27- "jsdom" : " ^16.7.0"
28- },
29- "jest" : {
30- "testEnvironment" : " jsdom" ,
31- "setupFilesAfterEnv" : [
32- " @testing-library/jest-dom"
33- ]
27+ "@testing-library/dom" : " ^10.4.0" ,
28+ "@testing-library/jest-dom" : " ^6.6.3" ,
29+ "@testing-library/user-event" : " ^14.6.1" ,
30+ "jest" : " ^30.0.4" ,
31+ "jest-environment-jsdom" : " ^30.0.4"
3432 }
3533}
You can’t perform that action at this time.
0 commit comments