qpp-style 9.31.1 → 9.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Error/error.js +1 -1
- package/components/FlashNotification/FlashNotificationUI.jsx +3 -3
- package/components/FlashNotification/index.js +1 -1
- package/components/Header/HeaderMenuItem.jsx +1 -1
- package/components/Header/HeaderUI.jsx +1 -1
- package/components/Header/ImpersonatorBanner.jsx +1 -1
- package/components/Header/header.js +1 -1
- package/components/NotificationBanner/CollapsedView.js +2 -2
- package/components/NotificationBanner/index.js +3 -3
- package/components/SessionDialog/sessionDialog.js +1 -1
- package/components/SideNav/Chart/ScoreChart.jsx +1 -1
- package/components/SideNav/Content/SelectRole/index.js +1 -1
- package/components/SideNav/Links/NavLinkDrawer.jsx +5 -5
- package/components/SideNav/UI/SideNavUI.jsx +2 -3
- package/components/SideNav/helpers.js +6 -6
- package/components/SideNav/index.js +1 -1
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qpp-style",
|
|
3
|
-
"version": "9.31.
|
|
3
|
+
"version": "9.31.2",
|
|
4
4
|
"description": "Shared style guide across the QPP program.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"homepage": "https://cmsgov.github.io/qpp-style",
|
|
@@ -21,52 +21,52 @@
|
|
|
21
21
|
"format-styles": "prettier 'styles/**/*.{css,scss}' --write --quiet"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@babel/cli": "^7.
|
|
25
|
-
"@babel/core": "^7.
|
|
26
|
-
"@babel/eslint-parser": "^7.
|
|
27
|
-
"@babel/preset-env": "^7.
|
|
28
|
-
"@babel/preset-react": "^7.
|
|
29
|
-
"@babel/register": "^7.
|
|
30
|
-
"@svgr/webpack": "^
|
|
24
|
+
"@babel/cli": "^7.22.9",
|
|
25
|
+
"@babel/core": "^7.22.9",
|
|
26
|
+
"@babel/eslint-parser": "^7.22.9",
|
|
27
|
+
"@babel/preset-env": "^7.22.9",
|
|
28
|
+
"@babel/preset-react": "^7.22.5",
|
|
29
|
+
"@babel/register": "^7.22.5",
|
|
30
|
+
"@svgr/webpack": "^8.0.1",
|
|
31
31
|
"@testing-library/react": "^14.0.0",
|
|
32
32
|
"autoprefixer": "^10.4.14",
|
|
33
|
-
"babel-jest": "^29.
|
|
34
|
-
"babel-loader": "^9.1.
|
|
33
|
+
"babel-jest": "^29.6.1",
|
|
34
|
+
"babel-loader": "^9.1.3",
|
|
35
35
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
36
36
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
|
37
37
|
"chai": "^4.3.7",
|
|
38
38
|
"copy-webpack-plugin": "^11.0.0",
|
|
39
|
-
"css-loader": "^6.
|
|
40
|
-
"eslint": "^8.
|
|
39
|
+
"css-loader": "^6.8.1",
|
|
40
|
+
"eslint": "^8.45.0",
|
|
41
41
|
"eslint-config-prettier": "^8.8.0",
|
|
42
42
|
"eslint-plugin-babel": "^5.3.1",
|
|
43
|
-
"eslint-plugin-prettier": "^
|
|
43
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
44
44
|
"eslint-plugin-react": "^7.32.2",
|
|
45
45
|
"eslint-webpack-plugin": "^4.0.1",
|
|
46
46
|
"feather-icons-react": "^0.6.2",
|
|
47
47
|
"gh-pages": "^5.0.0",
|
|
48
48
|
"husky": "^8.0.3",
|
|
49
|
-
"jest": "^29.
|
|
50
|
-
"jest-environment-jsdom": "^29.
|
|
51
|
-
"jsonwebtoken": "^9.0.
|
|
52
|
-
"mini-css-extract-plugin": "^2.7.
|
|
49
|
+
"jest": "^29.6.1",
|
|
50
|
+
"jest-environment-jsdom": "^29.6.1",
|
|
51
|
+
"jsonwebtoken": "^9.0.1",
|
|
52
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
53
53
|
"moxios": "^0.4.0",
|
|
54
|
-
"preact": "^10.
|
|
55
|
-
"prettier": "^
|
|
54
|
+
"preact": "^10.16.0",
|
|
55
|
+
"prettier": "^3.0.0",
|
|
56
56
|
"react": "^18.2.0",
|
|
57
57
|
"react-dom": "^18.2.0",
|
|
58
58
|
"react-test-renderer": "^18.2.0",
|
|
59
59
|
"regenerator-runtime": "^0.13.11",
|
|
60
|
-
"rimraf": "^5.0.
|
|
61
|
-
"sass": "^1.
|
|
62
|
-
"sass-loader": "^13.
|
|
60
|
+
"rimraf": "^5.0.1",
|
|
61
|
+
"sass": "^1.63.6",
|
|
62
|
+
"sass-loader": "^13.3.2",
|
|
63
63
|
"sinon": "^15.0.3",
|
|
64
|
-
"style-loader": "^3.3.
|
|
64
|
+
"style-loader": "^3.3.3",
|
|
65
65
|
"svgo": "^3.0.2",
|
|
66
66
|
"svgo-loader": "^4.0.0",
|
|
67
|
-
"terser-webpack-plugin": "^5.3.
|
|
68
|
-
"webpack": "^5.
|
|
69
|
-
"webpack-cli": "^5.
|
|
67
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
68
|
+
"webpack": "^5.88.1",
|
|
69
|
+
"webpack-cli": "^5.1.4"
|
|
70
70
|
},
|
|
71
71
|
"repository": {
|
|
72
72
|
"type": "git",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"url": "https://github.com/CMSgov/qpp-style/issues"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@material-design-icons/svg": "^0.14.
|
|
89
|
+
"@material-design-icons/svg": "^0.14.9",
|
|
90
90
|
"ariakit": "^2.0.0-next.44",
|
|
91
|
-
"axios": "^1.
|
|
91
|
+
"axios": "^1.4.0",
|
|
92
92
|
"cookie": "^0.5.0",
|
|
93
93
|
"d3-selection": "^3.0.0",
|
|
94
94
|
"d3-shape": "^3.2.0",
|