Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Mar 22, 2024
1 parent cab767d commit 3c3e577
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 4,682 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,37 @@
"repository": {
"url": "https://github.com/metaplex-foundation/kinobi.git"
},
"dependencies": {
"@noble/hashes": "^1.4.0",
"@prettier/sync": "^0.5.1",
"@solana/codecs-strings": "2.0.0-preview.1",
"chalk": "^4.0.0",
"json-stable-stringify": "^1.1.1",
"nunjucks": "^3.2.4",
"prettier": "^3.2.5"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@ava/typescript": "^4.1.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@types/json-stable-stringify": "^1.0.36",
"@types/node": "^18.11.17",
"@types/nunjucks": "^3.2.1",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.46.1",
"ava": "^5.1.0",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"ava": "^6.1.2",
"copyfiles": "^2.4.1",
"eslint": "^8.0.1",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"rimraf": "^3.0.2",
"typedoc": "^0.23.25",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.9.4",
"vercel": "^28.16.2"
},
"dependencies": {
"@noble/hashes": "^1.4.0",
"@prettier/sync": "^0.5.1",
"@solana/codecs-strings": "2.0.0-preview.1",
"chalk": "^4.0.0",
"json-stable-stringify": "^1.1.1",
"nunjucks": "^3.2.4",
"prettier": "^3.2.5"
"typedoc": "^0.25.0",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^5.4.3",
"vercel": "^33.0.0"
},
"ava": {
"files": [
Expand Down
Loading

0 comments on commit 3c3e577

Please sign in to comment.