Skip to content

Commit

Permalink
fix: after merge next into ts upgrade branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Jan 8, 2025
1 parent ccebf2a commit bd4a08b
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 397 deletions.
8 changes: 4 additions & 4 deletions packages/app-dynamic-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Webiny Ltd",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/react": "11.10.8",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/react-fontawesome": "^0.1.17",
Expand All @@ -25,7 +25,7 @@
"@webiny/ui": "0.0.0",
"apollo-client": "^2.6.10",
"emotion": "10.0.27",
"graphql": "^15.7.2",
"graphql": "^15.9.0",
"mobx": "^6.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -35,9 +35,9 @@
"@emotion/babel-plugin": "^11.11.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/files/references.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/migrations/src/migrations/5.41.0/001/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Table } from "@webiny/db-dynamodb/toolbox";
import { DataMigrationContext, PrimaryDynamoTableSymbol } from "@webiny/data-migration";
import { DataMigrationContext } from "@webiny/data-migration";
import { PrimaryDynamoTableSymbol } from "@webiny/data-migration/symbols";
import { queryAll, queryOne } from "~/utils";
import { createTenantEntity } from "./createTenantEntity";
import { createUserEntity } from "./createUserEntity";
Expand Down
Loading

0 comments on commit bd4a08b

Please sign in to comment.