Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 11, 2024
1 parent 0b5a960 commit 87a2d51
Show file tree
Hide file tree
Showing 4 changed files with 894 additions and 594 deletions.
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"semver": "^7.3.7",
"serve-static": "^1.14.1",
"svelte": "^5.0.0-next.65",
"trash": "^7.0.0",
"trash": "^7.2.0",
"ts-dedent": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.3",
Expand Down
4 changes: 2 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6862,7 +6862,7 @@ __metadata:
semver: "npm:^7.3.7"
serve-static: "npm:^1.14.1"
svelte: "npm:^5.0.0-next.65"
trash: "npm:^7.0.0"
trash: "npm:^7.2.0"
ts-dedent: "npm:^2.0.0"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.3"
Expand Down Expand Up @@ -27471,7 +27471,7 @@ __metadata:
languageName: node
linkType: hard

"trash@npm:^7.0.0":
"trash@npm:^7.2.0":
version: 7.2.0
resolution: "trash@npm:7.2.0"
dependencies:
Expand Down
24 changes: 12 additions & 12 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"type-fest": "~2.19"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@actions/core": "^1.10.1",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.22.10",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/plugin-syntax-typescript": "^7.22.5",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/types": "^7.23.0",
"@babel/plugin-syntax-decorators": "^7.24.7",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/types": "^7.24.7",
"@google-cloud/bigquery": "^6.2.0",
"@nx/workspace": "18.0.6",
"@octokit/graphql": "^5.0.5",
Expand Down Expand Up @@ -145,7 +145,7 @@
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3",
"node-fetch": "^2.6.1",
"node-fetch": "^2.7.0",
"node-gyp": "^9.3.1",
"npmlog": "^5.0.1",
"nx": "18.0.6",
Expand Down
Loading

0 comments on commit 87a2d51

Please sign in to comment.