Skip to content

Commit

Permalink
feat: npm dependencies (#7)
Browse files Browse the repository at this point in the history
* feat: npm modules
- update dependencies
- dedupe dependencies
  • Loading branch information
denchiklut authored Apr 3, 2024
1 parent 8dbe6ba commit 393e333
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 616 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transitions-kit",
"version": "1.2.2",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "git+https://github.com/denchiklut/transitions-kit"
Expand Down Expand Up @@ -29,22 +29,22 @@
"react-dom": ">=16.6.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/react": "^18.2.22",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rollup": "^3.29.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.74",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rollup": "^4.14.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.2.2"
"typescript": "^5.4.3"
},
"keywords": [
"react-transition-group",
Expand Down
Loading

0 comments on commit 393e333

Please sign in to comment.