Skip to content

Commit 877b6b6

Browse files
committed
chore: dependencies version bump, release
1 parent a594b53 commit 877b6b6

File tree

7 files changed

+616
-337
lines changed

7 files changed

+616
-337
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 103 additions & 108 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nodeLinker: node-modules
22

33
plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5-
spec: '@yarnpkg/plugin-workspace-tools'
5+
spec: "@yarnpkg/plugin-workspace-tools"
66
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7-
spec: '@yarnpkg/plugin-interactive-tools'
7+
spec: "@yarnpkg/plugin-interactive-tools"
88

99
yarnPath: .yarn/releases/yarn-3.3.1.cjs

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/scout",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"homepage": "https://contract-insight-snap.kleros.builders/",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"@metamask/snaps-ui": "^0.32.2",
4040
"cross-env": "^7.0.3",
4141
"crypto": "^1.0.1",
42-
"gatsby-cli": "^5.10.0",
42+
"gatsby-cli": "^5.12.0",
4343
"markdown-escape": "^2.0.0"
4444
},
4545
"devDependencies": {
@@ -48,18 +48,18 @@
4848
"@metamask/eslint-config-nodejs": "^11.1.0",
4949
"@metamask/eslint-config-typescript": "^11.1.0",
5050
"@types/markdown-escape": "^1.1.0",
51-
"@typescript-eslint/eslint-plugin": "^5.59.8",
52-
"@typescript-eslint/parser": "^5.59.8",
53-
"eslint": "^8.41.0",
54-
"eslint-config-prettier": "^8.8.0",
55-
"eslint-plugin-import": "^2.27.5",
51+
"@typescript-eslint/eslint-plugin": "^5.62.0",
52+
"@typescript-eslint/parser": "^5.62.0",
53+
"eslint": "^8.48.0",
54+
"eslint-config-prettier": "^8.10.0",
55+
"eslint-plugin-import": "^2.28.1",
5656
"eslint-plugin-jest": "^26.9.0",
5757
"eslint-plugin-jsdoc": "^39.9.1",
5858
"eslint-plugin-node": "^11.1.0",
5959
"eslint-plugin-prettier": "^4.2.1",
6060
"gh-pages": "^5.0.0",
6161
"prettier": "^2.8.8",
62-
"prettier-plugin-packagejson": "^2.4.3",
62+
"prettier-plugin-packagejson": "^2.4.5",
6363
"typescript": "^4.9.5"
6464
},
6565
"packageManager": "yarn@3.3.1",

packages/site/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/scout-site",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "(MIT-0 OR Apache-2.0)",
66
"scripts": {
@@ -29,23 +29,23 @@
2929
"@metamask/eslint-config-jest": "^11.1.0",
3030
"@metamask/eslint-config-nodejs": "^11.1.0",
3131
"@metamask/eslint-config-typescript": "^11.1.0",
32-
"@metamask/providers": "^11.0.0",
32+
"@metamask/providers": "^11.1.1",
3333
"@svgr/webpack": "^6.5.1",
34-
"@testing-library/dom": "^8.20.0",
35-
"@testing-library/jest-dom": "^5.16.5",
34+
"@testing-library/dom": "^8.20.1",
35+
"@testing-library/jest-dom": "^5.17.0",
3636
"@testing-library/react": "^13.4.0",
37-
"@testing-library/user-event": "^13.5.0",
37+
"@testing-library/user-event": "^14.4.3",
3838
"@types/jest": "^27.5.2",
39-
"@types/react": "^18.2.7",
40-
"@types/react-dom": "^18.2.4",
39+
"@types/react": "^18.2.21",
40+
"@types/react-dom": "^18.2.7",
4141
"@types/styled-components": "^5.1.26",
42-
"@typescript-eslint/eslint-plugin": "^5.59.8",
43-
"@typescript-eslint/parser": "^5.59.8",
42+
"@typescript-eslint/eslint-plugin": "^5.62.0",
43+
"@typescript-eslint/parser": "^5.62.0",
4444
"axios": "^0.21.4",
4545
"cross-env": "^7.0.3",
46-
"eslint": "^8.41.0",
47-
"eslint-config-prettier": "^8.8.0",
48-
"eslint-plugin-import": "^2.27.5",
46+
"eslint": "^8.48.0",
47+
"eslint-config-prettier": "^8.10.0",
48+
"eslint-plugin-import": "^2.28.1",
4949
"eslint-plugin-jest": "^26.9.0",
5050
"eslint-plugin-jsdoc": "^39.9.1",
5151
"eslint-plugin-node": "^11.1.0",
@@ -55,7 +55,7 @@
5555
"gatsby-plugin-styled-components": "^5.25.0",
5656
"gatsby-plugin-svgr": "^3.0.0-beta.0",
5757
"prettier": "^2.8.8",
58-
"prettier-plugin-packagejson": "^2.4.3",
58+
"prettier-plugin-packagejson": "^2.4.5",
5959
"react": "^18.2.0",
6060
"react-dom": "^18.2.0",
6161
"react-is": "^18.2.0",

packages/snap/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/scout-snap",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Metamask Snap that retrieves contract metadata from the Kleros Curate registries",
55
"repository": {
66
"type": "git",
@@ -33,25 +33,25 @@
3333
},
3434
"devDependencies": {
3535
"@lavamoat/allow-scripts": "^2.3.1",
36-
"@metamask/auto-changelog": "^3.1.0",
36+
"@metamask/auto-changelog": "^3.2.0",
3737
"@metamask/eslint-config": "^11.1.0",
3838
"@metamask/eslint-config-jest": "^11.1.0",
3939
"@metamask/eslint-config-nodejs": "^11.1.0",
4040
"@metamask/eslint-config-typescript": "^11.1.0",
4141
"@metamask/snaps-cli": "^0.32.2",
4242
"@metamask/snaps-types": "^0.32.2",
4343
"@metamask/snaps-ui": "^0.32.2",
44-
"@typescript-eslint/eslint-plugin": "^5.59.8",
45-
"@typescript-eslint/parser": "^5.59.8",
46-
"eslint": "^8.41.0",
47-
"eslint-config-prettier": "^8.8.0",
48-
"eslint-plugin-import": "^2.27.5",
44+
"@typescript-eslint/eslint-plugin": "^5.62.0",
45+
"@typescript-eslint/parser": "^5.62.0",
46+
"eslint": "^8.48.0",
47+
"eslint-config-prettier": "^8.10.0",
48+
"eslint-plugin-import": "^2.28.1",
4949
"eslint-plugin-jest": "^26.9.0",
5050
"eslint-plugin-jsdoc": "^39.9.1",
5151
"eslint-plugin-node": "^11.1.0",
5252
"eslint-plugin-prettier": "^4.2.1",
5353
"prettier": "^2.8.8",
54-
"prettier-plugin-packagejson": "^2.4.3",
54+
"prettier-plugin-packagejson": "^2.4.5",
5555
"rimraf": "^3.0.2",
5656
"typescript": "^4.9.5"
5757
},

packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.5.2",
2+
"version": "1.1.0",
33
"description": "A Snap that retrieves contract metadata from the Kleros Curate registries.",
44
"proposedName": "Kleros Scout",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/kleros/scout-snap.git"
88
},
99
"source": {
10-
"shasum": "PN6RaRgAWSel0csceOg3JD57metbCzVENDv0S2ONt1Q=",
10+
"shasum": "z/7MIS7rM2gG7vjtY54Sv3pnvzItMnhooR22Svk6QkI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)