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

Commit

Permalink
Merge pull request #43 from Nullify-Platform/renovate/major-dependencies
Browse files Browse the repository at this point in the history
fix(deps): update dependencies (major)
tim-thacker-nullify authored Jul 22, 2024
2 parents bb3352e + 3ed6a76 commit 0dd391d
Showing 3 changed files with 1,641 additions and 1,250 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ jobs:
node-version: 20

- name: Setup Go environment
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21'

@@ -83,14 +83,14 @@ jobs:

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: coverage

- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: buildAll
@@ -154,7 +154,7 @@ jobs:
### END COPIED FROM

- name: Create Github release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: false
generate_release_notes: true
2,843 changes: 1,617 additions & 1,226 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,38 +23,38 @@
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "10.4.5",
"@grafana/e2e-selectors": "10.4.5",
"@grafana/eslint-config": "^6.0.0",
"@grafana/e2e": "11.0.1",
"@grafana/e2e-selectors": "11.1.0",
"@grafana/eslint-config": "^7.0.0",
"@grafana/tsconfig": "^1.2.0-rc1",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "14.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "16.0.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.8.7",
"@types/react-router-dom": "^5.2.0",
"@types/testing-library__jest-dom": "5.14.9",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint-plugin-deprecation": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^7.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"glob": "^11.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.7",
"prettier": "^3.0.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.77.8",
"sass-loader": "13.3.3",
"style-loader": "3.3.4",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "4.9.5",
"typescript": "5.5.3",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
@@ -64,14 +64,14 @@
},
"dependencies": {
"@emotion/css": "11.13.0",
"@grafana/data": "10.4.5",
"@grafana/runtime": "10.4.5",
"@grafana/schema": "10.4.5",
"@grafana/ui": "10.4.5",
"@grafana/data": "11.1.0",
"@grafana/runtime": "11.1.0",
"@grafana/schema": "11.1.0",
"@grafana/ui": "11.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.6.3",
"zod": "^3.22.4"
},
"packageManager": "npm@9.9.3"
"packageManager": "npm@10.8.2"
}

0 comments on commit 0dd391d

Please sign in to comment.