Skip to content

Commit

Permalink
Update dependencies to latest minor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 9, 2023
1 parent f704a75 commit b47889c
Show file tree
Hide file tree
Showing 4 changed files with 1,089 additions and 374 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,34 @@
]
},
"devDependencies": {
"@types/chai": "~4.3.3",
"@types/chai": "~4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-things": "0.0.35",
"@types/mocha": "~9.1.1",
"@types/node": "~16.11.59",
"@types/sinon": "~10.0.13",
"@types/sinon-chai": "~3.2.8",
"@typescript-eslint/eslint-plugin": "~5.37.0",
"@typescript-eslint/parser": "~5.37.0",
"chai": "~4.3.6",
"@types/node": "~16.18.27",
"@types/sinon": "~10.0.14",
"@types/sinon-chai": "~3.2.9",
"@typescript-eslint/eslint-plugin": "~5.59.5",
"@typescript-eslint/parser": "~5.59.5",
"chai": "~4.3.7",
"chai-as-promised": "^7.1.1",
"chai-things": "~0.2.0",
"eslint": "~8.23.1",
"eslint": "~8.40.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-plugin-chai-friendly": "~0.7.2",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-import": "~2.27.5",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lerna-changelog": "~2.2.0",
"lint-staged": "~12.5.0",
"mocha": "~9.2.2",
"nock": "~13.2.9",
"nock": "~13.3.1",
"npm-check-updates": "^12.5.12",
"nyc": "~15.1.0",
"sinon": "~13.0.2",
"sinon-chai": "~3.7.0",
"ts-node": "~10.9.1",
"typescript": "~4.8.3"
"typescript": "~4.9.5"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/output-components-as-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@figma-export/types": "^4.5.0",
"@figma-export/utils": "^4.0.0",
"@svgr/core": "~6.3.1"
"@svgr/core": "~6.5.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"@figma-export/cli": "^4.5.0",
"@figma-export/utils": "^4.0.0",
"@types/react": "^18.0.20",
"eslint-config-next": "^12.3.0",
"@types/react": "^18.2.6",
"eslint-config-next": "^12.3.4",
"npm-run-all": "~4.1.5",
"rimraf": "~3.0.2",
"sass": "~1.54.9"
"sass": "~1.62.1"
},
"dependencies": {
"next": "^12.3.0",
"next": "^12.3.4",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
Loading

0 comments on commit b47889c

Please sign in to comment.