Skip to content

Commit 43a9067

Browse files
chore(deps): pin dependencies (#2962) [skip ci]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6a133d commit 43a9067

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"eslint-config-prettier": "8.5.0",
140140
"eslint-plugin-formatjs": "4.1.0",
141141
"eslint-plugin-jsx-a11y": "6.6.1",
142-
"eslint-plugin-no-relative-import-paths": "^1.4.0",
142+
"eslint-plugin-no-relative-import-paths": "1.4.0",
143143
"eslint-plugin-prettier": "4.2.1",
144144
"eslint-plugin-react": "7.30.1",
145145
"eslint-plugin-react-hooks": "4.6.0",
@@ -155,8 +155,8 @@
155155
"semantic-release-docker-buildx": "1.0.1",
156156
"tailwindcss": "3.1.8",
157157
"ts-node": "10.9.1",
158-
"tsc-alias": "^1.7.0",
159-
"tsconfig-paths": "^4.1.0",
158+
"tsc-alias": "1.7.0",
159+
"tsconfig-paths": "4.1.0",
160160
"typescript": "4.7.4"
161161
},
162162
"resolutions": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5695,7 +5695,7 @@ eslint-plugin-jsx-a11y@^6.5.1:
56955695
language-tags "^1.0.5"
56965696
minimatch "^3.0.4"
56975697

5698-
eslint-plugin-no-relative-import-paths@^1.4.0:
5698+
eslint-plugin-no-relative-import-paths@1.4.0:
56995699
version "1.4.0"
57005700
resolved "https://registry.yarnpkg.com/eslint-plugin-no-relative-import-paths/-/eslint-plugin-no-relative-import-paths-1.4.0.tgz#59489ebc19688d1398bfe53d3ad320b3ed42ca17"
57015701
integrity sha512-J/ok26KqJM+20VsxNEcHc9kyW0dcFHBlihOO5FFv/GQqwcW+G1UngbHLpnPAdOQ1dJg5Ljk/40csqfZ3mnneUw==
@@ -11855,7 +11855,7 @@ ts-node@^10.8.0:
1185511855
v8-compile-cache-lib "^3.0.1"
1185611856
yn "3.1.1"
1185711857

11858-
tsc-alias@^1.7.0:
11858+
tsc-alias@1.7.0:
1185911859
version "1.7.0"
1186011860
resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.7.0.tgz#733482751133a25b97608ee424f8a1f085fcaaef"
1186111861
integrity sha512-n/K6g8S7Ec7Y/A2Z77Ikp2Uv1S1ERtT63ni69XV4W1YPT4rnNmz8ItgIiJYvKfFnKfqcZQ81UPjoKpMTxaC/rg==
@@ -11867,6 +11867,15 @@ tsc-alias@^1.7.0:
1186711867
normalize-path "^3.0.0"
1186811868
plimit-lit "^1.2.6"
1186911869

11870+
tsconfig-paths@4.1.0:
11871+
version "4.1.0"
11872+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz#f8ef7d467f08ae3a695335bf1ece088c5538d2c1"
11873+
integrity sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==
11874+
dependencies:
11875+
json5 "^2.2.1"
11876+
minimist "^1.2.6"
11877+
strip-bom "^3.0.0"
11878+
1187011879
tsconfig-paths@^3.14.1:
1187111880
version "3.14.1"
1187211881
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
@@ -11877,15 +11886,6 @@ tsconfig-paths@^3.14.1:
1187711886
minimist "^1.2.6"
1187811887
strip-bom "^3.0.0"
1187911888

11880-
tsconfig-paths@^4.1.0:
11881-
version "4.1.0"
11882-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz#f8ef7d467f08ae3a695335bf1ece088c5538d2c1"
11883-
integrity sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==
11884-
dependencies:
11885-
json5 "^2.2.1"
11886-
minimist "^1.2.6"
11887-
strip-bom "^3.0.0"
11888-
1188911889
tslib@2.4.0, tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0:
1189011890
version "2.4.0"
1189111891
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)