We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b53904 commit 8df8449Copy full SHA for 8df8449
changelog.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+
3
+## [1.3.0]
4
5
+### Updated
6
+- Update libs
7
8
## [1.2.0]
9
package.json
@@ -2,8 +2,15 @@
"name": "react-dashboard-new",
"version": "0.1.0",
"private": true,
+ "resolutions": {
+ "minimist": "^1.2.2",
+ "acorn": "^7.1.1",
+ "serialize-javascript": "^2.1.1",
+ "kind-of": "^6.0.3"
10
+ },
11
"dependencies": {
12
"@babel/core": "7.6.0",
13
+ "@babel/plugin-transform-runtime": "^7.9.6",
14
"@svgr/webpack": "4.3.2",
15
"@typescript-eslint/eslint-plugin": "^2.2.0",
16
"@typescript-eslint/parser": "^2.2.0",
0 commit comments