Skip to content

Commit

Permalink
Bump version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kinokon committed May 22, 2023
1 parent 6b0a0e2 commit b154c17
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 636 deletions.
57 changes: 27 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsx-dom",
"version": "8.0.5",
"version": "8.0.6",
"description": "JSX to document.createElement.",
"main": "index.js",
"module": "index.js",
Expand All @@ -19,7 +19,7 @@
"author": "proteriax",
"license": "BSD-3-Clause",
"dependencies": {
"csstype": "^3.1.1"
"csstype": "^3.1.2"
},
"eslintIgnore": [
"build"
Expand All @@ -28,63 +28,60 @@
"@babel/types": "^7.21.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.8",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/types": "^7.21.0",
"@babel/types": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@types/babel-plugin-macros": "^2.8.5",
"@types/babel-plugin-macros": "^3.1.0",
"@types/babel__core": "^7.20.0",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/chai-string": "^1.4.2",
"@types/clean-css": "^4.2.6",
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.0",
"@types/lodash": "^4.14.191",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/mocha": "github:whitecolor/mocha-types#da22474cf43f48a56c86f8c23a5a0ea36e295768",
"@types/node": "^18.14.0",
"@types/node": "^20.2.3",
"@types/prettier": "^2.7.2",
"@types/prop-types": "^15.7.5",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@types/sinon": "^10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"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": "^4.3.7",
"chai-string": "^1.5.0",
"clean-css": "^5.3.2",
"coffeescript": "^2.7.0",
"dedent": "^0.7.0",
"esbuild": "^0.17.10",
"esbuild": "^0.17.19",
"esbuild-register": "^3.4.2",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"husky": "8.0.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.2",
"jsdom": "^22.0.0",
"lint-staged": "^13.2.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"rollup": "^3.17.2",
"prettier": "^2.8.8",
"rollup": "^3.23.0",
"rollup-plugin-prettier": "^3.0.0",
"sinon": "^15.0.1",
"tiny-invariant": "^1.3.1",
"sinon": "^15.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
"tslib": "^2.5.2",
"typescript": "^5.0.4"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit b154c17

Please sign in to comment.