mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
global: update lockfiles
This commit is contained in:
29
apps/vericrypt/package-lock.json
generated
29
apps/vericrypt/package-lock.json
generated
@@ -86,11 +86,22 @@
|
||||
"version": "1.2.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@theme-ui/core": "^0.14.7",
|
||||
"tinycolor2": "^1.4.2"
|
||||
"@emotion/react": "11.11.1",
|
||||
"@theme-ui/color": "^0.16.0",
|
||||
"@theme-ui/components": "0.14.7",
|
||||
"@theme-ui/core": "0.14.7",
|
||||
"tinycolor2": "^1.4.2",
|
||||
"zustand": "^4.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tinycolor2": "^1.4.3"
|
||||
"@trpc/server": "^10.31.0",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/tinycolor2": "^1.4.3",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"ts-json-schema-generator": "^1.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "17.0.2"
|
||||
}
|
||||
},
|
||||
"../lib": {
|
||||
@@ -3551,9 +3562,17 @@
|
||||
"@notesnook/theme": {
|
||||
"version": "file:../../packages/theme",
|
||||
"requires": {
|
||||
"@theme-ui/core": "^0.14.7",
|
||||
"@emotion/react": "11.11.1",
|
||||
"@theme-ui/color": "^0.16.0",
|
||||
"@theme-ui/components": "0.14.7",
|
||||
"@theme-ui/core": "0.14.7",
|
||||
"@trpc/server": "^10.31.0",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/tinycolor2": "^1.4.3",
|
||||
"tinycolor2": "^1.4.2"
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"tinycolor2": "^1.4.2",
|
||||
"ts-json-schema-generator": "^1.2.0",
|
||||
"zustand": "^4.3.8"
|
||||
}
|
||||
},
|
||||
"@styled-system/background": {
|
||||
|
||||
2
packages/ui/package-lock.json
generated
2
packages/ui/package-lock.json
generated
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"../theme": {
|
||||
"name": "@notesnook/theme",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@emotion/react": "11.11.1",
|
||||
|
||||
2
servers/themes/package-lock.json
generated
2
servers/themes/package-lock.json
generated
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"../../packages/theme": {
|
||||
"name": "@notesnook/theme",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"dev": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user