Skip to content

Commit

Permalink
deps: update other dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 24, 2024
1 parent 0768d89 commit 2b05aba
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 383 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -26,7 +26,7 @@
"coverage:watch": "npx nodemon -e js,mjs,ts --exec yarn coverage",
"website:start": "yarn build && yarn workspace @figma-export/website dev",
"website:build": "yarn build && yarn workspace @figma-export/website build",
"website:serve": "yarn workspace @figma-export/website start",
"website:serve": "yarn dlx serve packages/website/dist/",
"upgrade:major": "npx npm-check-updates -ws --root -u",
"upgrade:minor": "yarn upgrade:major --target minor",
"ls-engines": "yarn dlx ls-engines",
Expand All @@ -42,32 +42,32 @@
]
},
"devDependencies": {
"@types/chai": "~4.3.11",
"@types/chai": "~4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-things": "0.0.38",
"@types/mocha": "~10.0.6",
"@types/node": "~20.11.17",
"@types/sinon": "~10.0.20",
"@types/node": "~20.11.20",
"@types/sinon": "~17.0.3",
"@types/sinon-chai": "~3.2.12",
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "~6.21.0",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"chai": "~4.4.1",
"chai-as-promised": "^7.1.1",
"chai-things": "~0.2.0",
"eslint": "~8.56.0",
"eslint": "~8.57.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-plugin-chai-friendly": "~0.7.4",
"eslint-plugin-import": "~2.29.1",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lerna-changelog": "~2.2.0",
"lint-staged": "~14.0.1",
"lint-staged": "~15.2.2",
"ls-engines": "^0.9.1",
"mocha": "~10.3.0",
"nock": "~13.5.1",
"nock": "~13.5.3",
"npm-check-updates": "^16.14.15",
"nyc": "~15.1.0",
"sinon": "~16.1.3",
"sinon": "~17.0.1",
"sinon-chai": "~3.7.0",
"ts-node": "~10.9.2",
"typescript": "~5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Expand Up @@ -27,11 +27,11 @@
"devDependencies": {
"@figma-export/cli": "^4.8.0",
"@figma-export/utils": "^4.8.0",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"eslint-config-next": "^13.5.6",
"npm-run-all": "~4.1.5",
"rimraf": "~5.0.5",
"sass": "~1.70.0"
"sass": "~1.71.1"
},
"dependencies": {
"@svgr/plugin-jsx": "^8.1.0",
Expand Down

0 comments on commit 2b05aba

Please sign in to comment.