Remove clndr from package.json

This commit is contained in:
aignatov-bio 2020-02-22 13:03:51 +01:00
parent 2cbac634bf
commit b664c88819
5 changed files with 6 additions and 75 deletions

View file

@ -31,7 +31,7 @@
//= require bootstrap-select
//= require_directory ./repository_columns/columns_initializers
//= require datatables
//= require clndr/clndr.min
//= require clndr.min
//= require ajax-bootstrap-select.min
//= require underscore
//= require i18n.js

View file

@ -147,7 +147,6 @@ CREATE TABLE public.activities (
--
CREATE SEQUENCE public.activities_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -193,7 +192,6 @@ CREATE TABLE public.asset_text_data (
--
CREATE SEQUENCE public.asset_text_data_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -233,7 +231,6 @@ CREATE TABLE public.assets (
--
CREATE SEQUENCE public.assets_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -270,7 +267,6 @@ CREATE TABLE public.checklist_items (
--
CREATE SEQUENCE public.checklist_items_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -305,7 +301,6 @@ CREATE TABLE public.checklists (
--
CREATE SEQUENCE public.checklists_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -341,7 +336,6 @@ CREATE TABLE public.comments (
--
CREATE SEQUENCE public.comments_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -372,7 +366,6 @@ CREATE TABLE public.connections (
--
CREATE SEQUENCE public.connections_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -407,7 +400,6 @@ CREATE TABLE public.custom_fields (
--
CREATE SEQUENCE public.custom_fields_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -499,7 +491,6 @@ CREATE TABLE public.delayed_jobs (
--
CREATE SEQUENCE public.delayed_jobs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -541,7 +532,6 @@ CREATE TABLE public.experiments (
--
CREATE SEQUENCE public.experiments_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -574,7 +564,6 @@ CREATE TABLE public.my_module_groups (
--
CREATE SEQUENCE public.my_module_groups_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -608,7 +597,6 @@ CREATE TABLE public.my_module_repository_rows (
--
CREATE SEQUENCE public.my_module_repository_rows_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -640,7 +628,6 @@ CREATE TABLE public.my_module_tags (
--
CREATE SEQUENCE public.my_module_tags_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -689,7 +676,6 @@ CREATE TABLE public.my_modules (
--
CREATE SEQUENCE public.my_modules_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -724,7 +710,6 @@ CREATE TABLE public.notifications (
--
CREATE SEQUENCE public.notifications_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -878,7 +863,6 @@ CREATE TABLE public.projects (
--
CREATE SEQUENCE public.projects_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -912,7 +896,6 @@ CREATE TABLE public.protocol_keywords (
--
CREATE SEQUENCE public.protocol_keywords_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -943,7 +926,6 @@ CREATE TABLE public.protocol_protocol_keywords (
--
CREATE SEQUENCE public.protocol_protocol_keywords_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -989,7 +971,6 @@ CREATE TABLE public.protocols (
--
CREATE SEQUENCE public.protocols_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1034,7 +1015,6 @@ CREATE TABLE public.report_elements (
--
CREATE SEQUENCE public.report_elements_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1071,7 +1051,6 @@ CREATE TABLE public.reports (
--
CREATE SEQUENCE public.reports_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1107,7 +1086,6 @@ CREATE TABLE public.repositories (
--
CREATE SEQUENCE public.repositories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1175,7 +1153,6 @@ CREATE TABLE public.repository_cells (
--
CREATE SEQUENCE public.repository_cells_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1310,7 +1287,6 @@ CREATE TABLE public.repository_columns (
--
CREATE SEQUENCE public.repository_columns_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1380,7 +1356,6 @@ CREATE TABLE public.repository_date_time_values (
--
CREATE SEQUENCE public.repository_date_time_values_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1516,7 +1491,6 @@ CREATE TABLE public.repository_rows (
--
CREATE SEQUENCE public.repository_rows_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1619,7 +1593,6 @@ CREATE TABLE public.repository_table_states (
--
CREATE SEQUENCE public.repository_table_states_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1653,7 +1626,6 @@ CREATE TABLE public.repository_text_values (
--
CREATE SEQUENCE public.repository_text_values_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1684,7 +1656,6 @@ CREATE TABLE public.result_assets (
--
CREATE SEQUENCE public.result_assets_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1715,7 +1686,6 @@ CREATE TABLE public.result_tables (
--
CREATE SEQUENCE public.result_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1746,7 +1716,6 @@ CREATE TABLE public.result_texts (
--
CREATE SEQUENCE public.result_texts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1786,7 +1755,6 @@ CREATE TABLE public.results (
--
CREATE SEQUENCE public.results_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1820,7 +1788,6 @@ CREATE TABLE public.sample_custom_fields (
--
CREATE SEQUENCE public.sample_custom_fields_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1856,7 +1823,6 @@ CREATE TABLE public.sample_groups (
--
CREATE SEQUENCE public.sample_groups_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1889,7 +1855,6 @@ CREATE TABLE public.sample_my_modules (
--
CREATE SEQUENCE public.sample_my_modules_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1924,7 +1889,6 @@ CREATE TABLE public.sample_types (
--
CREATE SEQUENCE public.sample_types_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1962,7 +1926,6 @@ CREATE TABLE public.samples (
--
CREATE SEQUENCE public.samples_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -1996,7 +1959,6 @@ CREATE TABLE public.samples_tables (
--
CREATE SEQUENCE public.samples_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2036,7 +1998,6 @@ CREATE TABLE public.settings (
--
CREATE SEQUENCE public.settings_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2067,7 +2028,6 @@ CREATE TABLE public.step_assets (
--
CREATE SEQUENCE public.step_assets_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2098,7 +2058,6 @@ CREATE TABLE public.step_tables (
--
CREATE SEQUENCE public.step_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2137,7 +2096,6 @@ CREATE TABLE public.steps (
--
CREATE SEQUENCE public.steps_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2212,7 +2170,6 @@ CREATE TABLE public.tables (
--
CREATE SEQUENCE public.tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2248,7 +2205,6 @@ CREATE TABLE public.tags (
--
CREATE SEQUENCE public.tags_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2301,7 +2257,6 @@ ALTER SEQUENCE public.team_repositories_id_seq OWNED BY public.team_repositories
--
CREATE SEQUENCE public.teams_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2333,7 +2288,6 @@ CREATE TABLE public.temp_files (
--
CREATE SEQUENCE public.temp_files_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2369,7 +2323,6 @@ CREATE TABLE public.tiny_mce_assets (
--
CREATE SEQUENCE public.tiny_mce_assets_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2401,7 +2354,6 @@ CREATE TABLE public.tokens (
--
CREATE SEQUENCE public.tokens_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2435,7 +2387,6 @@ CREATE TABLE public.user_identities (
--
CREATE SEQUENCE public.user_identities_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2469,7 +2420,6 @@ CREATE TABLE public.user_my_modules (
--
CREATE SEQUENCE public.user_my_modules_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2503,7 +2453,6 @@ CREATE TABLE public.user_notifications (
--
CREATE SEQUENCE public.user_notifications_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2538,7 +2487,6 @@ CREATE TABLE public.user_projects (
--
CREATE SEQUENCE public.user_projects_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2592,7 +2540,6 @@ ALTER SEQUENCE public.user_system_notifications_id_seq OWNED BY public.user_syst
--
CREATE SEQUENCE public.user_teams_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2651,7 +2598,6 @@ CREATE TABLE public.users (
--
CREATE SEQUENCE public.users_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2718,7 +2664,6 @@ CREATE TABLE public.wopi_actions (
--
CREATE SEQUENCE public.wopi_actions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2750,7 +2695,6 @@ CREATE TABLE public.wopi_apps (
--
CREATE SEQUENCE public.wopi_apps_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2784,7 +2728,6 @@ CREATE TABLE public.wopi_discoveries (
--
CREATE SEQUENCE public.wopi_discoveries_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -2817,7 +2760,6 @@ CREATE TABLE public.zip_exports (
--
CREATE SEQUENCE public.zip_exports_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
@ -7227,4 +7169,4 @@ INSERT INTO "schema_migrations" (version) VALUES
('20200113143828'),
('20200204100934');
s

View file

@ -57,7 +57,6 @@
"babel-loader": "^8.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap-sass": "^3.3.7",
"clndr": "^1.5.1",
"coffee-loader": "^0.8.0",
"coffeescript": "^1.12.6",
"compression-webpack-plugin": "^1.1.11",

File diff suppressed because one or more lines are too long

View file

@ -2162,14 +2162,6 @@ cliui@^5.0.0:
strip-ansi "^5.2.0"
wrap-ansi "^5.1.0"
clndr@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/clndr/-/clndr-1.5.1.tgz#713ecaa8a72dcf2fcf17c3c8e05f65dae673b91f"
integrity sha512-sPHvln2fCRiVmctixOW7K4mnNx1sVuogJDvtw/9rpYX9h2QZ4o38/v18KjpvDVUiD/+BWIeNgCWw9qYYq1RhOg==
dependencies:
jquery ">=1.9"
moment ">=2.8.3"
clone-deep@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-2.0.2.tgz#00db3a1e173656730d1188c3d6aced6d7ea97713"
@ -5263,11 +5255,6 @@ jest-docblock@^21.0.0:
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"
integrity sha512-5IZ7sY9dBAYSV+YjQ0Ovb540Ku7AO9Z5o2Cg789xj167iQuZ2cG+z0f3Uct6WeYLbU6aQiM2pCs7sZ+4dotydw==
jquery@>=1.9:
version "3.4.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
js-base64@^2.1.8, js-base64@^2.1.9:
version "2.5.1"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
@ -6077,7 +6064,7 @@ moment-timezone@^0.5.21:
dependencies:
moment ">= 2.9.0"
"moment@>= 2.9.0", moment@>=2.8.3, moment@^2.22.2:
"moment@>= 2.9.0", moment@^2.22.2:
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==