Skip to content

Commit

Permalink
Update a bunch of npm package
Browse files Browse the repository at this point in the history
Set the version to 0.0.1

Signed-off-by: Matthieu Patou <mat@matws.net>
  • Loading branch information
ekacnet committed Mar 25, 2024
1 parent 19fb871 commit fb3a817
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 38 deletions.
89 changes: 67 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubism-grafana-panel",
"version": "1.0.0",
"version": "0.0.1",
"description": "A panel to display cubism like graph in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand All @@ -21,15 +21,15 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "10.3.3",
"@grafana/e2e": "^10.3.3",
"@grafana/e2e-selectors": "10.3.3",
"@grafana/eslint-config": "^6.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.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.8.7",
Expand All @@ -48,13 +48,13 @@
"prettier": "^2.8.7",
"relative-deps": "^1.0.7",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"style-loader": "3.3.3",
"sass": "^1.63.2",
"sass-loader": "^13.3.1",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "4.8.4",
"typescript": "^4.8.4",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
Expand All @@ -63,17 +63,17 @@
"node": ">=20"
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "10.3.3",
"@grafana/runtime": "10.3.3",
"@grafana/schema": "10.3.3",
"@grafana/ui": "10.3.3",
"@emotion/css": "^11.10.6",
"@grafana/data": "^10.3.3",
"@grafana/runtime": "^10.3.3",
"@grafana/schema": "^10.3.3",
"@grafana/ui": "^10.3.3",
"@types/d3": "^7.4.3",
"cubism-es": "file:./3rdparty/cubism-es",
"pretty": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.5.3"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.5.3"
},
"packageManager": "npm@10.1.0",
"relativeDependencies": {
Expand Down

0 comments on commit fb3a817

Please sign in to comment.