Skip to content

Commit

Permalink
fix: change the location of the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Feb 15, 2024
1 parent 3f5833d commit 2da09b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
13 changes: 5 additions & 8 deletions packages/kolibri-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@testing-library/jest-dom": "^6.1.6",
"@vue/test-utils": "^1.3.6",
"ast-traverse": "^0.1.1",
"autoprefixer": "10.4.16",
Expand All @@ -44,6 +43,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^23.3.0",
"eslint-plugin-kolibri": "0.16.0-dev.7",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-vue": "^7.3.0",
"espree": "9.6.1",
"esquery": "^1.5.0",
Expand Down Expand Up @@ -81,6 +81,7 @@
"stylelint-config-standard": "24.0.0",
"stylelint-csstree-validator": "3.0.0",
"stylelint-scss": "5.3.2",
"rewire": "^6.0.0",
"temp": "^0.8.3",
"terser-webpack-plugin": "^5.3.10",
"toml": "^3.0.0",
Expand All @@ -92,16 +93,12 @@
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
"webpack-merge": "^5.10.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/vue": "^5"
},
"engines": {
"node": "18.x",
"npm": ">= 8"
},
"devDependencies": {
"rewire": "^6.0.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/vue": "^5",
"eslint-plugin-jest-dom": "^5.1.0"
}
}
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1486,20 +1486,6 @@
lz-string "^1.5.0"
pretty-format "^27.0.2"

"@testing-library/jest-dom@^6.1.6":
version "6.1.6"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.6.tgz#d9a3ce61cd74ea792622d3da78a830f6786e8d93"
integrity sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==
dependencies:
"@adobe/css-tools" "^4.3.2"
"@babel/runtime" "^7.9.2"
aria-query "^5.0.0"
chalk "^3.0.0"
css.escape "^1.5.1"
dom-accessibility-api "^0.5.6"
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/jest-dom@^6.4.1":
version "6.4.1"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.1.tgz#1b0cc222c3a59f9cba2cc7947dc5fadc01210a37"
Expand Down Expand Up @@ -4652,11 +4638,6 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

dom-accessibility-api@^0.5.6:
version "0.5.14"
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==

dom-accessibility-api@^0.5.9:
version "0.5.16"
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
Expand Down

0 comments on commit 2da09b7

Please sign in to comment.