Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit df38026
Author: Rico Kahler <[email protected]>
Date:   Fri May 28 12:39:30 2021 -0400

    fix: compile everything for workspaces setups; add compact true to disable warnings

commit 80b2e7d
Author: Rico Kahler <[email protected]>
Date:   Fri May 28 12:15:11 2021 -0400

    feat: propagate stack trace (#30)

    * fix: propagate stack trace

    * feat: propagate stack trace

commit 6868bf7
Author: Rico Kahler <[email protected]>
Date:   Thu May 27 23:12:25 2021 -0400

    test: include example app in tests (#28)

    * test: include next.js example app build

    * test: ensure preval worked by running the server

commit 17a8713
Author: Rico Kahler <[email protected]>
Date:   Mon May 31 22:46:20 2021 -0400

    chore: sort-package-json

commit 13be8f5
Author: Renovate Bot <[email protected]>
Date:   Tue Jun 1 02:40:10 2021 +0000

    chore(deps): update dependency next to v10.2.3

commit 0192034
Author: Renovate Bot <[email protected]>
Date:   Tue Jun 1 02:36:50 2021 +0000

    chore(deps): update dependency @babel/cli to v7.14.3

commit 41e1658
Author: Renovate Bot <[email protected]>
Date:   Tue Jun 1 02:32:44 2021 +0000

    chore(deps): update dependency semantic-release to v17.4.3

commit b2a2aaf
Author: Renovate Bot <[email protected]>
Date:   Tue Jun 1 00:19:35 2021 +0000

    chore(deps): update all
  • Loading branch information
ricokahler committed Jun 1, 2021
1 parent bd9b7bc commit 3b02c49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 68 deletions.
73 changes: 7 additions & 66 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@types/babel__core": "7.1.14",
"@types/jest": "26.0.23",
"@types/loader-utils": "2.0.2",
"@types/react": "17.0.8",
"@types/require-from-string": "1.2.0",
"@types/webpack": "4.41.29",
"@typescript-eslint/eslint-plugin": "4.15.0",
Expand All @@ -62,7 +61,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-release": "17.4.3",
"typescript": "4.2.4"
"typescript": "4.3.2"
},
"peerDependencies": {
"next": "^9 || ^10"
Expand Down

0 comments on commit 3b02c49

Please sign in to comment.