Skip to content

Commit

Permalink
fix: ts/js is a joke of an ecosystem (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde authored Apr 26, 2024
1 parent 494a10f commit 900bb10
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 118 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,35 +47,36 @@
"@essentials/memoize-one": "^1.1.0",
"@essentials/one-key-map": "^1.2.0",
"@essentials/request-timeout": "^1.3.0",
"@react-hook/event": "^1.2.3",
"@react-hook/event": "^1.2.6",
"@react-hook/latest": "^1.0.3",
"@react-hook/passive-layout-effect": "^1.2.1",
"@react-hook/throttle": "^2.2.0",
"@react-hook/window-scroll": "^1.3.0",
"@react-hook/window-size": "^3.0.7",
"@types/raf-schd": "^4.0.1",
"@react-hook/window-size": "^3.1.1",
"raf-schd": "^4.0.3",
"trie-memoize": "^1.2.0"
},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@essentials/benchmark": "^1.0.7",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@shopify/jest-dom-mocks": "^3.0.7",
"@swc-node/core": "^1.6.0",
"@swc-node/jest": "^1.3.2",
"@swc-node/core": "^1.7.0",
"@swc-node/jest": "^1.3.3",
"@swc/core": "^1.5.0",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/react-hooks": "latest",
"@testing-library/user-event": "latest",
"@types/jest": "^27.4.0",
"@types/node": "^20.12.7",
"@types/raf-schd": "^4.0.3",
"@types/react": "latest",
"@types/react-dom": "latest",
"@typescript-eslint/eslint-plugin": "^5.1.0",
Expand All @@ -85,8 +86,8 @@
"husky": "latest",
"jest": "^27.4.7",
"lint-staged": "latest",
"lundle": "latest",
"node-fetch": "^2.6.0",
"lundle": "^0.4.13",
"node-fetch": "^2.6.5",
"prettier": "latest",
"rand-int": "^1.0.0",
"react": "latest",
Expand Down
Loading

0 comments on commit 900bb10

Please sign in to comment.