v1.31.2 version bump (#1379)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e2aa2cd5eb
commit
6de81a56d5
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
'@backstage-community/plugin-analytics-module-ga': patch
|
||||
'@backstage-community/plugin-analytics-module-ga4': patch
|
||||
'@backstage-community/plugin-analytics-module-newrelic-browser': patch
|
||||
---
|
||||
|
||||
Backstage version bump to v1.31.2
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.30.2"
|
||||
"version": "1.31.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@
|
|||
"directory": "workspaces/analytics"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.9.5",
|
||||
"@backstage/repo-tools": "^0.9.7",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"node-gyp": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -36,14 +36,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.14.10",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/frontend-plugin-api": "^0.7.0",
|
||||
"@backstage/core-components": "^0.15.0",
|
||||
"@backstage/core-plugin-api": "^1.9.4",
|
||||
"@backstage/frontend-plugin-api": "^0.8.0",
|
||||
"react-ga": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/dev-utils": "^1.0.37",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/dev-utils": "^1.1.1",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
|
|
@ -36,14 +36,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.14.10",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/frontend-plugin-api": "^0.7.0",
|
||||
"@backstage/core-components": "^0.15.0",
|
||||
"@backstage/core-plugin-api": "^1.9.4",
|
||||
"@backstage/frontend-plugin-api": "^0.8.0",
|
||||
"react-ga4": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/dev-utils": "^1.0.37",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/dev-utils": "^1.1.1",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
|
|
@ -35,14 +35,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.14.10",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/frontend-plugin-api": "^0.7.0",
|
||||
"@backstage/core-components": "^0.15.0",
|
||||
"@backstage/core-plugin-api": "^1.9.4",
|
||||
"@backstage/frontend-plugin-api": "^0.8.0",
|
||||
"@newrelic/browser-agent": "^1.236.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/dev-utils": "^1.0.37",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/dev-utils": "^1.1.1",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
"@types/react": "^18.2.58",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue