Skip to content

Commit 5629149

Browse files
committed
chore: Build hash added.
1 parent f99e439 commit 5629149

File tree

5 files changed

+1001
-876
lines changed

5 files changed

+1001
-876
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ node_modules
1414
yarn.lock
1515
.npmrc
1616
package-lock.json
17-
17+
build-hash.txt

frontend-dev/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.0",
55
"dependencies": {
66
"@bumaga/tabs": "^0.2.0",
7-
"@monaco-editor/react": "^4.5.1",
7+
"@monaco-editor/react": "^4.5.2",
88
"@tinymce/tinymce-react": "^3.14.0",
99
"@tippyjs/react": "^4.2.6",
10-
"@yaireo/tagify": "^4.17.8",
10+
"@yaireo/tagify": "^4.17.9",
1111
"lodash": "^4.17.21",
1212
"mutative": "^0.5.0",
1313
"node-sass": "^9.0.0",
@@ -17,8 +17,8 @@
1717
"react-dom": "^18.2.0",
1818
"react-hot-toast": "^2.4.1",
1919
"react-multiple-select-dropdown-lite": "2.0.3",
20-
"react-router": "^6.14.2",
21-
"react-router-dom": "^6.14.2",
20+
"react-router": "^6.15.0",
21+
"react-router-dom": "^6.15.0",
2222
"react-sortablejs": "^6.1.4",
2323
"react-table": "^7.8.0",
2424
"react-table-sticky": "^1.1.3",
@@ -72,21 +72,21 @@
7272
]
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.22.9",
76-
"@babel/eslint-parser": "^7.22.9",
75+
"@babel/core": "^7.22.11",
76+
"@babel/eslint-parser": "^7.22.11",
7777
"@babel/plugin-proposal-class-properties": "^7.18.6",
7878
"@babel/plugin-proposal-private-methods": "^7.18.6",
7979
"@babel/plugin-transform-react-jsx": "^7.22.5",
80-
"@babel/plugin-transform-regenerator": "^7.22.5",
81-
"@babel/plugin-transform-runtime": "^7.22.9",
82-
"@babel/preset-env": "^7.22.9",
80+
"@babel/plugin-transform-regenerator": "^7.22.10",
81+
"@babel/plugin-transform-runtime": "^7.22.10",
82+
"@babel/preset-env": "^7.22.10",
8383
"@babel/preset-react": "^7.22.5",
84-
"@babel/runtime": "^7.22.6",
85-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
84+
"@babel/runtime": "^7.22.11",
85+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
8686
"@testing-library/jest-dom": "^5.17.0",
8787
"@testing-library/react": "^11.2.7",
8888
"@testing-library/user-event": "^13.5.0",
89-
"@vitejs/plugin-react": "^4.0.3",
89+
"@vitejs/plugin-react": "^4.0.4",
9090
"@wordpress/babel-plugin-makepot": "^4.4.0",
9191
"@wordpress/i18n": "^3.20.0",
9292
"autoprefixer": "^9.8.8",
@@ -95,14 +95,14 @@
9595
"compression-webpack-plugin": "^7.1.2",
9696
"copy-webpack-plugin": "^8.1.1",
9797
"css-loader": "^5.2.7",
98-
"eslint": "^8.45.0",
98+
"eslint": "^8.48.0",
9999
"eslint-config-airbnb": "^19.0.4",
100100
"eslint-plugin-babel": "^5.3.1",
101-
"eslint-plugin-import": "^2.27.5",
101+
"eslint-plugin-import": "^2.28.1",
102102
"eslint-plugin-jsx-a11y": "^6.7.1",
103103
"eslint-plugin-node": "^11.1.0",
104104
"eslint-plugin-promise": "^5.2.0",
105-
"eslint-plugin-react": "^7.33.0",
105+
"eslint-plugin-react": "^7.33.2",
106106
"eslint-plugin-react-hooks": "^4.6.0",
107107
"eslint-plugin-standard": "^5.0.0",
108108
"extract-loader": "^5.1.0",
@@ -120,12 +120,12 @@
120120
"react-refresh": "^0.14.0",
121121
"react-scripts": "^4.0.3",
122122
"rimraf": "^3.0.2",
123-
"sass": "^1.64.1",
123+
"sass": "^1.66.1",
124124
"sass-loader": "^11.1.1",
125125
"style-loader": "^2.0.0",
126126
"terser-webpack-plugin": "^5.3.9",
127127
"url-loader": "^4.1.1",
128-
"vite": "^4.4.7"
128+
"vite": "^4.4.9"
129129
},
130130
"main": ".eslintrc.js",
131131
"keywords": [],

0 commit comments

Comments
 (0)