Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
* Feat(core)!: refactor and upgrade

- remove non typescript-first dependencies
- upgrade all deps to latest versions
- refactor components to react.fc
- migrate to bun.sh

* Feat(tests)!: migrate tests to bun:test

- skipped tests requiring dom: oven-sh/bun#198

* Fix(MR): remove Navigator typings

* Chore(ts): update tsconfig
  • Loading branch information
noahehall authored May 20, 2023
1 parent 6f7db5e commit 72d7328
Show file tree
Hide file tree
Showing 57 changed files with 6,536 additions and 982 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* text=auto
*.js text eol=lf
bun.lockb binary
bun.lockb linguist-generated=true
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
coverage
dist
styleguide
.opt-in
.opt-out
Expand All @@ -12,3 +11,7 @@ styleguide
package-lock.json
yarn.lock
yarn-error.log

# cosmos
cosmos.imports.ts
cosmos
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# https://bun.sh/docs/cli/install#ci-cd
sudo: false
language: node_js
cache:
directories:
- "~/.npm"
- "node_modules"
- '~/.npm'
- 'node_modules'
notifications:
email: false
node_js:
Expand Down
Binary file added bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install]
registry = "https://registry.npmjs.org"
Loading

0 comments on commit 72d7328

Please sign in to comment.