feat: import svg files from stylekit (#844)
* chore: install stylekit with its new name * feat: import svg files from stylekit * feat: import the remaining svgs from stylekit * fix: import 'warning' icon from stylekit * chore: import warning icon from stylekit * chore: bump stylekit version * chore: update sn dependencies
This commit is contained in:
10
package.json
10
package.json
@@ -27,7 +27,7 @@
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@reach/disclosure": "^0.16.2",
|
||||
"@reach/visually-hidden": "^0.16.0",
|
||||
"@svgr/webpack": "^5.5.0",
|
||||
"@svgr/webpack": "^6.2.1",
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/lodash": "^4.14.176",
|
||||
"@types/pug": "^2.0.5",
|
||||
@@ -63,7 +63,7 @@
|
||||
"pug-loader": "^2.4.0",
|
||||
"sass-loader": "^12.2.0",
|
||||
"serve-static": "^1.14.1",
|
||||
"@standardnotes/stylekit": "5.4.0",
|
||||
"@standardnotes/stylekit": "5.5.0",
|
||||
"svg-jest": "^1.0.1",
|
||||
"ts-jest": "^27.0.7",
|
||||
"ts-loader": "^9.2.6",
|
||||
@@ -82,9 +82,9 @@
|
||||
"@reach/dialog": "^0.16.2",
|
||||
"@reach/listbox": "^0.16.2",
|
||||
"@reach/tooltip": "^0.16.2",
|
||||
"@standardnotes/components": "1.7.0",
|
||||
"@standardnotes/features": "1.32.0",
|
||||
"@standardnotes/snjs": "2.58.1",
|
||||
"@standardnotes/components": "1.7.1",
|
||||
"@standardnotes/features": "1.32.1",
|
||||
"@standardnotes/snjs": "2.59.2",
|
||||
"@standardnotes/settings": "^1.11.3",
|
||||
"@standardnotes/sncrypto-web": "1.6.2",
|
||||
"mobx": "^6.3.5",
|
||||
|
||||
Reference in New Issue
Block a user