Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ricokahler/color2k into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Jan 30, 2021
2 parents b4462bf + e978bf9 commit 9d8d0d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/register": "7.12.10",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-alias": "3.1.2",
"@rollup/plugin-babel": "5.2.3",
"@rollup/plugin-node-resolve": "11.1.1",
"@types/jest": "26.0.20",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
Expand All @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "4.14.1",
"autoprefixer": "10.2.4",
"babel-eslint": "10.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-module-resolver": "4.1.0",
"cssnano": "4.1.10",
"eslint": "7.18.0",
"eslint-config-react-app": "6.0.0",
Expand All @@ -61,8 +61,8 @@
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"rollup": "^2.38.1",
"rollup-plugin-terser": "^7.0.2",
"rollup": "2.38.1",
"rollup-plugin-terser": "7.0.2",
"semantic-release": "17.3.7",
"showdown": "1.9.1",
"typescript": "4.1.3"
Expand Down

0 comments on commit 9d8d0d0

Please sign in to comment.