Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit fa33f7d

Browse files
committed
Lock angular into 1.6.x for compat with Primo; bump version up to 1.2.1
1 parent a82f08c commit fa33f7d

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primo-explore-google-analytics",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Google Analytics for Primo NUI packages",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -26,8 +26,8 @@
2626
"devDependencies": {
2727
"@babel/core": "7.5.0",
2828
"@babel/preset-env": "7.5.0",
29-
"angular": "^1.8.0",
30-
"angular-mocks": "^1.8.0",
29+
"angular": "1.6.10",
30+
"angular-mocks": "1.6.10",
3131
"babel-loader": "8.1.0",
3232
"babel-plugin-istanbul": "^5.1.1",
3333
"jasmine-core": "^3.3.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -896,15 +896,15 @@ ajv@^6.12.4, ajv@^6.12.5:
896896
json-schema-traverse "^0.4.1"
897897
uri-js "^4.2.2"
898898

899-
angular-mocks@^1.8.0:
900-
version "1.8.0"
901-
resolved "https://registry.yarnpkg.com/angular-mocks/-/angular-mocks-1.8.0.tgz#9d161fe2102e47e46ff78a4226e4dfec27c060c4"
902-
integrity sha512-oFKJIqR6zcsW6V9UQMuUYCXIcTy+n7oYExXxZkvU57hwJQdU1nuNZcSMQA9URiEAPyo7v3bqm0eOP3Ezi7Bigg==
903-
904-
angular@^1.8.0:
905-
version "1.8.0"
906-
resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.0.tgz#b1ec179887869215cab6dfd0df2e42caa65b1b51"
907-
integrity sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==
899+
angular-mocks@1.6.10:
900+
version "1.6.10"
901+
resolved "https://registry.yarnpkg.com/angular-mocks/-/angular-mocks-1.6.10.tgz#6a139e43c461d0c9a5a1acebc91e63db16031176"
902+
integrity sha512-1865/NmqHNogibNoglY1MGBjx882iu2hI46BBhYDWyz0C4TDM5ER8H8SnYwQKUUG4RXMDsJizszEQ2BEoYKV9w==
903+
904+
angular@1.6.10:
905+
version "1.6.10"
906+
resolved "https://registry.yarnpkg.com/angular/-/angular-1.6.10.tgz#eed3080a34d29d0f681ff119b18ce294e3f74826"
907+
integrity sha512-PCZ5/hVdvPQiYyH0VwsPjrErPHRcITnaXxhksceOXgtJeesKHLA7KDu4X/yvcAi+1zdGgGF+9pDxkJvghXI9Wg==
908908

909909
angulartics-google-tag-manager@^0.0.1:
910910
version "0.0.1"

0 commit comments

Comments
 (0)