Skip to content

Commit

Permalink
build(dev-deps): bump dev dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jun 15, 2023
1 parent 3b8a5e4 commit 42bc710
Show file tree
Hide file tree
Showing 2 changed files with 3,290 additions and 2,931 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "next build"
},
"engines": {
"pnpm": ">=7"
"pnpm": ">=8"
},
"engineStrict": true,
"main": "./dist/index.cjs",
Expand All @@ -50,61 +50,61 @@
"marked": "^4.0.10"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jest/types": "^29.3.1",
"@mlaursen/eslint-config": "^2.2.0",
"@next/eslint-plugin-next": "^13.1.2",
"@octokit/core": "^4.0.4",
"@babel/core": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@jest/types": "^29.5.0",
"@mlaursen/eslint-config": "^2.3.0",
"@next/eslint-plugin-next": "^13.4.6",
"@octokit/core": "^4.2.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.3.0",
"@swc/core": "^1.2.229",
"@swc/jest": "^0.2.22",
"@rollup/plugin-terser": "^0.4.3",
"@swc/core": "^1.3.64",
"@swc/jest": "^0.2.26",
"@testing-library/cypress": "^9.0.0",
"@testing-library/dom": "^8.19.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^14.0.0",
"@types/inquirer": "^9.0.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.6.5",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/testing-library__jest-dom": "^5.14.6",
"classnames": "^2.3.2",
"cypress": "^12.3.0",
"cypress": "^12.14.0",
"cypress-file-upload": "^5.0.8",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"filesize": "^10.0.6",
"dotenv": "^16.1.4",
"eslint": "^8.42.0",
"filesize": "^10.0.7",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"inquirer": "^9.1.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-watch-typeahead": "^2.0.0",
"lint-staged": "^13.0.3",
"next": "^13.1.2",
"inquirer": "^9.2.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^13.2.2",
"next": "^13.4.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-md": "^5.1.4",
"rimraf": "^4.1.1",
"rollup": "^3.10.0",
"sass": "^1.54.3",
"react-md": "^5.1.5",
"rimraf": "^5.0.1",
"rollup": "^3.25.1",
"sass": "^1.63.4",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
},
"peerDependencies": {
"react": ">= 16.14"
Expand Down
Loading

1 comment on commit 42bc710

@vercel
Copy link

@vercel vercel bot commented on 42bc710 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.