Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konowrockis committed Aug 2, 2023
1 parent 34a7c71 commit e58b8a8
Show file tree
Hide file tree
Showing 41 changed files with 7,900 additions and 17,594 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*
node_modules
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ typings/
# TypeScript cache
*.tsbuildinfo

# SWC build cache
.swc

# Optional npm cache directory
.npm

Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@leancode:registry=https://f.feedz.io/leancode/public/npm
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"node_modules": true,
"tmp": true,
"dist": true,
"**/.swc": true,
"coverage": true,
"test-results": true
},
Expand Down
3 changes: 0 additions & 3 deletions babel.config.json

This file was deleted.

3 changes: 3 additions & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { TextEncoder, TextDecoder } from "util";

Object.assign(global, { TextDecoder, TextEncoder });

0 comments on commit e58b8a8

Please sign in to comment.