Skip to content

Commit d9b0a89

Browse files
Merge pull request #386 from trivago/chores
update lockfile
2 parents c42a081 + e2d360f commit d9b0a89

File tree

3 files changed

+321
-532
lines changed

3 files changed

+321
-532
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@babel/types": "^7.28.0",
4242
"javascript-natural-sort": "^0.7.1",
4343
"lodash-es": "^4.17.21",
44-
"parse-imports-exports": "^0.2.4",
45-
"minimatch": "^9.0.0"
44+
"minimatch": "^9.0.0",
45+
"parse-imports-exports": "^0.2.4"
4646
},
4747
"devDependencies": {
4848
"@babel/core": "^7.26.7",

tests/Ember/__snapshots__/ppsi.spec.mjs.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ import sameLevelRelativePath from "./sameLevelRelativePath";
124124
// I am top level comment in this file.
125125
126126
interface FooSignature {
127-
Args: { bar: string };
127+
Args: {
128+
bar: string;
129+
};
128130
}
129131
130132
const what = <template>Used as an expression</template>;

0 commit comments

Comments
 (0)