Skip to content

Commit 39bbad0

Browse files
fix(deps): pin dependencies (#1056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fad30a2 commit 39bbad0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"read-pkg": "7.1.0",
4444
"rollup": "3.2.3",
4545
"rollup-plugin-dts": "5.0.0",
46-
"rollup-plugin-preserve-shebangs": "^0.2.0",
46+
"rollup-plugin-preserve-shebangs": "0.2.0",
4747
"rollup-plugin-visualizer": "5.8.3",
4848
"tsd-lite": "0.6.0",
4949
"typescript": "4.8.4",

packages/validate-icu-locales/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@formatjs/icu-messageformat-parser": "^2.1.10",
25-
"globby": "^13.1.2",
26-
"module-from-string": "^3.3.0"
24+
"@formatjs/icu-messageformat-parser": "2.1.10",
25+
"globby": "13.1.2",
26+
"module-from-string": "3.3.0"
2727
}
2828
}

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)