Skip to content

Commit 1e9d31e

Browse files
committed
build(dev-deps): bump most dev dependencies to latest
1 parent 0c55ea2 commit 1e9d31e

File tree

2 files changed

+818
-589
lines changed

2 files changed

+818
-589
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
"marked": "^4.0.10"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.17.7",
48-
"@babel/plugin-transform-runtime": "^7.17.0",
49-
"@babel/preset-env": "^7.16.11",
47+
"@babel/core": "^7.17.10",
48+
"@babel/plugin-transform-runtime": "^7.17.10",
49+
"@babel/preset-env": "^7.17.10",
5050
"@babel/preset-react": "^7.16.7",
5151
"@babel/preset-typescript": "^7.16.7",
52-
"@mlaursen/eslint-config": "^1.5.0",
53-
"@next/eslint-plugin-next": "^12.1.0",
52+
"@mlaursen/eslint-config": "^1.6.0",
53+
"@next/eslint-plugin-next": "^12.1.5",
5454
"@octokit/core": "^3.6.0",
5555
"@rollup/plugin-babel": "^5.3.1",
56-
"@rollup/plugin-commonjs": "^21.0.2",
57-
"@rollup/plugin-node-resolve": "^13.1.3",
56+
"@rollup/plugin-commonjs": "^22.0.0",
57+
"@rollup/plugin-node-resolve": "^13.2.1",
5858
"@rollup/plugin-replace": "^4.0.0",
5959
"@testing-library/jest-dom": "^5.16.2",
6060
"@testing-library/react": "^12.1.4",
@@ -65,30 +65,30 @@
6565
"@types/react": "^17.0.40",
6666
"@types/react-dom": "^17.0.13",
6767
"dotenv": "^16.0.0",
68-
"eslint": "^8.11.0",
68+
"eslint": "^8.14.0",
6969
"filesize": "^8.0.7",
7070
"husky": "^7.0.4",
7171
"identity-obj-proxy": "^3.0.0",
72-
"inquirer": "^8.2.1",
72+
"inquirer": "^8.2.4",
7373
"jest": "^27.5.1",
7474
"jest-watch-typeahead": "^1.0.0",
75-
"lint-staged": "^12.3.7",
76-
"next": "^12.0.9",
75+
"lint-staged": "^12.4.1",
76+
"next": "^12.1.5",
7777
"npm-run-all": "^4.1.5",
78-
"prettier": "^2.6.0",
79-
"prismjs": "^1.26.0",
78+
"prettier": "^2.6.2",
79+
"prismjs": "^1.28.0",
8080
"react": "^17.0.2",
8181
"react-dom": "^17.0.2",
82-
"react-md": "^5.0.0",
82+
"react-md": "^5.1.2",
8383
"rimraf": "^3.0.2",
84-
"rollup": "^2.70.1",
84+
"rollup": "^2.71.1",
8585
"rollup-plugin-terser": "^7.0.2",
86-
"sass": "^1.49.9",
86+
"sass": "^1.51.0",
8787
"standard-version": "^9.3.2",
88-
"ts-jest": "^27.1.3",
88+
"ts-jest": "^27.1.4",
8989
"ts-node": "^10.7.0",
90-
"typedoc": "^0.22.13",
91-
"typescript": "^4.6.2"
90+
"typedoc": "^0.22.15",
91+
"typescript": "^4.6.4"
9292
},
9393
"peerDependencies": {
9494
"react": ">= 16.14"

0 commit comments

Comments
 (0)