Skip to content

Commit

Permalink
fix: config version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Oct 26, 2023
1 parent 2015809 commit 485641b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/sample-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/testing-library__jest-dom": "^5.14.5",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config#v0.0.1",
"chai": "^4.2.0",
"copy-webpack-plugin": "^11.0.0",
"customize-cra": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^18.0.0",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config#v0.0.1",
"commitlint": "^18.0.0",
"eslint": "^8.4.1",
"eslint-plugin-prefer-arrow": "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-wallet-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config#v0.0.1",
"eslint": "^8.4.1",
"react": "^18.2.0",
"tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@vechain/connex-types": "2.1.0",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config#v0.0.1",
"@walletconnect/types": "2.10.2",
"eslint": "^8.4.1",
"tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vechain/wallet-connect": "*"
},
"devDependencies": {
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config",
"@vechain/repo-config": "https://github.com/vechainfoundation/repo-config#v0.0.1",
"eslint": "^8.4.1",
"tsconfig": "*",
"tsup": "^5.10.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4808,9 +4808,9 @@
dependencies:
mersenne-twister "^1.1.0"

"@vechain/repo-config@https://github.com/vechainfoundation/repo-config":
"@vechain/repo-config@https://github.com/vechainfoundation/repo-config#v0.0.1":
version "1.0.1"
resolved "https://github.com/vechainfoundation/repo-config#907af9fcf522284ae7a513c0477ebfe4df2f5324"
resolved "https://github.com/vechainfoundation/repo-config#b782a6b9c80c0c2070a88b8024ada02c8a5c1fb3"
dependencies:
"@react-native/eslint-config" "^0.72.2"
"@vercel/style-guide" "^4.0.2"
Expand Down

0 comments on commit 485641b

Please sign in to comment.