Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kinokon committed Jun 10, 2024
1 parent 0e3bf23 commit a5682a5
Show file tree
Hide file tree
Showing 2 changed files with 4,650 additions and 3,965 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node -r esbuild-register ./scripts/build.ts",
"prepublishOnly": "exit 1",
"lint": "eslint src/*",
"test": "nyc --reporter=html vitest"
"test": "vitest --coverage"
},
"keywords": [
"jsx",
Expand All @@ -28,56 +28,56 @@
"@babel/types": "^7.21.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-transform-typescript": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/types": "^7.24.0",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/types": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/chai-string": "^1.4.5",
"@types/clean-css": "^4.2.11",
"@types/dedent": "^0.7.2",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@types/prettier": "^2.7.3",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/prop-types": "^15.7.12",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/parser": "7.12.0",
"@vitest/coverage-v8": "^1.6.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-minify-guarded-expressions": "^0.4.4",
"chai": "^5.1.0",
"c8": "^9.1.0",
"chai": "^5.1.1",
"chai-string": "^1.5.0",
"clean-css": "^5.3.3",
"dedent": "^1.5.1",
"esbuild": "^0.20.2",
"dedent": "^1.5.3",
"esbuild": "^0.21.5",
"esbuild-register": "^3.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"fs-extra": "^11.2.0",
"husky": "9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"rollup": "^4.13.0",
"prettier": "^3.3.1",
"rollup": "^4.18.0",
"rollup-plugin-prettier": "^4.1.1",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit a5682a5

Please sign in to comment.