Skip to content

Commit

Permalink
JS API: Release candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Pipeline committed Feb 7, 2025
1 parent 99468ba commit 91c86e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js-api/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "datagrok-api",
"version": "1.23.1",
"version": "1.24.0-rc.1c40969860.f153c47ce",
"description": "",
"dependencies": {
"dependencies": {
"@datagrok-libraries/chem-meta": "^1.0.12",
"@types/react": "^18.3.11",
"@types/wu": "^2.1.44",
Expand All @@ -14,7 +14,7 @@
"wu": "^2.1.0",
"typeahead-standalone": "4.14.1"
},
"devDependencies": {
"devDependencies": {
"typescript": "^4.2.3",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^4.20.0",
Expand All @@ -31,7 +31,7 @@
"babel-loader": "^9.1.2",
"@babel/preset-env": "^7.21.4"
},
"scripts": {
"scripts": {
"link": "npm link",
"link-all": "npm link @datagrok-libraries/chem-meta",
"build-ts": "tsc && eslint ./src/*.js ./dg.js ./ui.js ./grok.js --fix",
Expand Down

0 comments on commit 91c86e9

Please sign in to comment.