Skip to content

Commit 42bc710

Browse files
committed
build(dev-deps): bump dev dependencies to latest
1 parent 3b8a5e4 commit 42bc710

File tree

2 files changed

+3290
-2931
lines changed

2 files changed

+3290
-2931
lines changed

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "next build"
2424
},
2525
"engines": {
26-
"pnpm": ">=7"
26+
"pnpm": ">=8"
2727
},
2828
"engineStrict": true,
2929
"main": "./dist/index.cjs",
@@ -50,61 +50,61 @@
5050
"marked": "^4.0.10"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.18.10",
54-
"@babel/plugin-transform-runtime": "^7.18.10",
55-
"@babel/preset-env": "^7.18.10",
56-
"@babel/preset-react": "^7.18.6",
57-
"@babel/preset-typescript": "^7.18.6",
58-
"@jest/types": "^29.3.1",
59-
"@mlaursen/eslint-config": "^2.2.0",
60-
"@next/eslint-plugin-next": "^13.1.2",
61-
"@octokit/core": "^4.0.4",
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",
6262
"@rollup/plugin-babel": "^6.0.3",
63-
"@rollup/plugin-commonjs": "^24.0.0",
64-
"@rollup/plugin-node-resolve": "^15.0.1",
63+
"@rollup/plugin-commonjs": "^25.0.1",
64+
"@rollup/plugin-node-resolve": "^15.1.0",
6565
"@rollup/plugin-replace": "^5.0.2",
66-
"@rollup/plugin-terser": "^0.3.0",
67-
"@swc/core": "^1.2.229",
68-
"@swc/jest": "^0.2.22",
66+
"@rollup/plugin-terser": "^0.4.3",
67+
"@swc/core": "^1.3.64",
68+
"@swc/jest": "^0.2.26",
6969
"@testing-library/cypress": "^9.0.0",
70-
"@testing-library/dom": "^8.19.1",
70+
"@testing-library/dom": "^9.3.1",
7171
"@testing-library/jest-dom": "^5.16.5",
72-
"@testing-library/react": "^13.4.0",
72+
"@testing-library/react": "^14.0.0",
7373
"@types/inquirer": "^9.0.0",
74-
"@types/jest": "^29.2.5",
75-
"@types/node": "^18.6.5",
74+
"@types/jest": "^29.5.2",
75+
"@types/node": "^20.3.1",
7676
"@types/prismjs": "^1.26.0",
77-
"@types/react": "^18.0.17",
78-
"@types/react-dom": "^18.0.6",
79-
"@types/testing-library__jest-dom": "^5.14.5",
77+
"@types/react": "^18.2.12",
78+
"@types/react-dom": "^18.2.5",
79+
"@types/testing-library__jest-dom": "^5.14.6",
8080
"classnames": "^2.3.2",
81-
"cypress": "^12.3.0",
81+
"cypress": "^12.14.0",
8282
"cypress-file-upload": "^5.0.8",
83-
"dotenv": "^16.0.1",
84-
"eslint": "^8.21.0",
85-
"filesize": "^10.0.6",
83+
"dotenv": "^16.1.4",
84+
"eslint": "^8.42.0",
85+
"filesize": "^10.0.7",
8686
"husky": "^8.0.1",
8787
"identity-obj-proxy": "^3.0.0",
88-
"inquirer": "^9.1.0",
89-
"jest": "^29.3.1",
90-
"jest-environment-jsdom": "^29.3.1",
91-
"jest-watch-typeahead": "^2.0.0",
92-
"lint-staged": "^13.0.3",
93-
"next": "^13.1.2",
88+
"inquirer": "^9.2.7",
89+
"jest": "^29.5.0",
90+
"jest-environment-jsdom": "^29.5.0",
91+
"jest-watch-typeahead": "^2.2.2",
92+
"lint-staged": "^13.2.2",
93+
"next": "^13.4.6",
9494
"npm-run-all": "^4.1.5",
95-
"prettier": "^2.7.1",
95+
"prettier": "^2.8.8",
9696
"prismjs": "^1.28.0",
9797
"react": "^18.2.0",
9898
"react-dom": "^18.2.0",
99-
"react-md": "^5.1.4",
100-
"rimraf": "^4.1.1",
101-
"rollup": "^3.10.0",
102-
"sass": "^1.54.3",
99+
"react-md": "^5.1.5",
100+
"rimraf": "^5.0.1",
101+
"rollup": "^3.25.1",
102+
"sass": "^1.63.4",
103103
"standard-version": "^9.5.0",
104-
"ts-jest": "^29.0.5",
104+
"ts-jest": "^29.1.0",
105105
"ts-node": "^10.9.1",
106-
"typedoc": "^0.23.10",
107-
"typescript": "^4.7.4"
106+
"typedoc": "^0.24.8",
107+
"typescript": "^5.1.3"
108108
},
109109
"peerDependencies": {
110110
"react": ">= 16.14"

0 commit comments

Comments
 (0)