Skip to content

Commit c949a23

Browse files
committed
chore: resolve pnpm lockfile issue
1 parent 0f23c1c commit c949a23

File tree

14 files changed

+450
-499
lines changed

14 files changed

+450
-499
lines changed

packages/atoms/spec/Icon.spec.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ describe('Icon component', () => {
7171
})
7272

7373
it('should render the icon with the specified state', () => {
74-
const { container } = render(Icon, {
75-
name: 'i-rokkit:node-opened',
76-
state: 'opened'
77-
})
78-
expect(container).toMatchSnapshot()
74+
const { container } = render(Icon, {
75+
name: 'i-rokkit:node-opened',
76+
state: 'opened'
77+
})
78+
expect(container).toMatchSnapshot()
7979
})
8080

8181
it('should render the icon with checkbox role with default state', async () => {

packages/icons/lib/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

packages/icons/lib/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

packages/icons/lib/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

packages/icons/lib/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

packages/icons/lib/light/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

packages/icons/lib/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

packages/icons/lib/twotone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"icons": "icons.json"
2121
},
2222
"dependencies": {
23-
"@iconify/types": "*"
23+
"@iconify/types": "^2.0.0"
2424
}
2525
}

0 commit comments

Comments
 (0)