@primer/view-components 0.33.1-rc.60fe846c → 0.33.1-rc.9f10ad85
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.33.1-rc.
|
3
|
+
"version": "0.33.1-rc.9f10ad85",
|
4
4
|
"description": "ViewComponents for the Primer Design System",
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
6
6
|
"module": "app/components/primer/primer.js",
|
@@ -93,8 +93,8 @@
|
|
93
93
|
"stylelint-config-standard": "^36.0.0",
|
94
94
|
"tslib": "^2.4.0",
|
95
95
|
"typescript": "^5.2.2",
|
96
|
-
"vite": "^5.
|
97
|
-
"vite-plugin-ruby": "^5.
|
96
|
+
"vite": "^5.3.5",
|
97
|
+
"vite-plugin-ruby": "^5.0.0"
|
98
98
|
},
|
99
99
|
"prettier": "@github/prettier-config",
|
100
100
|
"browserslist": "extends @github/browserslist-config"
|