Skip to content

Commit 72d7328

Browse files
authored
sanity check
* 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
1 parent 6f7db5e commit 72d7328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+6536
-982
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto
22
*.js text eol=lf
3+
bun.lockb binary
4+
bun.lockb linguist-generated=true

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
coverage
3-
dist
43
styleguide
54
.opt-in
65
.opt-out
@@ -12,3 +11,7 @@ styleguide
1211
package-lock.json
1312
yarn.lock
1413
yarn-error.log
14+
15+
# cosmos
16+
cosmos.imports.ts
17+
cosmos

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# https://bun.sh/docs/cli/install#ci-cd
12
sudo: false
23
language: node_js
34
cache:
45
directories:
5-
- "~/.npm"
6-
- "node_modules"
6+
- '~/.npm'
7+
- 'node_modules'
78
notifications:
89
email: false
910
node_js:

bun.lockb

434 KB
Binary file not shown.

bunfig.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[install]
2+
registry = "https://registry.npmjs.org"

0 commit comments

Comments
 (0)