mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
Removes unused package dependencies
This commit is contained in:
parent
d266926900
commit
873ef2b59a
5
.changeset/green-apes-act.md
Normal file
5
.changeset/green-apes-act.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@shopify/draggable': patch
|
||||
---
|
||||
|
||||
Removes unused packages dependencies
|
||||
@ -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: [
|
||||
|
||||
10
package.json
10
package.json
@ -46,29 +46,24 @@
|
||||
],
|
||||
"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",
|
||||
@ -76,7 +71,6 @@
|
||||
"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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user