Skip to content

Commit

Permalink
build(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 10, 2025
1 parent 7702ac4 commit a999752
Show file tree
Hide file tree
Showing 12 changed files with 611 additions and 596 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@mlaursen/eslint-config": "^6.0.0",
"@types/autosuggest-highlight": "^3.2.3",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-window": "^1.8.8",
Expand All @@ -72,15 +72,15 @@
"nodemon": "^3.1.9",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"sass": "^1.83.1",
"stylelint": "^16.12.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"svgo": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"volta": {
"node": "20.12.2",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@inquirer/confirm": "^5.1.0",
"@inquirer/input": "^4.1.0",
"@inquirer/rawlist": "^4.0.3",
"@octokit/core": "^6.1.2",
"@inquirer/confirm": "^5.1.1",
"@inquirer/input": "^4.1.1",
"@inquirer/rawlist": "^4.0.4",
"@octokit/core": "^6.1.3",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"engines": {
"pnpm": ">=9",
Expand Down
16 changes: 10 additions & 6 deletions packages/code/jest.config.ts → packages/code/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import type { Config } from "jest";
import type { Options as SwcOptions } from "@swc/core";

const config: Config = {
// NOTE: Should eventually be switched back to ts once ESM is natively supported
// import type { Config } from "jest";
// import type { Options as SwcOptions } from "@swc/core";
//
// const config: Config = {
const config = {
testEnvironment: "jsdom",
transform: {
"^.+\\.(t|j)sx?$": [
Expand All @@ -20,7 +22,8 @@ const config: Config = {
},
target: "esnext",
},
} satisfies SwcOptions,
// } satisfies SwcOptions,
},
],
},
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
Expand Down Expand Up @@ -54,4 +57,5 @@ const config: Config = {
extensionsToTreatAsEsm: [".ts", ".tsx"],
};

export default config;
// export default config;
module.exports = config;
10 changes: 5 additions & 5 deletions packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mlaursen/eslint-config": "^6.0.0",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.4",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -78,13 +78,13 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-selector-parser": "^7.0.0",
"sass": "^1.83.0",
"sass": "^1.83.1",
"stylelint": "^16.12.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": ">= 18",
Expand Down
8 changes: 4 additions & 4 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mlaursen/eslint-config": "^6.0.0",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.4",
"@swc/jest": "^0.2.37",
"@types/glob": "^8.0.1",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 9 additions & 5 deletions packages/core/jest.config.ts → packages/core/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import type { Config } from "jest";
import type { Options as SwcOptions } from "@swc/core";
// NOTE: Should eventually be switched back to ts once ESM is natively supported
// import type { Config } from "jest";
// import type { Options as SwcOptions } from "@swc/core";

const config: Config = {
// const config: Config = {
const config = {
testEnvironment: "jsdom",
transform: {
"^.+\\.(t|j)sx?$": [
Expand All @@ -20,7 +22,8 @@ const config: Config = {
},
target: "esnext",
},
} satisfies SwcOptions,
// } satisfies SwcOptions,
},
],
},
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
Expand Down Expand Up @@ -65,4 +68,5 @@ const config: Config = {
extensionsToTreatAsEsm: [".ts", ".tsx"],
};

export default config;
// export default config;
module.exports = config;
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@microsoft/api-extractor": "^7.48.1",
"@microsoft/api-extractor": "^7.49.1",
"@mlaursen/eslint-config": "^6.0.0",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.4",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"chokidar": "^4.0.3",
Expand All @@ -109,10 +109,10 @@
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"ts-morph": "^24.0.0",
"ts-morph": "^25.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { type Config } from "jest";
import { type Options as SwcOptions } from "@swc/core";
// NOTE: Should eventually be switched back to ts once ESM is natively supported
// import { type Config } from "jest";
// import { type Options as SwcOptions } from "@swc/core";

const config: Config = {
// const config: Config = {
const config = {
transform: {
"^.+\\.(t|j)sx?$": [
"@swc/jest",
Expand All @@ -19,7 +21,8 @@ const config: Config = {
},
target: "esnext",
},
} satisfies SwcOptions,
// } satisfies SwcOptions,
},
],
},
// setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
Expand Down Expand Up @@ -53,4 +56,5 @@ const config: Config = {
extensionsToTreatAsEsm: [".ts"],
};

export default config;
// export default config;
module.exports = config;
12 changes: 6 additions & 6 deletions packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"rehype": "^13.0.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.83.0",
"sass": "^1.83.1",
"sucrase": "^3.35.0",
"ts-morph": "^24.0.0",
"ts-morph": "^25.0.0",
"unified": "^11.0.5",
"unist-util-is": "^6.0.0",
"unist-util-visit": "^5.0.0",
Expand All @@ -74,10 +74,10 @@
"@jest/globals": "^29.7.0",
"@mdx-js/mdx": "^3.1.0",
"@mlaursen/eslint-config": "^6.0.0",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.4",
"@swc/jest": "^0.2.37",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/postcss-sorting": "^8.0.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
Expand All @@ -90,7 +90,7 @@
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"volta": {
"node": "20.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"devDependencies": {
"@mlaursen/eslint-config": "^6.0.0",
"@swc/core": "^1.10.1",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@swc/core": "^1.10.4",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"eslint": "^9.17.0",
"glob": "^11.0.0",
Expand All @@ -52,7 +52,7 @@
"pretty-ms": "^9.2.0",
"svgo": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": ">= 18",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"@react-md/core": "workspace:*"
},
"devDependencies": {
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.1",
"@types/node": "^22.10.2",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.4",
"@types/node": "^22.10.5",
"chokidar": "^4.0.3",
"glob": "^11.0.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
Loading

0 comments on commit a999752

Please sign in to comment.