Skip to content

Commit

Permalink
build(deps): bump deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 19, 2024
1 parent ebeff20 commit ae183b3
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 174 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@inquirer/confirm": "^3.1.15",
"@inquirer/input": "^2.2.2",
"@inquirer/rawlist": "^2.1.15",
"@inquirer/confirm": "^3.1.16",
"@inquirer/input": "^2.2.3",
"@inquirer/rawlist": "^2.1.16",
"@mlaursen/eslint-config": "^4.2.0",
"@octokit/core": "^6.1.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.1.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"tsx": "^4.16.2",
"turbo": "^2.0.7",
"turbo": "^2.0.8",
"typescript": "^5.5.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.31",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"commander": "^12.1.0",
"glob": "^11.0.0",
"inquirer": "^9.3.5",
"inquirer": "^9.3.6",
"jscodeshift": "^0.16.1"
},
"devDependencies": {
Expand All @@ -50,7 +50,7 @@
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.36",
"@types/glob": "^8.0.1",
"@types/inquirer": "^9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@jest/types": "^29.6.3",
"@microsoft/api-extractor": "^7.47.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@mdx-js/mdx": "^3.0.1",
"@mlaursen/eslint-config": "^4.2.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.29",
"@types/node": "^20.14.11",
"@types/postcss-sorting": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cnbuilder": "^3.1.0"
},
"devDependencies": {
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@types/node": "^20.14.11",
"chokidar": "^3.6.0",
"glob": "^11.0.0",
Expand Down
Loading

0 comments on commit ae183b3

Please sign in to comment.