Skip to content

Commit

Permalink
Removes unused package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Sep 28, 2023
1 parent d266926 commit 873ef2b
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 793 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-apes-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/draggable': patch
---

Removes unused packages dependencies
11 changes: 1 addition & 10 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ module.exports = {
setupFiles: ['<rootDir>/test/environment.ts'],
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
transform: {
'\\.(ts|js)': [
'babel-jest',
{
babelrc: false,
presets: [
['@shopify/babel-preset', {typescript: true, isWebpack5: true}],
],
sourceMaps: 'inline',
},
],
'\\.(ts|js)': ['babel-jest'],
},
moduleFileExtensions: ['js', 'ts'],
collectCoverageFrom: [
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,37 +46,31 @@
],
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@microsoft/tsdoc": "^0.14.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.4",
"@shopify/babel-preset": "^25.0.0",
"@shopify/eslint-plugin": "^43.0.0",
"@shopify/prettier-config": "^1.1.2",
"@shopify/typescript-configs": "^5.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-preset-shopify": "^21.0.0",
"codecov": "^3.0.2",
"concurrently": "^3.5.1",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.49.0",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"rollup": "^3.29.3",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-node-externals": "^6.1.1",
"timers": "^0.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4"
},
Expand Down
Loading

0 comments on commit 873ef2b

Please sign in to comment.