Skip to content

Commit

Permalink
HPCC-30971 Remove JS Submodules
Browse files Browse the repository at this point in the history
put-selector
xstyle

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Dec 6, 2023
1 parent 82ba015 commit b42effb
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "esp/src/xstyle"]
path = esp/src/xstyle
url = https://github.com/hpcc-systems/xstyle.git
[submodule "esp/src/put-selector"]
path = esp/src/put-selector
url = https://github.com/hpcc-systems/put-selector.git
[submodule "esp/src/dgrid"]
path = esp/src/dgrid
url = https://github.com/hpcc-systems/dgrid.git
Expand Down
2 changes: 0 additions & 2 deletions esp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ file(COPY
${CMAKE_CURRENT_SOURCE_DIR}/eslint
${CMAKE_CURRENT_SOURCE_DIR}/ganglia
${CMAKE_CURRENT_SOURCE_DIR}/loader
${CMAKE_CURRENT_SOURCE_DIR}/put-selector
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/src-react
${CMAKE_CURRENT_SOURCE_DIR}/xstyle
${CMAKE_CURRENT_SOURCE_DIR}/.eslintrc.js
${CMAKE_CURRENT_SOURCE_DIR}/GetUserName.html
${CMAKE_CURRENT_SOURCE_DIR}/index.html
Expand Down
17 changes: 16 additions & 1 deletion esp/src/package-lock.json

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

4 changes: 3 additions & 1 deletion esp/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"es6-promise": "4.2.8",
"font-awesome": "4.7.0",
"formik": "2.2.9",
"put-selector": "0.3.6",
"query-string": "7.1.3",
"octokit": "3.1.1",
"react": "17.0.2",
Expand All @@ -74,7 +75,8 @@
"react-hot-toast": "2.4.0",
"react-reflex": "4.0.9",
"react-sizeme": "3.0.2",
"universal-router": "9.1.0"
"universal-router": "9.1.0",
"xstyle": "0.3.2"
},
"devDependencies": {
"@simbathesailor/use-what-changed": "^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion esp/src/put-selector
Submodule put-selector deleted from 063589
1 change: 0 additions & 1 deletion esp/src/xstyle
Submodule xstyle deleted from 87c414

0 comments on commit b42effb

Please sign in to comment.