mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
docker build fix
This commit is contained in:
2503
frontend/package-lock.json
generated
2503
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,9 @@
|
|||||||
"@types/react-redux": "^7.1.9",
|
"@types/react-redux": "^7.1.9",
|
||||||
"@types/react-router": "^5.1.8",
|
"@types/react-router": "^5.1.8",
|
||||||
"@types/react-router-dom": "^5.1.6",
|
"@types/react-router-dom": "^5.1.6",
|
||||||
"@types/sass": "^1.16.0",
|
"@types/sass": "^1.16.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"enzyme": "^3.11.0",
|
"enzyme": "^3.11.0",
|
||||||
"enzyme-adapter-react-16": "^1.15.5",
|
"enzyme-adapter-react-16": "^1.15.5",
|
||||||
@@ -30,9 +32,7 @@
|
|||||||
"eslint-plugin-jest": "^24.1.0",
|
"eslint-plugin-jest": "^24.1.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||||
"sass": "^1.26.12",
|
"sass": "^1.26.12",
|
||||||
"ts-jest": "^26.4.1"
|
"ts-jest": "^26.4.1",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@blueprintjs/core": "^3.33.0",
|
"@blueprintjs/core": "^3.33.0",
|
||||||
"@blueprintjs/icons": "^3.22.0",
|
"@blueprintjs/icons": "^3.22.0",
|
||||||
"highlight.js": "^10.2.1",
|
"highlight.js": "^10.2.1",
|
||||||
|
|||||||
@@ -84,4 +84,4 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.x"
|
"node": "14.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user