File tree Expand file tree Collapse file tree 14 files changed +640
-1565
lines changed Expand file tree Collapse file tree 14 files changed +640
-1565
lines changed Original file line number Diff line number Diff line change 1212 types : [checks_requested]
1313
1414env :
15- NODE_VERSION : 20
15+ NODE_VERSION : 22
1616
1717jobs :
1818 test :
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ permissions:
99 contents : write
1010 pull-requests : write
1111
12- env :
13- NODE_VERSION : 20
14-
1512jobs :
1613 sync :
1714 runs-on : ubuntu-latest
@@ -37,10 +34,10 @@ jobs:
3734 restore-keys : |
3835 ${{ runner.os }}-yarn-
3936
40- - name : Use Node.js ${{ env.NODE_VERSION }}
37+ - name : Use Node.js
4138 uses : actions/setup-node@v4
4239 with :
43- node-version : ${{ env.NODE_VERSION }}
40+ node-version-file : .nvmrc
4441 cache : " yarn"
4542
4643 - name : Install Deps
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/design-system" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
44 "packageManager" : " yarn@4.9.1" ,
55 "private" : true ,
66 "type" : " module" ,
4747 "@typescript-eslint/eslint-plugin" : " 5.62.0" ,
4848 "@typescript-eslint/parser" : " 5.62.0" ,
4949 "@vitejs/plugin-vue" : " 4.5.2" ,
50- "@vitest/browser" : " 0.34.6" ,
51- "@vitest/coverage-c8" : " 0.33.0" ,
50+ "@vitest/coverage-c8" : " 0.24.5" ,
5251 "@vue/eslint-config-typescript" : " 13.0.0" ,
5352 "@vue/server-renderer" : " 3.5.13" ,
5453 "@vue/test-utils" : " 2.4.6" ,
8180 "unenv" : " 1.10.0" ,
8281 "vite-plugin-image-optimizer" : " 1.1.8" ,
8382 "vitepress" : " 1.6.3" ,
84- "vitest" : " 0.34.6 " ,
83+ "vitest" : " 0.24.5 " ,
8584 "vue-tsc" : " 2.1.10"
8685 },
8786 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/browserslist-config" ,
33 "description" : " Browserslist shareable config for Persona project" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "packageManager" : " yarn@4.9.1" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/eslint-config-persona" ,
33 "description" : " Eslint shareable config for Persona project" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "packageManager" : " yarn@4.9.1" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/persona-icon" ,
33 "description" : " Persona icon package" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "packageManager" : " yarn@4.9.1" ,
66 "type" : " module" ,
77 "main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/persona-ilustration" ,
33 "description" : " Persona ilustration package" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "packageManager" : " yarn@4.9.1" ,
66 "type" : " module" ,
77 "main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/persona" ,
33 "description" : " Persona core package" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "license" : " MIT" ,
66 "repository" : {
77 "url" : " https://github.com/privy-open-source/design-system.git" ,
117117 "postcss-custom-properties" : " ^12.1.11 || ^13.0.0 || ^14.0.0" ,
118118 "postcss-hexrgba" : " ^2.1.0" ,
119119 "postcss-lighten-darken" : " ^0.9.0" ,
120- "tailwind " : " >= 3.0.0" ,
120+ "tailwindcss " : " ^ 3.0.0" ,
121121 "vue-router" : " >=4.0.0"
122122 },
123123 "devDependencies" : {
132132 "postcss-custom-properties" : " 14.0.4" ,
133133 "postcss-hexrgba" : " 2.1.0" ,
134134 "postcss-lighten-darken" : " 0.9.0" ,
135- "tailwind " : " 4.0.0 "
135+ "tailwindcss " : " 3 "
136136 },
137137 "installConfig" : {
138138 "hoistingLimits" : " workspaces"
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/tailwind-animation" ,
33 "description" : " Collection animation class for vue `<transition>`" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "packageManager" : " yarn@4.9.1" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @privyid/tailwind-extended" ,
33 "description" : " Add missing tailwind utilities" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "packageManager" : " yarn@4.9.1" ,
66 "license" : " MIT" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments