Skip to content

Commit f435506

Browse files
committed
build(dev-deps): bump dev-deps to latest
1 parent 3e1659b commit f435506

File tree

6 files changed

+2505
-2038
lines changed

6 files changed

+2505
-2038
lines changed

.swcrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
},
1313
"baseUrl": "."
1414
},
15-
"sourceMaps": true,
16-
"env": {}
17-
}
15+
"sourceMaps": true
16+
}

components/MarkdownFileUpload.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ReactElement, useId } from "react";
1+
import { type ReactElement, useId } from "react";
22
import { FileInput, Tooltip, useActionClassName, useTooltip } from "react-md";
33
import { useUpload } from "./useUpload";
44

components/ThemePreference.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import dynamic from "next/dynamic";
2-
import { ReactElement, ReactNode, useId } from "react";
2+
import { type ReactElement, type ReactNode, useId } from "react";
33
import {
44
BELOW_INNER_RIGHT_ANCHOR,
55
BrightnessAutoSVGIcon,
@@ -11,7 +11,7 @@ import {
1111
useTooltip,
1212
} from "react-md";
1313

14-
import { ThemeType, usePlayground } from "./usePlayground";
14+
import { type ThemeType, usePlayground } from "./usePlayground";
1515

1616
const LightTheme = dynamic(() => import("./LightTheme"));
1717
const DarkTheme = dynamic(() => import("./DarkTheme"));

package.json

+41-42
Original file line numberDiff line numberDiff line change
@@ -50,61 +50,60 @@
5050
"marked": "^4.0.10"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.22.5",
54-
"@babel/plugin-transform-runtime": "^7.22.5",
55-
"@babel/preset-env": "^7.22.5",
56-
"@babel/preset-react": "^7.22.5",
57-
"@babel/preset-typescript": "^7.22.5",
58-
"@jest/types": "^29.5.0",
59-
"@mlaursen/eslint-config": "^2.3.0",
60-
"@next/eslint-plugin-next": "^13.4.6",
61-
"@octokit/core": "^4.2.1",
62-
"@rollup/plugin-babel": "^6.0.3",
63-
"@rollup/plugin-commonjs": "^25.0.1",
64-
"@rollup/plugin-node-resolve": "^15.1.0",
65-
"@rollup/plugin-replace": "^5.0.2",
66-
"@rollup/plugin-terser": "^0.4.3",
67-
"@swc/core": "^1.3.64",
68-
"@swc/jest": "^0.2.26",
69-
"@testing-library/cypress": "^9.0.0",
70-
"@testing-library/dom": "^9.3.1",
71-
"@testing-library/jest-dom": "^5.16.5",
53+
"@babel/core": "^7.23.2",
54+
"@babel/plugin-transform-runtime": "^7.23.2",
55+
"@babel/preset-env": "^7.23.2",
56+
"@babel/preset-react": "^7.22.15",
57+
"@babel/preset-typescript": "^7.23.2",
58+
"@jest/types": "^29.6.3",
59+
"@mlaursen/eslint-config": "^3.0.0",
60+
"@next/eslint-plugin-next": "^14.0.1",
61+
"@octokit/core": "^5.0.1",
62+
"@rollup/plugin-babel": "^6.0.4",
63+
"@rollup/plugin-commonjs": "^25.0.7",
64+
"@rollup/plugin-node-resolve": "^15.2.3",
65+
"@rollup/plugin-replace": "^5.0.5",
66+
"@rollup/plugin-terser": "^0.4.4",
67+
"@swc/core": "^1.3.95",
68+
"@swc/jest": "^0.2.29",
69+
"@testing-library/cypress": "^10.0.1",
70+
"@testing-library/dom": "^9.3.3",
71+
"@testing-library/jest-dom": "^6.1.4",
7272
"@testing-library/react": "^14.0.0",
73-
"@types/inquirer": "^9.0.0",
74-
"@types/jest": "^29.5.2",
75-
"@types/node": "^20.3.1",
76-
"@types/prismjs": "^1.26.0",
77-
"@types/react": "^18.2.12",
78-
"@types/react-dom": "^18.2.5",
79-
"@types/testing-library__jest-dom": "^5.14.6",
73+
"@types/inquirer": "^9.0.6",
74+
"@types/jest": "^29.5.7",
75+
"@types/node": "^20.8.10",
76+
"@types/prismjs": "^1.26.2",
77+
"@types/react": "^18.2.34",
78+
"@types/react-dom": "^18.2.14",
8079
"classnames": "^2.3.2",
81-
"cypress": "^12.14.0",
80+
"cypress": "^13.4.0",
8281
"cypress-file-upload": "^5.0.8",
83-
"dotenv": "^16.1.4",
84-
"eslint": "^8.42.0",
85-
"filesize": "^10.0.7",
82+
"dotenv": "^16.3.1",
83+
"eslint": "^8.52.0",
84+
"filesize": "^10.1.0",
8685
"husky": "^8.0.1",
8786
"identity-obj-proxy": "^3.0.0",
88-
"inquirer": "^9.2.7",
89-
"jest": "^29.5.0",
90-
"jest-environment-jsdom": "^29.5.0",
87+
"inquirer": "^9.2.11",
88+
"jest": "^29.7.0",
89+
"jest-environment-jsdom": "^29.7.0",
9190
"jest-watch-typeahead": "^2.2.2",
92-
"lint-staged": "^13.2.2",
93-
"next": "^13.4.6",
91+
"lint-staged": "^15.0.2",
92+
"next": "^14.0.1",
9493
"npm-run-all": "^4.1.5",
95-
"prettier": "^2.8.8",
94+
"prettier": "^3.0.3",
9695
"prismjs": "^1.28.0",
9796
"react": "^18.2.0",
9897
"react-dom": "^18.2.0",
9998
"react-md": "^5.1.5",
100-
"rimraf": "^5.0.1",
101-
"rollup": "^3.25.1",
102-
"sass": "^1.63.4",
99+
"rimraf": "^5.0.5",
100+
"rollup": "^4.2.0",
101+
"sass": "^1.69.5",
103102
"standard-version": "^9.5.0",
104-
"ts-jest": "^29.1.0",
103+
"ts-jest": "^29.1.1",
105104
"ts-node": "^10.9.1",
106-
"typedoc": "^0.24.8",
107-
"typescript": "^5.1.3"
105+
"typedoc": "^0.25.3",
106+
"typescript": "^5.2.2"
108107
},
109108
"peerDependencies": {
110109
"react": ">= 16.14"

0 commit comments

Comments
 (0)