Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Pin dependencies (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2022
1 parent ee1ad78 commit 13a09c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@emotion/styled": "11.10.4",
"@iconify/react": "4.0.0",
"@popperjs/core": "2.11.6",
"axios": "^1.1.3",
"axios": "1.1.3",
"dayjs": "1.11.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.0",
"react-popper": "2.3.0",
"swr": "^1.3.0",
"swr": "1.3.0",
"twin.macro": "2.8.2",
"wouter": "2.8.0-alpha.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5945,7 +5945,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.1.3":
"axios@npm:1.1.3":
version: 1.1.3
resolution: "axios@npm:1.1.3"
dependencies:
Expand Down Expand Up @@ -16412,7 +16412,7 @@ __metadata:
languageName: node
linkType: hard

"swr@npm:^1.3.0":
"swr@npm:1.3.0":
version: 1.3.0
resolution: "swr@npm:1.3.0"
peerDependencies:
Expand Down Expand Up @@ -18057,7 +18057,7 @@ __metadata:
"@vitejs/plugin-react": 2.1.0
"@vitest/ui": 0.24.3
autoprefixer: 10.4.12
axios: ^1.1.3
axios: 1.1.3
babel-loader: 8.2.5
babel-plugin-macros: 3.1.0
chromatic: 6.11.1
Expand All @@ -18083,7 +18083,7 @@ __metadata:
rimraf: 3.0.2
rollup: 3.2.3
style-dictionary: 3.7.1
swr: ^1.3.0
swr: 1.3.0
tailwindcss: 3.2.1
terser: 5.15.1
token-transformer: 0.0.27
Expand Down

0 comments on commit 13a09c9

Please sign in to comment.