Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jun 26, 2020
1 parent e958abe commit 159946c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-spa-react",
"version": "2.14.0",
"version": "3.0.0",
"description": "A single spa plugin for React apps",
"main": "lib/umd/single-spa-react.js",
"module": "lib/esm/single-spa-react.js",
Expand Down Expand Up @@ -61,6 +61,7 @@
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-babel": "^5.0.4",
"babel-jest": "^25.2.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
Expand All @@ -73,7 +74,6 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.6.1",
"@rollup/plugin-babel": "^5.0.4",
"rollup-plugin-terser": "^6.1.0",
"single-spa-react": "."
},
Expand Down

0 comments on commit 159946c

Please sign in to comment.