Skip to content

Commit 437516c

Browse files
committed
chore(dev-deps): bump all dev dependencies to latest
1 parent ddc5463 commit 437516c

File tree

3 files changed

+635
-1469
lines changed

3 files changed

+635
-1469
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818

1919
- name: Run Lint and Typecheck
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
node-version: 14
2323
cache: yarn

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -44,47 +44,47 @@
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.16.7",
47-
"@babel/plugin-transform-runtime": "^7.16.7",
48-
"@babel/preset-env": "^7.16.7",
47+
"@babel/plugin-transform-runtime": "^7.16.8",
48+
"@babel/preset-env": "^7.16.8",
4949
"@babel/preset-react": "^7.16.7",
5050
"@babel/preset-typescript": "^7.16.7",
51-
"@mlaursen/eslint-config": "^1.2.0",
52-
"@next/eslint-plugin-next": "^12.0.7",
51+
"@mlaursen/eslint-config": "^1.4.0",
52+
"@next/eslint-plugin-next": "^12.0.8",
5353
"@octokit/core": "^3.5.1",
5454
"@rollup/plugin-babel": "^5.3.0",
5555
"@rollup/plugin-commonjs": "^21.0.1",
56-
"@rollup/plugin-node-resolve": "^13.1.2",
56+
"@rollup/plugin-node-resolve": "^13.1.3",
5757
"@rollup/plugin-replace": "^3.0.1",
5858
"@testing-library/jest-dom": "^5.16.1",
5959
"@testing-library/react": "^12.1.2",
6060
"@types/inquirer": "^8.1.3",
6161
"@types/jest": "^27.4.0",
62-
"@types/node": "^17.0.5",
62+
"@types/node": "^17.0.8",
6363
"@types/prismjs": "^1.16.6",
6464
"@types/react": "^17.0.38",
6565
"@types/react-dom": "^17.0.11",
66-
"dotenv": "^10.0.0",
66+
"dotenv": "^12.0.3",
6767
"eslint": "^8.6.0",
6868
"filesize": "^8.0.6",
6969
"husky": "^7.0.4",
7070
"identity-obj-proxy": "^3.0.0",
7171
"inquirer": "^8.2.0",
72-
"jest": "^27.4.5",
72+
"jest": "^27.4.7",
7373
"jest-watch-typeahead": "^1.0.0",
74-
"lint-staged": "^12.1.4",
75-
"next": "^12.0.7",
74+
"lint-staged": "^12.1.7",
75+
"next": "^12.0.8",
7676
"npm-run-all": "^4.1.5",
7777
"prettier": "^2.5.1",
78-
"prismjs": "^1.25.0",
78+
"prismjs": "^1.26.0",
7979
"react": "^17.0.2",
8080
"react-dom": "^17.0.2",
8181
"react-md": "^4.0.3",
8282
"rimraf": "^3.0.2",
83-
"rollup": "^2.62.0",
83+
"rollup": "^2.64.0",
8484
"rollup-plugin-terser": "^7.0.2",
85-
"sass": "^1.45.2",
85+
"sass": "^1.48.0",
8686
"standard-version": "^9.3.2",
87-
"ts-jest": "^27.1.2",
87+
"ts-jest": "^27.1.3",
8888
"ts-node": "^10.4.0",
8989
"typedoc": "^0.22.10",
9090
"typescript": "^4.5.4"

0 commit comments

Comments
 (0)