@atlassian/post-upgrade-landing-page
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"main.css": "/static/css/main.css", | ||
"main.js": "/static/js/index.js", | ||
"main.js.map": "/static/js/index.js.map", | ||
"static/css/main.css.map": "/static/css/main.css.map" | ||
"main.js.map": "/static/js/index.js.map" | ||
} |
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [0.2.0] - 2019-05-14 | ||
- fixed bugs | ||
- fixed code style | ||
- added news `type` attribute | ||
- added lint | ||
## [0.1.1] - 2019-18-04 | ||
@@ -5,0 +12,0 @@ |
170
package.json
{ | ||
"name": "@atlassian/post-upgrade-landing-page", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A frontend module for PULP page", | ||
@@ -15,3 +15,5 @@ "author": "Atlassian Pty Ltd.", | ||
"build": "node scripts/build.js", | ||
"test": "node scripts/test.js", | ||
"lint": "eslint ./src --ext .ts --ext .tsx", | ||
"test:watch": "node scripts/test.js", | ||
"test": "jest ./src", | ||
"release": "yarn build && ./scripts/release.sh" | ||
@@ -27,116 +29,108 @@ }, | ||
"collectCoverageFrom": [ | ||
"src/**/*.{js,jsx,ts,tsx}", | ||
"!src/**/*.d.ts" | ||
"src/**/*.{js,jsx,ts,tsx}" | ||
], | ||
"resolver": "jest-pnp-resolver", | ||
"setupFiles": [ | ||
"react-app-polyfill/jsdom" | ||
"testPathIgnorePatterns": [ | ||
"<rootDir>[/\\\\](build|docs|node_modules)[/\\\\]" | ||
], | ||
"testMatch": [ | ||
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}", | ||
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}" | ||
"moduleFileExtensions": [ | ||
"js", | ||
"jsx", | ||
"ts", | ||
"tsx" | ||
], | ||
"testEnvironment": "jsdom", | ||
"testURL": "http://localhost", | ||
"transform": { | ||
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest", | ||
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js", | ||
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js" | ||
"^(?!.*\\.(js|jsx|ts|tsx|css|less|json)$)": "<rootDir>/config/jest/fileTransform.js" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$", | ||
"^.+\\.module\\.(css|sass|scss)$" | ||
"transformIgnorePatterns": [], | ||
"moduleDirectories": [ | ||
"node_modules", | ||
"src" | ||
], | ||
"moduleNameMapper": { | ||
"^react-native$": "react-native-web", | ||
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy" | ||
"\\.(css|less)$": "identity-obj-proxy" | ||
}, | ||
"moduleFileExtensions": [ | ||
"web.js", | ||
"js", | ||
"web.ts", | ||
"ts", | ||
"web.tsx", | ||
"tsx", | ||
"json", | ||
"web.jsx", | ||
"jsx", | ||
"node" | ||
"setupFiles": [ | ||
"<rootDir>/config/jest/setupTest.js" | ||
], | ||
"watchPlugins": [ | ||
"/Users/gleal/src/ts-react-app/node_modules/jest-watch-typeahead/filename.js", | ||
"/Users/gleal/src/ts-react-app/node_modules/jest-watch-typeahead/testname.js" | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/button": "^10.1.2", | ||
"@atlaskit/css-reset": "^3.0.5", | ||
"@atlaskit/icon": "^16.0.3", | ||
"@atlaskit/page-header": "^6.1.3", | ||
"@atlaskit/section-message": "^1.2.0", | ||
"@atlaskit/theme": "^7.0.5", | ||
"@babel/core": "7.2.2", | ||
"@svgr/webpack": "4.1.0", | ||
"@types/faker": "^4.1.5", | ||
"@types/jest": "24.0.6", | ||
"@types/node": "11.9.4", | ||
"@types/react": "16.8.3", | ||
"@types/react-dom": "16.8.2", | ||
"@atlaskit/button": "13.0.0", | ||
"@atlaskit/icon": "17.0.1", | ||
"@atlaskit/lozenge": "8.0.0", | ||
"@atlaskit/page-header": "8.0.0", | ||
"@atlaskit/section-message": "3.0.0", | ||
"@atlaskit/theme": "9.0.1", | ||
"@atlaskit/tooltip": "14.0.0", | ||
"@atlassian/aui": "8.3.2", | ||
"@babel/core": "7.4.4", | ||
"@svgr/webpack": "4.2.0", | ||
"@types/atlaskit__button": "6.4.2", | ||
"@types/enzyme": "3.9.2", | ||
"@types/faker": "4.1.5", | ||
"@types/jest": "24.0.13", | ||
"@types/node": "12.0.1", | ||
"@types/react": "16.8.17", | ||
"@types/react-dom": "16.8.4", | ||
"@types/styled-components": "4.1.15", | ||
"@typescript-eslint/eslint-plugin": "1.9.0", | ||
"@typescript-eslint/parser": "1.9.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "9.0.0", | ||
"babel-jest": "23.6.0", | ||
"babel-loader": "8.0.5", | ||
"babel-plugin-named-asset-import": "^0.3.1", | ||
"babel-preset-react-app": "^7.0.1", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "24.8.0", | ||
"babel-loader": "8.0.6", | ||
"babel-plugin-named-asset-import": "0.3.2", | ||
"babel-preset-react-app": "9.0.0", | ||
"bfj": "6.1.1", | ||
"case-sensitive-paths-webpack-plugin": "2.2.0", | ||
"css-loader": "1.0.0", | ||
"dotenv": "6.0.0", | ||
"dotenv-expand": "4.2.0", | ||
"eslint": "5.12.0", | ||
"eslint-config-react-app": "^3.0.7", | ||
"eslint-loader": "2.1.1", | ||
"eslint-plugin-flowtype": "2.50.1", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-jsx-a11y": "6.1.2", | ||
"eslint-plugin-react": "7.12.4", | ||
"faker": "^4.1.0", | ||
"file-loader": "2.0.0", | ||
"css-loader": "2.1.1", | ||
"dotenv": "8.0.0", | ||
"dotenv-expand": "5.1.0", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "1.13.0", | ||
"enzyme-to-json": "3.3.5", | ||
"eslint": "5.16.0", | ||
"eslint-config-react-app": "4.0.1", | ||
"eslint-loader": "2.1.2", | ||
"eslint-plugin-flowtype": "3.8.2", | ||
"eslint-plugin-import": "2.17.2", | ||
"eslint-plugin-jsx-a11y": "6.2.1", | ||
"eslint-plugin-react": "7.13.0", | ||
"eslint-plugin-typescript": "0.14.0", | ||
"faker": "4.1.0", | ||
"file-loader": "3.0.1", | ||
"fork-ts-checker-webpack-plugin-alt": "0.4.14", | ||
"fs-extra": "7.0.1", | ||
"html-webpack-plugin": "4.0.0-alpha.2", | ||
"fs-extra": "8.0.1", | ||
"html-webpack-plugin": "4.0.0-beta.5", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "23.6.0", | ||
"jest-pnp-resolver": "1.0.2", | ||
"jest-resolve": "23.6.0", | ||
"jest-watch-typeahead": "^0.2.1", | ||
"mini-css-extract-plugin": "0.5.0", | ||
"jest": "24.8.0", | ||
"mini-css-extract-plugin": "0.6.0", | ||
"optimize-css-assets-webpack-plugin": "5.0.1", | ||
"pnp-webpack-plugin": "1.2.1", | ||
"pnp-webpack-plugin": "1.4.3", | ||
"postcss-flexbugs-fixes": "4.1.0", | ||
"postcss-loader": "3.0.0", | ||
"postcss-preset-env": "6.5.0", | ||
"postcss-preset-env": "6.6.0", | ||
"postcss-safe-parser": "4.0.1", | ||
"react": "^16.8.2", | ||
"react-app-polyfill": "^0.2.1", | ||
"react-dev-utils": "^7.0.3", | ||
"react-dom": "^16.8.2", | ||
"resolve": "1.10.0", | ||
"react": "16.8.6", | ||
"react-dev-utils": "7.0.5", | ||
"react-dom": "16.8.6", | ||
"react-string-replace": "0.4.4", | ||
"resolve": "1.10.1", | ||
"sass-loader": "7.1.0", | ||
"style-loader": "0.23.1", | ||
"styled-components": "^3.4.10", | ||
"terser-webpack-plugin": "1.2.2", | ||
"typescript": "3.3.3", | ||
"styled-components": "3.5.0-0", | ||
"terser-webpack-plugin": "1.2.3", | ||
"typescript": "3.4.5", | ||
"url-loader": "1.1.2", | ||
"webpack": "4.28.3", | ||
"webpack-dev-server": "3.1.14", | ||
"webpack-manifest-plugin": "2.0.4", | ||
"workbox-webpack-plugin": "3.6.3", | ||
"@types/atlaskit__button": "^6.4.2", | ||
"@types/styled-components": "^4.1.10" | ||
"webpack": "4.31.0", | ||
"webpack-dev-server": "3.3.1", | ||
"webpack-manifest-plugin": "2.0.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.2", | ||
"react-dom": "^16.8.2" | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
944
1234284
70
8
3