Skip to content

Commit

Permalink
Update dependencies (#365)
Browse files Browse the repository at this point in the history
* Update dependencies to be compatible with kartverket.dev

* Update dependencies

* update yarn.lock
  • Loading branch information
larsore authored Oct 21, 2024
1 parent a7c6bbb commit 7c5b73a
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 23 deletions.
16 changes: 8 additions & 8 deletions plugins/ros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kartverket/backstage-plugin-risk-scorecard",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down Expand Up @@ -33,10 +33,10 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/theme": "^0.6.0",
"@backstage/core-components": "^0.15.0",
"@backstage/core-plugin-api": "^1.9.4",
"@backstage/plugin-catalog-react": "^1.13.1",
"@backstage/theme": "^0.5.7",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
Expand All @@ -58,10 +58,10 @@
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/cli": "^0.27.1",
"@backstage/core-app-api": "^1.15.0",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@backstage/test-utils": "^1.6.0",
"@spotify/prettier-config": "^12.0.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
Expand Down
Loading

0 comments on commit 7c5b73a

Please sign in to comment.