Skip to content

Commit

Permalink
feat: add iterator-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 29, 2024
1 parent eafb0f6 commit a5ea93a
Show file tree
Hide file tree
Showing 3 changed files with 21,040 additions and 21,622 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@
"pages:deploy": "yarn build && wrangler pages deploy ./build"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-pwa": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/theme-search-algolia": "3.1.1",
"@heroicons/react": "^2.1.1",
"@docusaurus/core": "3.2.1",
"@docusaurus/plugin-pwa": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/theme-search-algolia": "3.2.1",
"@heroicons/react": "^2.1.3",
"@mdx-js/react": "^3.0.1",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.2",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@sapphire/cron": "^1.1.3",
"@sapphire/decorators": "^6.0.4",
"@sapphire/decorators": "^6.1.0",
"@sapphire/duration": "^1.1.2",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/fetch": "^3.0.2",
Expand All @@ -63,31 +63,31 @@
"@sapphire/timer-manager": "^1.0.2",
"@sapphire/timestamp": "^1.0.3",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"cz-conventional-changelog": "^3.3.0",
"docusaurus-plugin-typedoc": "^0.22.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"lint-staged": "^15.2.2",
"markdownlint": "^0.33.0",
"markdownlint-cli2": "^0.12.1",
"markdownlint": "^0.34.0",
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typedoc": "0.25.12",
"typedoc": "0.25.13",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "3.1.18",
"typescript": "^5.4.2",
"wrangler": "^3.32.0"
"typedoc-plugin-mdn-links": "3.1.23",
"typescript": "^5.4.5",
"wrangler": "^3.52.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/utilities
Submodule utilities updated 140 files
Loading

0 comments on commit a5ea93a

Please sign in to comment.