Skip to content

Commit

Permalink
remove unwanted packages and unpin dependencies (#322)
Browse files Browse the repository at this point in the history
* remove unwanted packages

* unpin dependencies
  • Loading branch information
byara authored Dec 5, 2024
1 parent 35d7b0b commit 8941334
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 277 deletions.
33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"example": "prettier --config ./examples/.prettierrc --plugin lib/src/index.js",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run compile && npm run test",
"postinstall": "patch-package"
"prepublishOnly": "npm run compile && npm run test"
},
"keywords": [
"prettier",
Expand All @@ -34,28 +33,26 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/generator": "7.26.2",
"@babel/parser": "7.26.2",
"@babel/traverse": "7.25.9",
"@babel/types": "7.26.0",
"javascript-natural-sort": "0.7.1",
"@babel/generator": "^7.26.2",
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"javascript-natural-sort": "^0.7.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/chai": "5.0.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/node": "22.9.1",
"@types/chai": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.1",
"@vue/compiler-sfc": "^3.5.13",
"jest": "29.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.3.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.3.1",
"svelte": "^4.2.19",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@vue/compiler-sfc": "3.x",
Expand Down
Loading

0 comments on commit 8941334

Please sign in to comment.