Skip to content

Commit ec836e0

Browse files
committed
build(dev-deps): Bump all remaining dev dependencies to latest
1 parent 46a2eb7 commit ec836e0

File tree

2 files changed

+630
-589
lines changed

2 files changed

+630
-589
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,35 @@
4444
"marked": "^4.0.10"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.16.12",
48-
"@babel/plugin-transform-runtime": "^7.16.10",
47+
"@babel/core": "^7.17.7",
48+
"@babel/plugin-transform-runtime": "^7.17.0",
4949
"@babel/preset-env": "^7.16.11",
5050
"@babel/preset-react": "^7.16.7",
5151
"@babel/preset-typescript": "^7.16.7",
5252
"@mlaursen/eslint-config": "^1.5.0",
53-
"@next/eslint-plugin-next": "^12.0.9",
54-
"@octokit/core": "^3.5.1",
55-
"@rollup/plugin-babel": "^5.3.0",
56-
"@rollup/plugin-commonjs": "^21.0.1",
53+
"@next/eslint-plugin-next": "^12.1.0",
54+
"@octokit/core": "^3.6.0",
55+
"@rollup/plugin-babel": "^5.3.1",
56+
"@rollup/plugin-commonjs": "^21.0.2",
5757
"@rollup/plugin-node-resolve": "^13.1.3",
58-
"@rollup/plugin-replace": "^3.0.1",
59-
"@testing-library/jest-dom": "^5.16.1",
60-
"@testing-library/react": "^12.1.2",
58+
"@rollup/plugin-replace": "^4.0.0",
59+
"@testing-library/jest-dom": "^5.16.2",
60+
"@testing-library/react": "^12.1.4",
6161
"@types/inquirer": "^8.2.0",
62-
"@types/jest": "^27.4.0",
63-
"@types/node": "^17.0.13",
62+
"@types/jest": "^27.4.1",
63+
"@types/node": "^17.0.21",
6464
"@types/prismjs": "^1.26.0",
65-
"@types/react": "^17.0.38",
66-
"@types/react-dom": "^17.0.11",
67-
"dotenv": "^15.0.0",
65+
"@types/react": "^17.0.40",
66+
"@types/react-dom": "^17.0.13",
67+
"dotenv": "^16.0.0",
6868
"eslint": "^8.11.0",
6969
"filesize": "^8.0.7",
7070
"husky": "^7.0.4",
7171
"identity-obj-proxy": "^3.0.0",
72-
"inquirer": "^8.2.0",
73-
"jest": "^27.4.7",
72+
"inquirer": "^8.2.1",
73+
"jest": "^27.5.1",
7474
"jest-watch-typeahead": "^1.0.0",
75-
"lint-staged": "^12.3.2",
75+
"lint-staged": "^12.3.7",
7676
"next": "^12.0.9",
7777
"npm-run-all": "^4.1.5",
7878
"prettier": "^2.6.0",
@@ -81,14 +81,14 @@
8181
"react-dom": "^17.0.2",
8282
"react-md": "^5.0.0",
8383
"rimraf": "^3.0.2",
84-
"rollup": "^2.66.1",
84+
"rollup": "^2.70.1",
8585
"rollup-plugin-terser": "^7.0.2",
86-
"sass": "^1.49.0",
86+
"sass": "^1.49.9",
8787
"standard-version": "^9.3.2",
8888
"ts-jest": "^27.1.3",
89-
"ts-node": "^10.4.0",
90-
"typedoc": "^0.22.11",
91-
"typescript": "^4.5.5"
89+
"ts-node": "^10.7.0",
90+
"typedoc": "^0.22.13",
91+
"typescript": "^4.6.2"
9292
},
9393
"peerDependencies": {
9494
"react": ">= 16.14"

0 commit comments

Comments
 (0)