3.1.0
All checks were successful
platform/bro/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-08-11 23:54:35 +03:00
parent a76fce5506
commit 65216843ac
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "journal.pl",
"version": "3.0.0",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "journal.pl",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"@brojs/cli": "^0.0.4-alpha.9",

View File

@ -1,6 +1,6 @@
{
"name": "journal.pl",
"version": "3.0.0",
"version": "3.1.0",
"description": "bro-js platform journal ui repo",
"main": "./src/index.tsx",
"scripts": {

View File

@ -2,6 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './app';
import './ym';
import { keycloak } from "./__data__/kc";
import { createStore } from "./__data__/store";