Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed May 22, 2024
2 parents 8c53553 + b89cb89 commit 15f35cb
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 123 deletions.
8 changes: 4 additions & 4 deletions bricks/create_dart_frog/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: {{name.snakeCase()}}
description: An new Dart Frog application
description: A new Dart Frog application
version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_frog: ^1.0.0
dart_frog: ^1.1.0

dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
mocktail: ^1.0.3
test: ^1.25.5
very_good_analysis: ^5.1.0
155 changes: 40 additions & 115 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@
"@types/node": "20.12.10",
"@types/vscode": "^1.79.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vscode/test-electron": "^2.3.9",
"@typescript-eslint/parser": "^7.10.0",
"@vscode/test-electron": "^2.3.10",
"c8": "^9.1.0",
"eslint": "^8.57.0",
"glob": "^10.3.12",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:
dependencies:
dart_frog: ^1.0.0
shelf_web_socket: ">=1.0.3 <3.0.0"
web_socket_channel: ^2.0.0
web_socket_channel: ">=2.0.0 <4.0.0"

dev_dependencies:
http: ^1.0.0
Expand Down

0 comments on commit 15f35cb

Please sign in to comment.