Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
elgorditosalsero committed Nov 20, 2021
2 parents f1aad33 + baad263 commit 5c55eff
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 323 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react"
],
"description": "Easily manage the Google Tag Manager via Hook",
"version": "2.0.8",
"version": "2.1.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/react-gtm-hook.esm.js",
Expand All @@ -31,23 +31,23 @@
"prepare": "tsdx build"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@babel/core": "^7.16.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"all-contributors-cli": "^6.20.0",
"babel-jest": "^27.0.6",
"babel-jest": "^27.3.1",
"babel-plugin-module-resolver": "^4.1.0",
"husky": "^7.0.1",
"prettier": "^2.3.2",
"husky": "^7.0.4",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.0.2",
"react-test-renderer": "^17.0.2",
"tsdx": "^0.14.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": ">=17"
Expand Down
Loading

0 comments on commit 5c55eff

Please sign in to comment.