Skip to content

Commit

Permalink
🔖 Bump eam-commons-js version to 1.1.0 and add new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikEight committed Sep 23, 2024
1 parent 7500338 commit fc14a51
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src-modules/eam-commons-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eam-commons-js",
"version": "1.0.0",
"version": "1.1.0",
"description": "Commons Lib for EAM",
"main": "dist/eam-commons-js.umd.js",
"module": "dist/eam-commons-js.es.js",
Expand All @@ -14,17 +14,22 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@mui/material": "^6.1.0",
"@tauri-apps/api": "^1.6.0",
"axios": "^1.7.7",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"date-fns": "^3.6.0",
"hash-string": "^1.0.0",
"stream-browserify": "^3.0.0",
"xml-js": "^1.6.11"
"xml-js": "^1.6.11",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.1",
"@tauri-apps/cli": "^1.6.2",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.3"
}
}

0 comments on commit fc14a51

Please sign in to comment.