Skip to content

Commit

Permalink
deproll
Browse files Browse the repository at this point in the history
breautek committed Mar 24, 2022
1 parent 90bbc22 commit 90a4daa
Showing 2 changed files with 1,791 additions and 1,987 deletions.
3,741 changes: 1,773 additions & 1,968 deletions package-lock.json

Large diffs are not rendered by default.

37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -38,48 +38,47 @@
"react-dom": ">=16.9.0 <17.0.0"
},
"devDependencies": {
"@babel/core": "7.17.0",
"@babel/core": "7.17.8",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@babel/register": "7.17.7",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@types/enzyme": "3.10.11",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/react": "16.14.4",
"@types/react-dom": "16.9.11",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"ajv": "8.10.0",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"ajv": "8.11.0",
"auto-changelog": "2.4.0",
"babel-jest": "27.5.0",
"core-js": "3.21.0",
"babel-jest": "27.5.1",
"core-js": "3.21.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "7.32.0",
"eslint-plugin-react": "7.25.1",
"eslint": "8.11.0",
"eslint-plugin-react": "7.29.4",
"glob": "7.2.0",
"ignore-styles": "5.0.1",
"jest": "27.4.7",
"jest": "27.5.1",
"node-sass": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"regenerator-runtime": "0.13.9",
"rollup": "2.67.1",
"rollup": "2.70.1",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-sass": "1.2.10",
"rollup-plugin-typescript2": "0.31.2",
"ts-jest": "27.1.3",
"ts-node": "10.5.0",
"typedoc": "0.21.9",
"typedoc-plugin-markdown": "3.10.4",
"typescript": "4.3.5"
},
"dependencies": {}
"typedoc": "0.22.13",
"typedoc-plugin-markdown": "3.11.14",
"typescript": "4.5.5"
}
}

0 comments on commit 90a4daa

Please sign in to comment.