Skip to content

Commit

Permalink
chore(deps): upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 19, 2024
1 parent a67d881 commit 3c56f57
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 331 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,35 +47,35 @@
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/react": "^18.2.66",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"commitizen": "^4.3.0",
"coveralls": "^3.1.1",
"eslint": "^8.36.0",
"eslint": "^9.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mutative": "^1.0.3",
"prettier": "^2.8.6",
"mutative": "^1.0.5",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.0",
"rollup": "^3.20.0",
"rollup-plugin-terser": "^7.0.0",
"ts-jest": "^29.1.0",
"rollup": "^4.17.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^5.0.2",
"yargs": "^17.7.1"
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.2",
"typescript": "^5.4.5",
"yargs": "^17.7.2"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import replace from '@rollup/plugin-replace';
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';
import pkg from './package.json';

const input = './dist/index.js';
Expand Down
Loading

0 comments on commit 3c56f57

Please sign in to comment.