Skip to content

Commit

Permalink
Merge pull request #116 from radzikowski/fix/blockly_imports_change
Browse files Browse the repository at this point in the history
block blockly library to version before imports change
  • Loading branch information
nbudin authored Jun 7, 2024
2 parents 8d2a141 + 524ea8d commit b50eead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Nat Budin <[email protected]>",
"license": "MIT",
"dependencies": {
"blockly": ">= 10.0.0",
"blockly": ">= 10.0.0 < 11.0.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4110,12 +4110,12 @@ __metadata:
languageName: node
linkType: hard

"blockly@npm:>= 10.0.0":
version: 10.0.2
resolution: "blockly@npm:10.0.2"
"blockly@npm:>= 10.0.0 < 11.0.0":
version: 10.4.3
resolution: "blockly@npm:10.4.3"
dependencies:
jsdom: 22.1.0
checksum: 26541bff203cd8c4bd84a7c081a104d442745ea74f1dafd3f4b0fefb99272e070573ef5873624dcb86a8521c3366ba7453f604c277da62fd9bda8d2a79f84bb9
checksum: 1d01db87f31e23c3c1297457a54de887cf932c283d6db60c0ca478ed893f727a595908f86155c233ee93caea67c713b2657fe3966d655b8a35aaa0b5f5c50e0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -11136,7 +11136,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.53.0
"@typescript-eslint/parser": ^5.53.0
babel-eslint: ^10.1.0
blockly: ">= 10.0.0"
blockly: ">= 10.0.0 < 11.0.0"
css-loader: ^6.7.3
eslint: ^8.34.0
eslint-config-prettier: ^8.6.0
Expand Down

0 comments on commit b50eead

Please sign in to comment.