Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi committed Aug 20, 2021
1 parent 927dcf2 commit f86124f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
22 changes: 22 additions & 0 deletions .changeset/kind-boats-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@finos/babel-preset-legend-studio': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-application-components': patch
'@finos/legend-dev-utils': patch
'@finos/legend-graph': patch
'@finos/legend-graph-preset-external-format-json-schema': patch
'@finos/legend-model-storage': patch
'@finos/legend-query-app': patch
'@finos/legend-query-deployment': patch
'@finos/legend-server-depot': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-shared': patch
'@finos/legend-studio': patch
'@finos/legend-studio-app': patch
'@finos/legend-studio-deployment': patch
'@finos/legend-studio-manual-tests': patch
'@finos/legend-studio-plugin-management': patch
'@finos/legend-studio-preset-dsl-text': patch
'@finos/legend-studio-preset-query-builder': patch
'@finos/legend-tracer-plugin-zipkin': patch
---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@finos/stylelint-config-legend-studio": "workspace:*",
"@juggle/resize-observer": "3.3.1",
"@types/jest": "27.0.1",
"@types/node": "16.6.2",
"@types/node": "16.7.0",
"chalk": "4.1.2",
"cross-env": "7.0.3",
"eslint": "7.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"micromatch": "4.0.4",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ __metadata:
eslint: 7.32.0
eslint-config-prettier: 8.3.0
eslint-plugin-import: 2.24.1
eslint-plugin-prettier: 3.4.0
eslint-plugin-prettier: 3.4.1
eslint-plugin-react: 7.24.0
eslint-plugin-react-hooks: 4.2.0
micromatch: 4.0.4
Expand Down Expand Up @@ -3385,10 +3385,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.6.2":
version: 16.6.2
resolution: "@types/node@npm:16.6.2"
checksum: 2245e50058ac49ab3d76af5ded7fc655d783a88a800139dad6caaf962f15c909287853012c9461b49600741bcc2b09042f94ce734f0440b6ad444d838e62904a
"@types/node@npm:16.7.0":
version: 16.7.0
resolution: "@types/node@npm:16.7.0"
checksum: 8fa8e04a12a09ce6fe89a20bc304489b88734395d4b1bce7885e74d3f630e5eac55be301555330648f48061326b0ae79d27abf9affb74ae287658560147688dd
languageName: node
linkType: hard

Expand Down Expand Up @@ -6569,9 +6569,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:3.4.0":
version: 3.4.0
resolution: "eslint-plugin-prettier@npm:3.4.0"
"eslint-plugin-prettier@npm:3.4.1":
version: 3.4.1
resolution: "eslint-plugin-prettier@npm:3.4.1"
dependencies:
prettier-linter-helpers: ^1.0.0
peerDependencies:
Expand All @@ -6580,7 +6580,7 @@ __metadata:
peerDependenciesMeta:
eslint-config-prettier:
optional: true
checksum: 30a07e8d12637d2988e371f6a20ff4c86fd7fdc3596d1d18d62c0367804f38e06a65052d0281234aeb2552e4d1908dcb2de20543413e038251a2717a46400a9d
checksum: fa6a89f0d7cba1cc87064352f5a4a68dc3739448dd279bec2bced1bfa3b704467e603d13b69dcec853f8fa30b286b8b715912898e9da776e1b016cf0ee48bd99
languageName: node
linkType: hard

Expand Down Expand Up @@ -9746,7 +9746,7 @@ __metadata:
"@finos/stylelint-config-legend-studio": "workspace:*"
"@juggle/resize-observer": 3.3.1
"@types/jest": 27.0.1
"@types/node": 16.6.2
"@types/node": 16.7.0
chalk: 4.1.2
cross-env: 7.0.3
eslint: 7.32.0
Expand Down

0 comments on commit f86124f

Please sign in to comment.