Skip to content

Commit 2e67c0d

Browse files
committed
Merge branch 'main' of github.com:trivago/prettier-plugin-sort-imports
2 parents 47ccf54 + 8941334 commit 2e67c0d

File tree

2 files changed

+80
-277
lines changed

2 files changed

+80
-277
lines changed

package.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"example": "prettier --config ./examples/.prettierrc --plugin lib/src/index.js",
1717
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
1818
"type-check": "tsc --noEmit",
19-
"prepublishOnly": "npm run compile && npm run test",
20-
"postinstall": "patch-package"
19+
"prepublishOnly": "npm run compile && npm run test"
2120
},
2221
"keywords": [
2322
"prettier",
@@ -34,28 +33,26 @@
3433
},
3534
"license": "Apache-2.0",
3635
"dependencies": {
37-
"@babel/generator": "7.26.2",
38-
"@babel/parser": "7.26.2",
39-
"@babel/traverse": "7.25.9",
40-
"@babel/types": "7.26.0",
41-
"javascript-natural-sort": "0.7.1",
36+
"@babel/generator": "^7.26.2",
37+
"@babel/parser": "^7.26.2",
38+
"@babel/traverse": "^7.25.9",
39+
"@babel/types": "^7.26.0",
40+
"javascript-natural-sort": "^0.7.1",
4241
"lodash": "^4.17.21"
4342
},
4443
"devDependencies": {
4544
"@babel/core": "^7.26.0",
46-
"@types/chai": "5.0.1",
47-
"@types/jest": "29.5.14",
48-
"@types/lodash": "4.17.13",
49-
"@types/node": "22.9.1",
45+
"@types/chai": "^5.0.1",
46+
"@types/jest": "^29.5.14",
47+
"@types/lodash": "^4.17.13",
48+
"@types/node": "^22.9.1",
5049
"@vue/compiler-sfc": "^3.5.13",
51-
"jest": "29.7.0",
52-
"patch-package": "^8.0.0",
53-
"postinstall-postinstall": "^2.1.0",
54-
"prettier": "3.3.3",
55-
"prettier-plugin-svelte": "3.3.1",
50+
"jest": "^29.7.0",
51+
"prettier": "^3.3.3",
52+
"prettier-plugin-svelte": "^3.3.1",
5653
"svelte": "^4.2.19",
57-
"ts-jest": "29.2.5",
58-
"typescript": "5.6.3"
54+
"ts-jest": "^29.2.5",
55+
"typescript": "^5.6.3"
5956
},
6057
"peerDependencies": {
6158
"@vue/compiler-sfc": "3.x",

0 commit comments

Comments
 (0)